Install XyromOS on Raspberry Pi 5 SD / NVMe

Signed raw ARM64 image for the Raspberry Pi 5 with RP1 I/O controller support.

⬇ Download Raspberry Pi 5 Image →

Requirements

ItemSpec
BoardRaspberry Pi 5 (4 GB or 8 GB)
StoragemicroSD ≥ 16 GB (A2 recommended) or NVMe via PCIe HAT
PowerOfficial USB-C 5V/5A (27W) PSU
NetworkEthernet for license activation

Step 1 — Download

  1. Log in to license.xyromos.comDownloadsRaspberry Pi 5 Raw Image.
  2. Download xyromos-v2026.13.3-rc1-rpi5-arm64.img.gz and the .sha256 file.

Step 2 — Verify

sha256sum -c xyromos-v2026.13.3-rc1-rpi5-arm64.img.gz.sha256

Step 3 — Flash

Using Raspberry Pi Imager (recommended):

  1. Open Raspberry Pi Imager → Choose OSUse custom → select the .img.gz file.
  2. Choose your SD card or NVMe drive as storage.
  3. Click Write. Imager verifies the write automatically.

Or with dd:

gunzip -c xyromos-v2026.13.3-rc1-rpi5-arm64.img.gz | \
  sudo dd of=/dev/sdX bs=4M status=progress conv=fsync

Step 4 — Boot

  1. Insert the SD card (or connect NVMe HAT), connect Ethernet, and power on.
  2. First boot auto-expands the filesystem and initialises the RP1 I/O controller. Allow ~2 minutes.
📌 Booting from NVMe requires updating the Pi 5 EEPROM bootloader to a recent version (≥ 2024-01). Run sudo rpi-eeprom-update -a on a standard Raspberry Pi OS install first if needed.

Step 5 — Activate

  1. SSH: ssh ubuntu@<device-ip>
  2. Run: sudo xyrom-setup and enter your license key.
  3. Runtime available at http://<device-ip>:7000.
← Back to all platforms