Skip to content

Commit 4941195

Browse files
committed
update wiki
1 parent e5b4d2f commit 4941195

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Code
2-
Here are all the patch codes of picocalc's factory program
2+
Here are all the patch codes of PicoCalc's factory program
33

44
* PicoCalc_Fuzix_v1.0
55
* PicoCalc_MP3Player_v0.5

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Setting Up the Pico SDK on Linux for PicoMite Development
22

3-
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.
3+
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.
44

55
## Prerequisites
66
Before getting started, make sure you have the following:
77

88
- A Linux system (Ubuntu, Debian, etc.)
9-
- Raspberry Pi Pico or compatible board
9+
- Raspberry Pi Pico
1010
- USB cable for flashing firmware
1111
- Basic familiarity with the terminal
1212

@@ -91,7 +91,8 @@ minicom -b 115200 -o -D /dev/ttyACM0
9191
Press **Ctrl+A, then Z**, and select **Quit** when finished.
9292

9393
## Conclusion
94-
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!
94+
You now have the Raspberry Pi Pico SDK set up on Linux and successfully flashed firmware onto your Pico.
95+
You can start developing and customizing firmware for **PicoCalc** projects!
9596

9697
For more details, refer to the official [Pico SDK documentation](https://github.com/raspberrypi/pico-sdk).
9798

0 commit comments

Comments
 (0)