NixOS on ARM/Kosagi Novena: Difference between revisions

imported>Sorki
Init
 
Pigs (talk | contribs)
m Add category
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Work in progress
{{ARM/breadcrumb}}
We now have https://github.com/novena-next/nixos-novena repository that can be used to build Novena specific kernel and few other tools like <code>novena-eeprom</code> and <code>novena-usb-hub</code>.


Start with
Also check out https://github.com/novena-next/docs for general purpose documentation. This guide might move there at some point.


https://nixos.wiki/wiki/NixOS_on_ARM
=== Using generic image ===
 
[[NixOS on ARM]]


use generic <code>armv7l</code> image (<code>sd-image-armv7l-linux.img</code>)
use generic <code>armv7l</code> image (<code>sd-image-armv7l-linux.img</code>)
Line 11: Line 14:
Build u-boot according to
Build u-boot according to


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


{{commands|<nowiki>
{{commands|<nowiki>
Line 24: Line 27:


Proceed with standard installation steps and  
Proceed with standard installation steps and  
https://nixos.wiki/wiki/NixOS_on_ARM#NixOS_installation_.26_configuration
[[NixOS_on_ARM#Building_U-Boot_from_your_NixOS_PC]]


You can use your own layout when installing on the hard drive (SD-card is still needed to boot from SATA), <code>extlinux</code> insted of <code>grub</code> is important.
You can use your own layout when installing on the hard drive (SD-card is still needed to boot from SATA), <code>extlinux</code> insted of <code>grub</code> is important.
Line 40: Line 43:
reset
reset
</nowiki>}}
</nowiki>}}
[[Category:NixOS on ARM]]