Skip to content

Commit 6ed743b

Browse files
committed
Docs: Update MicroPython setup to reflect new names.
1 parent 17d59f4 commit 6ed743b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

setting-up-micropython.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ On the releases page you'll find a bunch of different .uf2 files for use on diff
1919

2020
| Board | What uf2 file to use | Notes |
2121
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
22-
| Raspberry Pi Pico and most other RP2040 boards without wireless (Plasma 2040, Interstate 75, Servo 2040, Motor 2040, Tiny 2040 2MB) | **pimoroni-pico-vx.x.x-micropython.uf2** | |
23-
| Raspberry Pi Pico W and most Pico W Aboard products (Automation 2040 W, Inventor 2040 W, Plasma Stick, Interstate 75 W) | **pimoroni-picow-vx.x.x-micropython.uf2** | |
24-
| Tufty 2040 | **pimoroni-tufty2040-vx.x.x-micropython.uf2** | |
25-
| Pimoroni Pico LiPo | **pimoroni-picolipo_4mb-vx.x.x-micropython.uf2** or **pimoroni-picolipo_16mb-vx.x.x-micropython.uf2** | Includes support for the increased flash memory on these boards |
26-
| Tiny 2040 8MB | **pimoroni-tiny2040-vx.x.x-micropython.uf2** | Includes support for the increased flash memory on this board |
27-
| Enviro Urban, Indoor, Weather & Grow | **pimoroni-picow_enviro-vx.x.x-micropython.uf2** | For a .uf2 with examples built in, go to the [Enviro releases page](https://github.com/pimoroni/enviro/releases)! |
28-
| Galactic Unicorn | **pimoroni-picow_galactic_unicorn-vx.x.x-micropython.uf2** | |
29-
| Inky Frame | **pimoroni-picow_inky_frame-vx.x.x-micropython.uf2** | |
30-
| Badger 2040 W | **pimoroni-badger2040w-vx.x.x-micropython.uf2** or **pimoroni-badger2040w-v0.0.1-micropython-with-badger-os.uf2** | :warning: Badger OS will overwrite your files!
31-
| Badger 2040 | **pimoroni-badger2040-vx.x.x-micropython.uf2** or **pimoroni-badger2040-v0.0.1-micropython-with-badger-os.uf2** | :warning: Badger OS will overwrite your files!
32-
| Cosmic Unicorn | **pimoroni-picow_cosmic_unicorn-vx.x.x-micropython.uf2** | |
33-
| Stellar Unicorn | **pimoroni-picow_stellar_unicorn-vx.x.x-micropython.uf2** | |
22+
| Raspberry Pi Pico and most other RP2040 boards without wireless (Plasma 2040, Interstate 75, Servo 2040, Motor 2040, Tiny 2040 2MB) | **pico-vx.x.x-pimoroni-micropython.uf2** | |
23+
| Raspberry Pi Pico W and most Pico W Aboard products (Automation 2040 W, Inventor 2040 W, Plasma Stick, Interstate 75 W) | **picow-vx.x.x-pimoroni-micropython.uf2** | |
24+
| Tufty 2040 | **tufty2040-vx.x.x-pimoroni-micropython.uf2** | |
25+
| Pimoroni Pico LiPo | **picolipo_4mb-vx.x.x-pimoroni-micropython.uf2** or **pimoroni-picolipo_16mb-vx.x.x-pimoroni-micropython.uf2** | Includes support for the increased flash memory on these boards |
26+
| Tiny 2040 8MB | **tiny2040_8mb-vx.x.x-pimoroni-micropython.uf2** | Includes support for the increased flash memory on this board |
27+
| Enviro Urban, Indoor, Weather & Grow | **picow_enviro-vx.x.x-pimoroni-micropython.uf2** | For a .uf2 with examples built in, go to the [Enviro releases page](https://github.com/pimoroni/enviro/releases)! |
28+
| Galactic Unicorn | **picow_galactic_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
29+
| Inky Frame | **picow_inky_frame-vx.x.x-pimoroni-micropython.uf2** | |
30+
| Badger 2040 W | **badger2040w-vx.x.x-pimoroni-micropython.uf2** or **pimoroni-badger2040w-v0.0.1-micropython-with-badger-os.uf2** | :warning: Badger OS will overwrite your files!
31+
| Badger 2040 | **badger2040-vx.x.x-pimoroni-micropython.uf2** or **pimoroni-badger2040-v0.0.1-micropython-with-badger-os.uf2** | :warning: Badger OS will overwrite your files!
32+
| Cosmic Unicorn | **picow_cosmic_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
33+
| Stellar Unicorn | **picow_stellar_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
3434

3535
## Entering DFU/bootloader mode
3636

0 commit comments

Comments
 (0)