Downloads
Exaviz OS images (deprecated) for the Interceptor Carrier Board
2 minute read
Deprecated
Exaviz OS images are no longer being developed. They have been replaced by
the Exaviz Debian packages (exaviz-dkms,
exaviz-netplan, etc.) which can be installed on standard Raspberry Pi OS
or Debian. Existing deployments will continue to work but will not receive
updates.
Final Releases
The images below are the last published versions of Exaviz OS.
Raspberry Pi CM4/CM5
| Edition | Version | Download | SHA256 |
|---|---|---|---|
| Desktop | 2025-05-01 | Download | SHA256 |
| Server | 2025-05-01 | Download | SHA256 |
Banana Pi CM4
| Edition | Version | Download | SHA256 |
|---|---|---|---|
| Desktop | 2025-04-30 | Download | SHA256 |
| Server | 2025-04-30 | Download | SHA256 |
Edition Descriptions
Desktop Edition
- Full graphical desktop environment
- Pre-installed applications for general use
- Ideal for interactive use with monitor and keyboard
- SSH enabled by default
- Larger image size (~4GB)
Server Edition
- Headless (no desktop environment)
- Optimized for server/appliance use
- SSH enabled by default
- Smaller image size (~2GB)
- Recommended for NAS, NVR, and headless applications
Verifying Downloads
Always verify your download using the SHA256 checksum:
# Download the image and checksum
wget https://exaviz.com/image/server-raspberrypi-cm4-cm5-2025-05-01.img
wget https://exaviz.com/image/server-raspberrypi-cm4-cm5-2025-05-01.img.sha256
# Verify checksum (Linux/macOS)
sha256sum -c server-raspberrypi-cm4-cm5-2025-05-01.img.sha256
# Or manually compare
sha256sum server-raspberrypi-cm4-cm5-2025-05-01.img
cat server-raspberrypi-cm4-cm5-2025-05-01.img.sha256
Image Features
All images include:
- RTL8367RB Ethernet switch driver
- JMB585 SATA controller driver
- IP808AR PoE controller driver
- Optimized kernel configuration
- Network configuration utilities
- SSH enabled by default (all editions)
Release Notes
2025-05-01 (RPi CM4/CM5) – Final Release
- Added unified
/proc/pseinterface for PoE control - Updated kernel to latest stable release
- Improved SATA hot-plug support
- Bug fixes and performance improvements
2025-04-30 (Banana Pi CM4) – Final Release
- Initial and final release for Banana Pi CM4
- Includes all standard drivers
- Note: HDMI1 not supported (Banana Pi CM4 hardware limitation)
Older Versions
Older OS images are available on request. Contact support@exaviz.com.
Last modified February 25, 2026