Docs: Update MicroPython setup to reflect new names.
This commit is contained in:
parent
17d59f4729
commit
6ed743b32c
|
@ -19,18 +19,18 @@ On the releases page you'll find a bunch of different .uf2 files for use on diff
|
|||
|
||||
| Board | What uf2 file to use | Notes |
|
||||
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||
| 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** | |
|
||||
| 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** | |
|
||||
| Tufty 2040 | **pimoroni-tufty2040-vx.x.x-micropython.uf2** | |
|
||||
| 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 |
|
||||
| Tiny 2040 8MB | **pimoroni-tiny2040-vx.x.x-micropython.uf2** | Includes support for the increased flash memory on this board |
|
||||
| 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)! |
|
||||
| Galactic Unicorn | **pimoroni-picow_galactic_unicorn-vx.x.x-micropython.uf2** | |
|
||||
| Inky Frame | **pimoroni-picow_inky_frame-vx.x.x-micropython.uf2** | |
|
||||
| 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!
|
||||
| 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!
|
||||
| Cosmic Unicorn | **pimoroni-picow_cosmic_unicorn-vx.x.x-micropython.uf2** | |
|
||||
| Stellar Unicorn | **pimoroni-picow_stellar_unicorn-vx.x.x-micropython.uf2** | |
|
||||
| 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** | |
|
||||
| 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** | |
|
||||
| Tufty 2040 | **tufty2040-vx.x.x-pimoroni-micropython.uf2** | |
|
||||
| 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 |
|
||||
| Tiny 2040 8MB | **tiny2040_8mb-vx.x.x-pimoroni-micropython.uf2** | Includes support for the increased flash memory on this board |
|
||||
| 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)! |
|
||||
| Galactic Unicorn | **picow_galactic_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
|
||||
| Inky Frame | **picow_inky_frame-vx.x.x-pimoroni-micropython.uf2** | |
|
||||
| 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!
|
||||
| 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!
|
||||
| Cosmic Unicorn | **picow_cosmic_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
|
||||
| Stellar Unicorn | **picow_stellar_unicorn-vx.x.x-pimoroni-micropython.uf2** | |
|
||||
|
||||
## Entering DFU/bootloader mode
|
||||
|
||||
|
|
Loading…
Reference in New Issue