Обновление

This commit is contained in:
cfif 2026-04-21 11:25:52 +03:00
parent f2d2441de2
commit b139a93058
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ _BootloaderBegin = 0x01000000; /* BANK1 */
_FirmwareSize = 512K;
_FirmwareMainBegin = _BootloaderBegin + _BootloaderSize;
_FirmwareRecoveryBegin = 0x01010000; /* BANK2 */
_FirmwareRecoveryBegin = 0x01100000; /* BANK2 */
/* Specify the memory areas */
MEMORY
@ -72,6 +72,9 @@ SECTIONS
KEEP(*(.meta_fw_crc))
LONG(_FirmwareSize - _MetadataSize) ; /* word with firmware_size */
KEEP(*(.meta_fw_name_size))
KEEP(*(.meta_fw_name))
KEEP(*(.meta_internal_hw_year))
KEEP(*(.meta_internal_hw_month))
KEEP(*(.meta_internal_hw_day))