update wiki

This commit is contained in:
cuu 2025-03-15 15:50:59 +08:00
parent e5b4d2fb82
commit 49411950b1
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Code
Here are all the patch codes of picocalc's factory program
Here are all the patch codes of PicoCalc's factory program
* PicoCalc_Fuzix_v1.0
* PicoCalc_MP3Player_v0.5

View File

@ -1,12 +1,12 @@
# Setting Up the Pico SDK on Linux for PicoMite Development
This guide walks you through setting up the Raspberry Pi Pico SDK on a Linux system for **PicoMite** development. By the end, you'll have a working environment to compile and flash firmware to your Raspberry Pi Pico.
This guide walks you through setting up the Raspberry Pi Pico SDK on a Linux system for **PicoCalc** development. By the end, you'll have a working environment to compile and flash firmware to your Raspberry Pi Pico on PicoCalc.
## Prerequisites
Before getting started, make sure you have the following:
- A Linux system (Ubuntu, Debian, etc.)
- Raspberry Pi Pico or compatible board
- Raspberry Pi Pico
- USB cable for flashing firmware
- Basic familiarity with the terminal
@ -91,7 +91,8 @@ minicom -b 115200 -o -D /dev/ttyACM0
Press **Ctrl+A, then Z**, and select **Quit** when finished.
## Conclusion
You now have the Raspberry Pi Pico SDK set up on Linux and successfully flashed firmware onto your Pico. You can start developing and customizing firmware for **PicoMite** projects!
You now have the Raspberry Pi Pico SDK set up on Linux and successfully flashed firmware onto your Pico.
You can start developing and customizing firmware for **PicoCalc** projects!
For more details, refer to the official [Pico SDK documentation](https://github.com/raspberrypi/pico-sdk).