This project generates a custom Raspberry Pi OS image for a RPi Zero 2 W that instantly detects a Nintendo Switch in RCM mode and injects the latest Hekate payload.
- Go into the Releases and download the latest image.
- Flash it using BalenaEtcher or Raspberry Pi Imager.
- Boot your Raspberry Pi, plug a Nintendo Switch in RCM mode into the OTG USB port, and enjoy!
- The
.github/workflows/build.ymlruns automatically on an hourly cron schedule. - It fetches the latest release tag from
CTCaer/hekateand the latest commit hash fromDefenderOfHyrule/fusee-nano. - If a GitHub Release for that exact combination doesn't exist yet, it builds a new one automatically.
- During the build, it pulls the official
raspberrypi/rpi-image-genbuilder on anubuntu-24.04-armrunner. - It compiles
fusee-nanonatively, securely pulls the Hekate payload, and usesconfig/rcm-image.yamlto generate the image. - The zero-bloat
.img.xzis uploaded automatically to the Releases page for you to download.