We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343053b commit b19d9d6Copy full SHA for b19d9d6
1 file changed
IDE/pico-sdk/rp2350/test-app/build-signed-app.sh
@@ -10,7 +10,8 @@ cp pico_flash_region_wolfboot.ld pico_flash_region.ld
10
curl -o blink.c https://raw.githubusercontent.com/raspberrypi/pico-examples/refs/tags/sdk-2.1.0/blink/blink.c
11
12
make clean && make
13
-../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
+
14
+IMAGE_HEADER_SIZE=1024 ../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
15
../../../../../wolfboot_signing_private_key.der 1
16
17
cd ..
0 commit comments