Signed raw ARM64 image for the Compute Module 4. Flash method depends on your carrier board and whether your CM4 has eMMC or Lite (SD) storage.
⬇ Download Raspberry Pi CM4 Image →| Item | Spec |
|---|---|
| Module | Raspberry Pi CM4 (any RAM/storage variant) |
| Carrier board | CM4 IO Board, Waveshare, or custom carrier |
| eMMC flash host | Linux PC with rpiboot for eMMC variants |
| SD (Lite variants) | microSD ≥ 16 GB |
| Network | Ethernet for license activation |
xyromos-v2026.13.3-rc1-rpi-cm4-arm64.img.gz and the .sha256.gunzip -c xyromos-v2026.13.3-rc1-rpi-cm4-arm64.img.gz | \
sudo dd of=/dev/sdX bs=4M status=progress conv=fsync
Insert into the CM4 carrier, power on, done.
rpiboot: sudo apt install rpiboot (or build from github.com/raspberrypi/usbboot).sudo rpiboot/dev/sda). Flash it:gunzip -c xyromos-v2026.13.3-rc1-rpi-cm4-arm64.img.gz | \
sudo dd of=/dev/sda bs=4M status=progress conv=fsync
lsblk before writing. The eMMC appears only while rpiboot is running.ssh ubuntu@<device-ip>sudo xyrom-setup → enter license key.