PicoBoot
- open source
- uses $4 Raspberry Pi Pico board
- very easy installation, only 5 wires to solder or a flex cable
- upgradable via USB cable, without any drivers and programs
- automatically boots any homebrew app of your choice
- similar experience to ODEs like FlippyDrive or GC Loader
Videos
📄️ Installation guide
People have a tendency to overestimate their skills after watching tutorial videos where everything seems easy. Please practice soldering on some scrap electronics before attempting PicoBoot installation.
📄️ FAQ
Is PicoBoot better than Flippydrive, GC Loader or CubeODE?
📄️ Troubleshooting
Problem: Booting into stock GC menu
📄️ Update PicoBoot
If your Pico is wired without in-series diode (most installations prior to PicoBoot v0.4) you should disconnect 3.3V wire for the time of update. This is done to prevent supplying 3.3V to the console which could put high load on power regulator on Pico board. It can get very hot and potentially fail causing irrepairable damage.
📄️ Compiling PicoBoot firmware
Before following steps, make sure you have Raspberry Pi Pico SDK installed on your machine.