Update wiki 24566c7046

github-actions[bot] 2025-03-20 14:20:24 +00:00
parent 0f5f7ea05b
commit 87683c4be8
1 changed files with 5 additions and 1 deletions

@ -8,6 +8,7 @@ Before getting started, make sure you have the following:
- A Linux system (Ubuntu, Debian, etc.)
- Raspberry Pi Pico
- USB cable for flashing firmware
- USB Type-C cable for running
- Basic familiarity with the terminal
## Step 1: Install Required Dependencies
@ -82,8 +83,11 @@ To flash the firmware to your Pico:
The Pico will automatically reboot and start running the Blink program.
## Step 7: Verify Everything Works
To check if your Pico is working correctly, you can use `minicom` or `screen` to monitor serial output:
To check if your Pico is working correctly, unplug micro-usb, plug PicoCalc to your computer via USB Type-C ,and press Power On
Note: On PicoCalc, the default serial port of the Pico is the **USB Type-C** port, not its built-in Micro USB port.
you can use `minicom` or `screen` to monitor serial output:
```bash
sudo apt install -y minicom
minicom -b 115200 -o -D /dev/ttyACM0