Skip to content

Disk Images and Deployment

Barbara Chassoul edited this page Feb 13, 2026 · 1 revision

Disk Images and Deployment

Generate firmware and images

./build-firmware.sh -i <TARGET> <ARTEFACT>

Program device with firmware

fwup -a -d <DEVICE> -i artefacts/<FIRMWARE>.fw -t complete

Convert firmware to image file

rm -f out.img
touch out.img
fwup -a -d out.img -t complete -i artefacts/<FIRMWARE>.fw

Inspect image partitions

fdisk -l artefacts/<IMAGE>.img

Clone this wiki locally