Skip to content

Bootloader firmware flasher / launcher for MURMULATOR devboard

License

Notifications You must be signed in to change notification settings

xrip/pico-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8192559 · May 27, 2024

History

67 Commits
Jan 25, 2024
Jan 24, 2024
Feb 27, 2024
May 27, 2024
Jan 24, 2024
Jan 25, 2024
May 27, 2024
Jan 24, 2024
Jan 30, 2024
Feb 27, 2024
Jan 24, 2024
Jan 24, 2024

Repository files navigation

pico-launcher - Bootloader Firmware Flasher / Launcher for MURMULATOR Devboard

Bootloader firmware flasher / launcher for MURMULATOR devboard

How to Use

  1. Copy all your Pico firmwares to the SD card.
  2. 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.

Compiling

To compile it yourself:

  1. Copy the file boot2\exit_from_boot2.S from the repository to your Pico SDK at pico-sdk\src\rp2_common\boot_stage2\asminclude\boot2_helpers\exit_from_boot2.S
  2. Build using the "MinSizeRel" build type.