NixOS on ARM/NanoPC-T4: Difference between revisions

imported>Tmountain
No edit summary
imported>Tmountain
No edit summary
Line 35: Line 35:


== Board Specific Installation Notes ==
== Board Specific Installation Notes ==


The NanoPC-T4 reserves space for u-boot at the beginning of its eMMC and/or microSD. As a result, successful image installation relies upon a custom partitioning scheme.
The NanoPC-T4 reserves space for u-boot at the beginning of its eMMC and/or microSD. As a result, successful image installation relies upon a custom partitioning scheme.
Line 53: Line 55:
Make the filesystem and set the disk label (crucially important)
Make the filesystem and set the disk label (crucially important)
# mkfs.ext4 /dev/mmcblk2p1
# mkfs.ext4 /dev/mmcblk2p1
#tune2fs -L NIXOS_SD /dev/mmcblk2p1
# tune2fs -L NIXOS_SD /dev/mmcblk2p1
</syntaxhighlight>
</syntaxhighlight>