Skip to content

Commit

Permalink
Merge pull request Seeed-Studio#1126 from Timo614/timo614-rp2040-fix-…
Browse files Browse the repository at this point in the history
…post-uf2

Zephyr: Update location of uf2 file given change to underlying wiki page
  • Loading branch information
MatthewJeffson authored Apr 18, 2024
2 parents f7ab734 + 35d25fe commit 2eaa27a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
```
Expand Down Expand Up @@ -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:
```
Expand Down

0 comments on commit 2eaa27a

Please sign in to comment.