NixOS on ARM/Radxa ROCK5 Model B: Difference between revisions
imported>Mweinelt m Fix code blocks |
imported>Mweinelt m Add to hardware category |
||
Line 22: | Line 22: | ||
sudo nixos-rebuild switch --flake github:jonahbron/config/aciceri-rebooted-into-this#rock5b | sudo nixos-rebuild switch --flake github:jonahbron/config/aciceri-rebooted-into-this#rock5b | ||
</code> | </code> | ||
[[Category:Hardware]] |
Revision as of 15:04, 28 March 2023
WIP
Repo for building Platform Firmware: https://github.com/samueldr/Tow-Boot/tree/wip/rock5-vendor
To build:
nix-build -A radxa-rock5b
Flash result to installation media (sd or mmc)
Nix flake for building OS image: https://github.com/aciceri/rock5b-nixos
To build:
nix-build
Flash result to a new second legacy bootable ext4 partition on the installation media
Boot into system
sudo nixos-rebuild switch --flake github:jonahbron/config/aciceri-rebooted-into-this#rock5b