mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
Add new board Silicognition RP2040-Shim, RP2040 with 4 MB of flash and W5500 drivers included and configured by default for use with the Silicognition PoE-FeatherWing. Co-authored-by: Matt Trentini <matt.trentini@gmail.com> Signed-off-by: Patrick Van Oosterwijck <patrick@silicognition.com>
402 B
402 B
Flashing via UF2 bootloader
To get the board in bootloader mode ready for the firmware update, execute
machine.bootloader() at the MicroPython REPL. Alternatively, double press
the reset button SW1. The uf2 file below should then be copied to the USB mass
storage device that appears. Once programming of the new firmware is complete
the device will automatically reset and be ready for use.