Skip to content

Commit

Permalink
Update location of uf2 file given change to underlying wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo614 committed Apr 17, 2024
1 parent afc762c commit 35d25fe
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 35d25fe

Please sign in to comment.