Description
Hi all,
Having a issue with uploading anything from the ide to any of my rp2040 boards (aside from one, more on that later). I'm using the newer 2.0.2 ide, 2.6.3 of the arduino-pico board lib. Initially every one of my boards worked flawlessly, issue has crept onto almost all of my boards (4 of them).
I installed arduino-pico as per the instructions. Uploaded my first sketch with the 'Uploading the First Sketch' instructions (https://arduino-pico.readthedocs.io/en/latest/install.html#uploading-sketches). Code uploaded, but board would then not show in the COM list. I should note that, on all of these boards, this had worked at some stage in the last few days.
Here are the things that I have tried to resolve the issue:
- Tried to re-jig the drivers as per the instructions on the docs (https://arduino-pico.readthedocs.io/en/latest/install.html#windows-7-driver-notes)
- Flash nuked each board and started from the 'first sketch' phase
- Wiped Arduino completely from my system and reinstalled
- Since experiencing the issue for the first time: tried on a board that was brand new
- Deleted these from devmgr and began from first sketch phase
- Reinstalled my OS (win 11). Had a bloated OS so was gonna do this anyway
After OS reinstall I:
- Installed arduino
- Installed 'arduino-pico' as per the instructions
- Held bootsel and plugged in a board
- Uploaded a known working sketch via Tools->Port->UF2 Board
After trying the above, the board would still not show in the COM list, and the only way to upload is via putting the board into bootsel. Furthermore, windows being the super helpful OS it is showed me this upon plugging in a board:
As mentioned earlier, one of the boards does in fact work, with no issues whatsoever. I'm lead to think that this issue is one of a few things:
- Corrupt board (I'd have thought this was unlikely, since the bootloader is untouchable, and all boards were flash nuked)
- Windows driver issues (perhaps windows is being silly, and using different drivers for some boards? I do not know enough about this to confidently say)
- An issue with arduino / arduino-pico
Apologies if this is the wrong place / forum to post this issue if the issue is in fact not due to this board lib. Any help would be hugely appreciated.