NixOS on ARM: Difference between revisions

imported>Samueldr
m Remove instructions to resize "boot" partition, as it's been almost 2 years since this was outdated
imported>Samueldr
Line 372: Line 372:
(the last option should not be required on NixOS machines)
(the last option should not be required on NixOS machines)


== Installer image with custom uboot ==
== Installer image with custom U-Boot ==


[https://github.com/Mic92/nixos-aarch64-images nixos-aarch64-images] provides a mechanism to modify the official NixOS installer with custom uboot bootloader required for different boards. This method does not require qemu or native arm, since the existing hydra image/pre-build uboot binaries are used.
[https://github.com/Mic92/nixos-aarch64-images nixos-aarch64-images] provides a mechanism to modify the official NixOS installer to embed the board-specific U-Boot firmware required for different boards. This method does not require QEMU or native ARM builds since the existing Hydra-built U-Boot binaries are used.


== Board-specific installation notes ==
== Board-specific installation notes ==