From 35d25fe2a9c7b7187d2aeb3f59c23c8fbd4d6bd1 Mon Sep 17 00:00:00 2001 From: Tim Lovett Date: Wed, 17 Apr 2024 12:32:40 -0400 Subject: [PATCH] Update location of uf2 file given change to underlying wiki page --- .../SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS.md b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS.md index 5634522dd965..1fb8ae8b5375 100644 --- a/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS.md +++ b/docs/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS.md @@ -233,7 +233,7 @@ cd ~/zephyrproject/zephyr west build -p always -b xiao_rp2040 samples/drivers/counter/alarm -- -DDTC_OVERLAY_FILE=$(dirname $(pwd))/applications/xiao-zephyr-examples/xiao-rp2040/console.overlay -DEXTRA_CONF_FILE=$(dirname $(pwd))/applications/xiao-zephyr-examples/xiao-rp2040/console.conf ``` -You can find the uf2 file at `~/zephyrproject/applications/counter_alarm/build/zephyr/zephyr.uf2` +You can find the uf2 file at `~/zephyrproject/zephyr/build/zephyr/zephyr.uf2` After uploading the uf2 file connect to monitor (after quickly resetting your board to ensure it restarts): ``` @@ -276,7 +276,7 @@ cd ~/zephyrproject/zephyr west build -p always -b xiao_rp2040 samples/modules/tflite-micro/hello_world -- -DDTC_OVERLAY_FILE=$(dirname $(pwd))/applications/xiao-zephyr-examples/xiao-rp2040/console.overlay -DEXTRA_CONF_FILE=$(dirname $(pwd))/applications/xiao-zephyr-examples/xiao-rp2040/console.conf ``` -You can find the uf2 file at `~/zephyrproject/applications/tflite_hello_world/build/zephyr/zephyr.uf2` +You can find the uf2 file at `~/zephyrproject/zephyr/build/zephyr/zephyr.uf2` After uploading the uf2 file connect to monitor: ```