Skip to content

Commit a238c9a

Browse files
committed
Updated ttwrplus build instructions
1 parent 287354d commit a238c9a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_media/ttwrplus.jpg

138 KB
Loading

compiling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ source zephyr/zephyr-env.sh # You need to execute this for every new shell
117117
From OpenRTX root, compile with:
118118

119119
```
120-
meson setup build
121-
meson compile -C build openrtx_ttwrplus
120+
rm -rf build; meson setup build; meson compile -C build openrtx_ttwrplus_uf2
122121
```
123122

124123
Flash with:
125124

126125
```
127-
west flash
126+
rm -rf build; meson setup build; meson compile -C build openrtx_ttwrplus_flash
128127
```
129128

130129
Check the USB serial console with:

0 commit comments

Comments
 (0)