Update multi booter

final flash offset of bootloader set to 200k
right now bootloader code occupied 156k of flash
so there is a small space left for future modifications
This commit is contained in:
cuu
2025-06-02 14:55:46 +08:00
parent 6a15612907
commit 26cde76df8
8 changed files with 17 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
// According to the applink.map ,with combined PicoMite, here is 920k
// This offset is used to ensure that the bootloader does not get overwritten
// when loading a new application from the SD card
#define SD_BOOT_FLASH_OFFSET (152 * 1024)
#define SD_BOOT_FLASH_OFFSET (200 * 1024)
// Maximum size of the application that can be loaded
// This ensures we don't overwrite the bootloader itself