← Docs
Burn Batocera
Batocera is the OS that runs the games. Download the image, flash it to a USB stick or SD card (32 GB+), then boot from it. Flashing erases the drive.
All platforms
-
1
Download the image from batocera.org/download (pick your hardware).
-
2
balenaEtcher runs on Windows, macOS and Linux and is the easiest option.
Windows
-
1
balenaEtcher or Rufus → select the image → select your USB/SD → Flash.
macOS
-
1
balenaEtcher → image → drive → Flash. (Advanced:
sudo dd if=batocera.img of=/dev/diskN bs=4m— checkdiskNfirst.)
Linux
-
1
balenaEtcher, or
sudo dd if=batocera.img of=/dev/sdX bs=4M status=progress(sdX= the whole device, not a partition), thensync.