Update README.md

This commit is contained in:
true 2023-11-12 17:50:43 -08:00
parent 18a4021d51
commit db63a8f977
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ Use a J-Link to debug and program.. If you want to get shady with it, you can fl
## Using the bootloader ## Using the bootloader
Activate the bootloader by holding down the `PROG` button on the badge while turning on. Use your favorite terminal to connect to the badge using the VCP at `115200-8-N-1`. Send a `firmware.hex` file via XMODEM to update. Activate the bootloader by holding down the `PROG` button on the badge while turning on. Use your favorite terminal to connect to the badge using the VCP at `115200-8-N-1`.
Send a `firmware.bin` file via XMODEM to update. Do NOT send `.hex` files, they won't work.
Ensure the firmware you send is built with the bootloader target in mind. The uploaded binary will start at `0x8000800` in Flash. Ensure the firmware you send is built with the bootloader target in mind. The uploaded binary will start at `0x8000800` in Flash.