pio-test.zip I also added our custom board (db_rp2350) since none of the other files have picosdk listed as a supported framework. What works in this commit: Switching between RP2350/RP2040 by usingboard_build.mcuin PIO options. Build/Upload to our board with thepicoprobeoption. Basic ...
As I thought, you have the dev platform installed from this repository, but it's outdated. Please runpio platform update raspberrypiand try again. Sorry, something went wrong. Copy link Author zpm1066commentedMay 7, 2021 OK. I've updated the platform. ...
For uploads to Pico and RP2040 when using Arduino frameworks I believe that is always done using the BOOTSEL mechanism; the equivalent to the Arduino on-chip bootloader being the code which forces the RP2040 into BOOTSEL mode to facilitate that. ...