You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,7 @@ make build
36
36
37
37
### Find the path to your board
38
38
39
-
Next, plug in your board! If you have previously installed a firmware on your board you may not see it show up as a drive. In that case you'll want to find it's `tty` port.
40
-
41
-
To do this, run the following command
42
-
```shell
43
-
make list-tty
44
-
```
45
-
46
-
Otherwise, you want to find the location of the board on your computer. It should be called something like RP2350 but you want to find the path to it
39
+
Next, plug in your board! If you have previously installed a firmware on your board you may not see it show up as a drive. In that case you'll want to put the board into boot loader mode. Then you'll be able to find the location of the board on your computer. It should be called something like RP2350 but you want to find the path to it
47
40
48
41
For Mac:
49
42
```shell
@@ -59,15 +52,9 @@ findmnt
59
52
```
60
53
61
54
Now you want to install the firmware to the board.
0 commit comments