From 23c9dfcd9c8a986765a15c01cebc49b3e1a09580 Mon Sep 17 00:00:00 2001 From: SFEMark Date: Tue, 3 Dec 2024 16:06:42 -0700 Subject: [PATCH] Update micropython_setup.md Updating software links for MicroPython Beta firmware. --- docs/micropython_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/micropython_setup.md b/docs/micropython_setup.md index 622dd92..b7b8eaf 100644 --- a/docs/micropython_setup.md +++ b/docs/micropython_setup.md @@ -12,10 +12,10 @@ MicroPython is an application of the Python 3 language that runs on microcontrol ## UF2 Firmware -As of this writing, we're waiting on the next release of MicroPython to include UF2 files for the Thing Plus - RP2350 so to get users started before then, we have a Beta release of MicroPython firmware available [here](https://github.com/sparkfun/micropython-rp2350/releases). You can also go directly to the Beta 04 release by clicking the button below: +As of this writing, we're waiting on the next release of MicroPython to include UF2 files for the Thing Plus - RP2350 so to get users started before then, we have Beta releases of MicroPython firmware available [here](https://github.com/sparkfun/micropython/releases) or by clicking the button below:
- [SparkFun MicroPython Beta 04](https://github.com/sparkfun/micropython/releases/tag/v1.25.0-preview-beta04){ .md-button .md-button--primary} + [SparkFun MicroPython Beta Releases](https://github.com/sparkfun/micropython/releases){ .md-button .md-button--primary}
-Once downloaded, put the Thing Plus - RP2350 into UF2 bootloader mode and open the location the board appeared as a USB storage device (it should appear as "RP2350"). Next, simply drag and drop the UF2 file into the RP2350 folder and the board should reboot. After the board reboots, open up your preferred MicroPython IDE (or command line interface) and you can start interacting with your Thing Plus. Read on to the MicroPython examples section for a few quick examples to make sure everything is working properly. \ No newline at end of file +Simply download the latest release and then put the Thing Plus - RP2350 into UF2 bootloader mode and open the location the board appeared as a USB storage device (it should appear as "RP2350"). Next, simply drag and drop the UF2 file into the RP2350 folder and the board should reboot. After the board reboots, open up your preferred MicroPython IDE (or command line interface) and you can start interacting with your Thing Plus. Read on to the MicroPython examples section for a few quick examples to make sure everything is working properly. \ No newline at end of file