NixOS on ARM/Novena

From NixOS Wiki
Revision as of 21:09, 18 May 2018 by Sorki (talk | contribs) (Init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Work in progress

Start with

https://nixos.wiki/wiki/NixOS_on_ARM

use generic armv7l image (sd-image-armv7l-linux.img)

U-boot

Build u-boot according to

https://nixos.wiki/wiki/NixOS_on_ARM#Building_u-boot_from_your_NixOS_PC

make novena_defconfig
dd if=SPL of=/dev/sdc seek=1 bs=1k

Store u-boot.bin on /boot (mounted sd-image).

Proceed with standard installation steps and https://nixos.wiki/wiki/NixOS_on_ARM#NixOS_installation_.26_configuration

You can use your own layout when installing on the hard drive (SD-card is still needed to boot from SATA), extlinux insted of grub is important.

Configuring SATA boot

To enable booting from SATA by default enable sataroot feature with novena-eeprom and then break to u-boot shell and run following commands to set different boot order:

TODO: disk ID

printenv
setenv boot_targets sata0
saveenv
reset