Skip to content

Commit adb0204

Browse files
committed
Change header size for delta test to fit base hash
1 parent 7347f33 commit adb0204

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config/examples/sim-delta-update.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WOLFBOOT_SMALL_STACK=1
66
SPI_FLASH=0
77
DEBUG=1
88
DELTA_UPDATES=1
9+
IMAGE_HEADER_SIZE=512
910

1011
# sizes should be multiple of system page size
1112
WOLFBOOT_PARTITION_SIZE=0x40000

config/examples/sim-encrypt-delta-nvm-writeonce-update.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENCRYPT_WITH_AES128=1
1010
DEBUG=1
1111
DELTA_UPDATES=1
1212
NVM_FLASH_WRITEONCE=1
13+
IMAGE_HEADER_SIZE=512
1314

1415
# sizes should be multiple of system page size
1516
WOLFBOOT_PARTITION_SIZE=0x40000

config/examples/sim-encrypt-delta-update.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ENCRYPT=1
99
ENCRYPT_WITH_AES128=1
1010
DEBUG=1
1111
DELTA_UPDATES=1
12+
IMAGE_HEADER_SIZE=512
1213

1314
# sizes should be multiple of system page size
1415
WOLFBOOT_PARTITION_SIZE=0x40000

0 commit comments

Comments
 (0)