Skip to content

Commit b19d9d6

Browse files
committed
Fixed IMAGE_HEADER_SIZE in rp2350 test-app
1 parent 343053b commit b19d9d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IDE/pico-sdk/rp2350/test-app/build-signed-app.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cp pico_flash_region_wolfboot.ld pico_flash_region.ld
1010
curl -o blink.c https://raw.githubusercontent.com/raspberrypi/pico-examples/refs/tags/sdk-2.1.0/blink/blink.c
1111

1212
make clean && make
13-
../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
13+
14+
IMAGE_HEADER_SIZE=1024 ../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
1415
../../../../../wolfboot_signing_private_key.der 1
1516

1617
cd ..

0 commit comments

Comments
 (0)