How to install MicroPython - Kyuchumimo/Micro-Joy-Home-Video-Computer GitHub Wiki

  1. Go to this web site, select the development board you have and download the latest firmware version of MicroPython:
    https://micropython.org/download/?port=rp2

It should have a name like the following: BOARD-YYYYMMDD-vX.Y.Z.uf2

  1. While holding down the BOOTSEL/BOOT button, connect the board to your PC. A new storage drive named RPI-RP2 should appear, and now you can now release the button.

  2. Drag the .uf2 file to RPI-RP2 drive and you are done.

TIP: If you already have MicroPython and want to upgrade to a different version but do not have access to the BOOTSEL/BOOT button, in the REPL console type machine.bootloader(0) and perform the above steps