fb87 / nixos-orangepi-5x

MIT License
7 stars 1 forks source link

NixOS build for Orangepi 5B

Overview

Build the installer image which is ready to flash to SDCard to boot. The final image contains also the u-boot-rockchip.bin flashed.

To build the image, try nix build, to flash to sdcard, try nix run . -- /dev/mmcblk1

Spec

Check flake.nix for more detail.

Flash the image

zstdcat result/sd-image/nixos-sd-image-*.img.zstd | sudo dd of=/dev/mmcblkX bs=4M status=progress

Status

Working

Not working

Ref.

Note: