NixOS on ARM/ODROID-C2: Difference between revisions

imported>OliverEvans96
Fix U-Boot build command (I think) - previous version expects `default.nix` in the current directory.
imported>Mbledkowski
m Updated link to image
Line 35: Line 35:
</syntaxhighlight>  
</syntaxhighlight>  


# Download the sd-image from Hydra at https://hydra.nixos.org/job/nixos/release-18.09-aarch64/nixos.sd_image.aarch64-linux/latest
# Download the sd-image from Hydra at https://hydra.nixos.org/job/nixos/release-22.05-aarch64/nixos.sd_image.aarch64-linux/latest
# Copy it to the SD card
# Copy it to the SD card
# Mount first partition to /mnt with <code>sudo mount /dev/mmcblk0p1 /mnt</code>
# Mount first partition to /mnt with <code>sudo mount /dev/mmcblk0p1 /mnt</code>