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 @@ -232,8 +232,11 @@ IDE/Renesas/e2studio/RX72N/wolfBoot/HardwareDebug
232232IDE /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
239242lib /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