Fixed IMAGE_HEADER_SIZE in rp2350 test-app

pull/524/head
Daniele Lacamera 2024-12-06 12:30:34 +01:00
parent 343053b6af
commit b19d9d6b39
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ cp pico_flash_region_wolfboot.ld pico_flash_region.ld
curl -o blink.c https://raw.githubusercontent.com/raspberrypi/pico-examples/refs/tags/sdk-2.1.0/blink/blink.c
make clean && make
../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
IMAGE_HEADER_SIZE=1024 ../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
../../../../../wolfboot_signing_private_key.der 1
cd ..