Warning
If you're using PicoCalc, make sure to update your keyboard firmware first: https://github.com/jblanked/awesome-pico-calc/blob/master/GettingStarted.md#updating-the-stm32>
Universal Method
- Download the appropiate build from the
buildsdirectory. - Press and hold the
BOOTbutton on your Raspberry Pi Pico/W or Pico 2/2W. - While holding the
BOOTbutton, connect the Pico to your computer using a USB cable (that supports data transfer) until your computer recognizes a new storage device. - Drag and drop the downloaded file onto the device that appears (it should be named
RPI-RP2if using a Raspberry Pi Pico/W orRP2350if using a Raspberry Pi Pico 2/2W). - Once the file transfer is complete, the Pico will eject itself. Disconnect the USB cable from your Pico.
Note
If you are installing the MicroPython version, copy the apps folder from builds/MicroPython to the picoware folder on your SD card. If there is no picoware folder, create one.
Note
If you are installing the CircuitPython version, after installing Picoware, replace the code.py file on your Pico with the one from src/CircuitPython. Then, copy the apps folder from builds/CircuitPython to the picoware folder on your SD card. If there is no picoware folder, create one.
Video Game Module (Only)
- Install the Video Game Module Tool app on your Flipper Zero from the Apps catalog: Video Game Module Tool.
- Download the
Picoware-VGM.uf2from thebuildsdirectory. - Disconnect your Video Game Module from your Flipper and connect your Flipper to your computer.
- Open qFlipper.
- Navigate to the
SD Card/apps_data/vgm/directory. If the folder doesn’t exist, create it. Inside that folder, create a folder namedPicoware. - Drag the
Picoware-VGM.uf2file you downloaded earlier into thePicowaredirectory. - Disconnect your Flipper from your computer, then turn it off.
- Connect your Video Game Module to your Flipper, then turn your Flipper on.
- Open the Video Game Module Tool app on your Flipper. It should be located in the
Apps -> Toolsfolder from the main menu. - In the Video Game Module Tool app, select
Install Firmware from File, then chooseapps_data. - Scroll down and click on the
vgmfolder, then thePicowarefolder, and finally select thePicoware-VGM.uf2file. - The app will begin flashing Picoware to your Video Game Module. Wait until the process is complete.