diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-07 12:01:15 +0000 |
|---|---|---|
| committer | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-11-07 12:01:15 +0000 |
| commit | cc7afbbb54d2b66cc3a89f2748c85fc632634d1f (patch) | |
| tree | 5f5c07c1aa0c6a9cf8dcf3543e68fd4626a8769f /sw/Core/Src/config.h | |
| parent | 78a4df6ca67f937cda8462d43cbd9547994b6474 (diff) | |
| download | plinky-cc7afbbb54d2b66cc3a89f2748c85fc632634d1f.tar.gz | |
work on build tooling to choose a golden bootloader (dubbed, v1.04) and then make a BOOTLOAD.UF2 that actually encompasses latest firmware and the golden bootloader
Diffstat (limited to 'sw/Core/Src/config.h')
| -rwxr-xr-x | sw/Core/Src/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index 387382c..7cb83ab 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -59,3 +59,8 @@ // 0.A7 - Bootloader work to make it work on MacOSX #define VERSION2 "v0.A7" +// the bootloader is manually copied to the file golden_bootloader.bin +// makebin.py uses it to make a UF2 file containing the bootloader + latest firmware together +// it also checksums the firmware and prints out the value. it should match this value + +#define GOLDEN_CHECKSUM 0xb5a7228c
\ No newline at end of file |
