Skip to content

Commit 275fd4f

Browse files
committed
Minor README change
1 parent f030b24 commit 275fd4f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,9 @@ findmnt
5353

5454
Now you want to install the firmware to the board.
5555
```shell
56-
make install BOARD_DIR=[path-to-your-board]
56+
cp build-artifacts/zephyr.uf2 [path-to-your-board]
5757
```
5858

59-
or
60-
```
61-
cp build-fprime-automatic-zephyr/zephyr/zephyr.uf2 [path-to-your-board]
62-
```
63-
to copy the uf2 if the make install isn't working
64-
65-
6659
Finally, run the fprime-gds.
6760
```shell
6861
make gds

0 commit comments

Comments
 (0)