File tree Expand file tree Collapse file tree 3 files changed +9
-55
lines changed
IDE/pico-sdk/rp2350/test-app Expand file tree Collapse file tree 3 files changed +9
-55
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,11 @@ IDE/Renesas/e2studio/RX72N/wolfBoot/HardwareDebug
228228IDE /Renesas /e2studio /RX72N /wolfBoot /src /smc_gen
229229
230230# IDE pico-sdk build directories
231- IDE /pico-sdk /rp23550 /wolfboot /build
232- IDE /pico-sdk /rp23550 /test-app /build
231+ IDE /pico-sdk /rp2350 /wolfboot /build
232+ IDE /pico-sdk /rp2350 /test-app /build
233+
234+ # Third party test application distributed off-tree
235+ IDE /pico-sdk /rp2350 /test-app /blink.c
233236
234237# Renesas Libraries
235238lib /r_bsp
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ cd build
55cmake .. -DPICO_SDK_PATH=$PICO_SDK_PATH -DPICO_PLATFORM=rp2350
66cat pico_flash_region.ld | sed -e " s/0x10000000/0x10040400/g" > pico_flash_region_wolfboot.ld
77cp 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+
812make clean && make
913../../../../../tools/keytools/sign --sha256 --ecc256 blink.bin \
1014 ../../../../../wolfboot_signing_private_key.der 1
You can’t perform that action at this time.
0 commit comments