Skip to content

Commit 232d527

Browse files
committed
Add install instructions.
1 parent 112e8e3 commit 232d527

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ There are lots and lots of subrepos.
1616
## Building in vscode
1717

1818
You may have to scan for kits and select a kit as shown in the [Getting started with RPi Pico Instructions](https://ubuntu.com/blog/getting-started-with-micro-ros-on-raspberry-pi-pico)
19+
20+
## Uploading to the Pi Pico
21+
22+
The binary is in `build/seahawk.uf2`. You can install it by:
23+
24+
```console
25+
cp build/seahawk.uf2 /media/$USER/RPI-RP2
26+
```

0 commit comments

Comments
 (0)