Bootloader firmware flasher / launcher for MURMULATOR devboard
- Copy all your Pico firmwares to the SD card.
- Reboot PICO by holding down SELECT on the Gamepad or F11 on the keyboard and select default firmware.
Additionally, you can:
- Hold F12 or START button while booting to enter firmware update mode.
- Use F10 or the A button in the launcher to enter SD card-reader mode.
To compile it yourself:
- Copy the file
boot2\exit_from_boot2.S
from the repository to your Pico SDK atpico-sdk\src\rp2_common\boot_stage2\asminclude\boot2_helpers\exit_from_boot2.S
- Build using the "MinSizeRel" build type.