Flash And Recover
This guide covers the supported ways to install or recover HeliOS on HVS - Raze.
Goal
You are done when:
- The device boots.
- You can open the Web UI.
- The device reports the expected OS version.
Get The Image
Images come from this repo releases.
Download the image that matches your device.
Pick The Right Update Path
Option A: Recovery flash (device off, boot button held)
Use this when:
- the device is bricked/unreachable
- network settings are unknown
- you need a full re-flash
Option B: In-UI updater
Use this when:
- the device is reachable
- you want the normal update path
Option C: Atlas Hardware Manager
Planned tool. Until it ships, use Option A or B.
Option A: Recovery Flash
What You Need
- A computer (Linux or Windows).
rpiboot(Raspberry Pi usbboot tool).- A flashing tool:
- Balena Etcher, or
- Raspberry Pi Imager.
Enter USB Boot Mode
- Power the device off.
- Locate the boot button on the left side under the USB-A port.
- Press and hold the boot button gently.
- While holding the button, power the device using a 2.5V to 36V supply capable of at least 15W.
If the device boots normally (fan and status LED behavior), you likely missed USB boot mode. Power off and retry.
rpiboot (Linux)
Install build deps:
Debian/Ubuntu:
sudo apt update
sudo apt install -y git build-essential libusb-1.0-0-dev pkg-config
Fedora:
sudo dnf install -y git gcc gcc-c++ make libusb1-devel pkgconf-pkg-config
Arch:
sudo pacman -S --needed git base-devel libusb
Build and run:
git clone https://github.com/raspberrypi/usbboot
cd usbboot
make
sudo ./rpiboot
When rpiboot succeeds, the device storage should appear on your computer.
rpiboot (Windows)
- Get
rpiboot.exefrom the Raspberry Pi usbboot tool. - Run
rpiboot.exe. - Wait for device storage to appear.
Flash The Image
- Open Etcher or Raspberry Pi Imager.
- Select the downloaded OS image.
- Select the newly appeared device storage.
- Flash.
- Power-cycle the device.
Verify
- Find the device on the network:
- Open the Web UI.
- Check basic health:
Option B: In-UI Updater
- Open the Web UI.
- Go to Settings > Updater.
- Select an update image source:
- Upload, Media, or URL.
- Click Apply update and confirm.
What to expect:
- Streams stop.
- The device reboots.
- The Web UI disconnects briefly and then reloads.
If the device does not come back, fall back to Option A.