Skip to content

Commit dedfce9

Browse files
committed
Test application distributed off-tree
1 parent a0cbbbf commit dedfce9

File tree

3 files changed

+9
-55
lines changed

3 files changed

+9
-55
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,11 @@ IDE/Renesas/e2studio/RX72N/wolfBoot/HardwareDebug
232232
IDE/Renesas/e2studio/RX72N/wolfBoot/src/smc_gen
233233

234234
# IDE pico-sdk build directories
235-
IDE/pico-sdk/rp23550/wolfboot/build
236-
IDE/pico-sdk/rp23550/test-app/build
235+
IDE/pico-sdk/rp2350/wolfboot/build
236+
IDE/pico-sdk/rp2350/test-app/build
237+
238+
# Third party test application distributed off-tree
239+
IDE/pico-sdk/rp2350/test-app/blink.c
237240

238241
# Renesas Libraries
239242
lib/r_bsp

IDE/pico-sdk/rp2350/test-app/blink.c

Lines changed: 0 additions & 53 deletions
This file was deleted.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ cd build
55
cmake .. -DPICO_SDK_PATH=$PICO_SDK_PATH -DPICO_PLATFORM=rp2350
66
cat pico_flash_region.ld | sed -e "s/0x10000000/0x10040400/g" >pico_flash_region_wolfboot.ld
77
cp pico_flash_region_wolfboot.ld pico_flash_region.ld
8+
9+
# Get off-tree source file from raspberry pico-examples
10+
curl -o blink.c https://raw.githubusercontent.com/raspberrypi/pico-examples/refs/tags/sdk-2.1.0/blink/blink.c
11+
812
make clean && make
913
../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
1014
../../../../../wolfboot_signing_private_key.der 1

0 commit comments

Comments
 (0)