diff --git a/config/examples/sim-delta-update.config b/config/examples/sim-delta-update.config index 8992b91c5..2cba7a249 100644 --- a/config/examples/sim-delta-update.config +++ b/config/examples/sim-delta-update.config @@ -6,6 +6,7 @@ WOLFBOOT_SMALL_STACK=1 SPI_FLASH=0 DEBUG=1 DELTA_UPDATES=1 +IMAGE_HEADER_SIZE=512 # sizes should be multiple of system page size WOLFBOOT_PARTITION_SIZE=0x40000 diff --git a/config/examples/sim-encrypt-delta-nvm-writeonce-update.config b/config/examples/sim-encrypt-delta-nvm-writeonce-update.config index 0ea3ba0a3..ea27253ef 100644 --- a/config/examples/sim-encrypt-delta-nvm-writeonce-update.config +++ b/config/examples/sim-encrypt-delta-nvm-writeonce-update.config @@ -10,6 +10,7 @@ ENCRYPT_WITH_AES128=1 DEBUG=1 DELTA_UPDATES=1 NVM_FLASH_WRITEONCE=1 +IMAGE_HEADER_SIZE=512 # sizes should be multiple of system page size WOLFBOOT_PARTITION_SIZE=0x40000 diff --git a/config/examples/sim-encrypt-delta-update.config b/config/examples/sim-encrypt-delta-update.config index 68a79dceb..a4209b19d 100644 --- a/config/examples/sim-encrypt-delta-update.config +++ b/config/examples/sim-encrypt-delta-update.config @@ -9,6 +9,7 @@ ENCRYPT=1 ENCRYPT_WITH_AES128=1 DEBUG=1 DELTA_UPDATES=1 +IMAGE_HEADER_SIZE=512 # sizes should be multiple of system page size WOLFBOOT_PARTITION_SIZE=0x40000