Flashing

May 25, 2024, 08:26

sas123

Hello! I am doing a small school project, but I encounter an issue... I do not understand how am I supposed to flash my school given, raspberry PI pico board. I have connected it with USB to my computer and I can see it in my file manager (1 st and 2 nd picture). In my assignment, I am supposed to code this using rust. I copied a code template that is supposed to just blink the on board LED. However, I tried a bunch of thins, and, I cannot flash this drive. When I run cargo run --release, I get the "No connected probes were found". However lsusb shows that I have (3rd picture). I tried with rules
/etc/udev/rules.d/99-pico.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="0003", MODE="0666"
I am part of the following groups: plugdev uucp audio wheel I tried restarting, changing cables. I just don't know what to do anymore I should specify that I am running on linux. Does anyone have a solution?


oops.se

In the FAQ section there is a titel for beginners, check that out

sas123

I did check it out, however I cannot see a topic that would help my current situation, since all I could find are linux related

sas123

I shall check it out, thank you