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: examples/basic_rp_pico/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ You need the following software to run this example.
8
8
- Try `nix-shell -p gcc-arm-embedded` if you use Nix(OS)
9
9
-[`elf2uf2`](https://github.com/raspberrypi/pico-sdk/tree/master/tools/elf2uf2) or [`elf2uf2-rs`](https://github.com/jonil/elf2uf2-rs)
10
10
11
-
You also need a UART adapter to observe the program's output. Connect its RX to the pinout 1 (GPIO 0, UART0 TX) of the board. Configure the adapter's baudrate to 115200.
12
-
13
11
First, place your Pico into BOOTSEL mode by holding the BOOTSEL button down while connecting it to your computer. You should see a volume named `RPI-RP2` being mounted if your Pico has successfully entered BOOTSEL mode.
14
12
15
13
After that, run the following commands (assuming `elf2uf2-rs` is installed):
You should see the on-board LED blinking after doing this. You should also see some serial output.
21
+
You should see the on-board LED blinking after doing this. This program presents your Pico as a USB serial device. If you open it by a serial monitor app, you should see some textual output.
0 commit comments