NixOS on ARM/FriendlyELEC CM3588: Difference between revisions
Add CM3588 |
m Add category |
||
Line 35: | Line 35: | ||
U-Boot needs to be copied to specific sectors on the microSD card, eMMC or image with <code>dd</code>. Use [https://github.com/Mic92/nixos-aarch64-images nixos-aarch64-images] to build a CM3588-compatible image from the pre-built NixOS installation images: <code>$ nix-build -A cm3588NAS</code>. Mount and [[NixOS on ARM/Building Images#Editing the image manually|edit image manually]] to add an SSH key (see [https://nixos.org/manual/nixos/stable/#sec-installation-manual-networking networking in the installer]). | U-Boot needs to be copied to specific sectors on the microSD card, eMMC or image with <code>dd</code>. Use [https://github.com/Mic92/nixos-aarch64-images nixos-aarch64-images] to build a CM3588-compatible image from the pre-built NixOS installation images: <code>$ nix-build -A cm3588NAS</code>. Mount and [[NixOS on ARM/Building Images#Editing the image manually|edit image manually]] to add an SSH key (see [https://nixos.org/manual/nixos/stable/#sec-installation-manual-networking networking in the installer]). | ||
[[Category:NixOS on ARM]] |