mirror of https://github.com/wolfSSL/wolfBoot.git
fix old address scheme in config
parent
d08ed5c473
commit
6cbac8326f
|
@ -12,7 +12,7 @@ DEBUG=1
|
|||
NVM_FLASH_WRITEONCE=1
|
||||
WOLFBOOT_PARTITION_SIZE=0x40000
|
||||
WOLFBOOT_SECTOR_SIZE=0x1000
|
||||
WOLFBOOT_PARTITION_BOOT_ADDRESS=0xC0020000
|
||||
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x20000
|
||||
# if on external flash, it should be multiple of system page size
|
||||
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x00000
|
||||
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x40000
|
||||
|
|
Loading…
Reference in New Issue