Hi all, I've some trouble with my RP2040 connect on linux (after a factory reset).
- When I plug the device via USB, only port
/dev/tty0
is available which works fine when I upload a first sketch (blink) on it. - But once the sketch is uploaded, a second port
/dev/ttyACM0
shows up. When I try to upload again ontty0
, I get "An error occurred while uploading the sketch". If I upload to this portttyACM0
, then the nano seems to reboot, open a mass storage folder (I've no bridge) and the portttyACM0
disappear again...
Then back to step 1) it works again.
Is this related to some drivers issues or did I miss something ?