cederom opened a new issue, #16271: URL: https://github.com/apache/nuttx/issues/16271
### Is your feature request related to a problem? Please describe. * For now in order to flash rPI-Pico(-W/-2/-2W) we need to manually press Boot button on USB attach then copy-paste firmware file. * That blocks automation testing. ### Describe the solution you'd like * Use `make flash` to have firmware flashed and ready for runtime testing. * Enable full automation of firmware flashing. ### Describe alternatives you've considered @keever50 reported that `picotool` (something like `esptool` for ESP32) can be used to flash firmware but still requires manual Boot button interaction, and PlatformIO can switch to BootROM by some magic sequence. That may indicate flashing automation should be possible. ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org