From 27fb2c09a7cc87fa529535d2ab1f149b090b9675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 07:51:15 +0000 Subject: [PATCH] Update wiki 49411950b199be115a9b2bda253ee9c12d8b558d --- Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md index ad2c2ee..8847e44 100644 --- a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md +++ b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md @@ -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).