Replies: 1 comment
-
uf2 has a specs for this called cf2: https://github.com/microsoft/uf2/blob/master/cf2.md . I usedd it a bit in nrf52 bootloader but haven't done so for tinyuf2 just yet https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/master/src/boards/feather_nrf52840_express/pinconfig.c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What are the best practices for storing parameter information that can be shared between the bootloader and application?
For example, some typical stuff I'd like to store are:
Fixed, unchangeable data.
Variable Data
Beta Was this translation helpful? Give feedback.
All reactions