Skip to content

Commit 24566c7

Browse files
committed
update wiki
1 parent 8628cc7 commit 24566c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Before getting started, make sure you have the following:
88
- A Linux system (Ubuntu, Debian, etc.)
99
- Raspberry Pi Pico
1010
- USB cable for flashing firmware
11+
- USB Type-C cable for running
1112
- Basic familiarity with the terminal
1213

1314
## Step 1: Install Required Dependencies
@@ -82,8 +83,11 @@ To flash the firmware to your Pico:
8283
The Pico will automatically reboot and start running the Blink program.
8384

8485
## Step 7: Verify Everything Works
85-
To check if your Pico is working correctly, you can use `minicom` or `screen` to monitor serial output:
86+
To check if your Pico is working correctly, unplug micro-usb, plug PicoCalc to your computer via USB Type-C ,and press Power On
8687

88+
Note: On PicoCalc, the default serial port of the Pico is the **USB Type-C** port, not its built-in Micro USB port.
89+
90+
you can use `minicom` or `screen` to monitor serial output:
8791
```bash
8892
sudo apt install -y minicom
8993
minicom -b 115200 -o -D /dev/ttyACM0

0 commit comments

Comments
 (0)