…
Dave- it wasn’t the BOOTSEL thing that caused the failure to upload with the Arduino standard package. I too had been tripped up with that earlier and used the correct method. I don’t know what went wrong …
Robin
We’re having a violent agreement! It is a BOOTSEL thing in the sense that following the instructions can foul up too!
Most microcontrollers supported by the Arduino IDE switch automatically into load mode when required. The process is reliable and seamless. The RP2040 is one of a few exceptions, in that the switch isn’t automatic, and isn’t completely reliable. I develop on Ubuntu, and uploading to a RP2040 occasionally crashes the USB link. The cure is to exit the IDE, unplug the 2040 and then restart the IDE after a short wait, giving the operating system time to reset the mangled USB connection.
Dave