NixOS on ARM/PINE64 Pinebook: Difference between revisions

imported>Samueldr
m Samueldr moved page NixOS on ARM/PINE Pinebook-a64 to NixOS on ARM/PINE64 Pinebook: Better follow the guidelines for board pages
imported>Samueldr
m Adds notes about USB boot
Line 68: Line 68:


{{expansion|Find and document use of a kernel with the added capabilities.}}
{{expansion|Find and document use of a kernel with the added capabilities.}}
== USB booting with u-boot ==
You will need to either have mainline U-Boot installed to the eMMC or to an SD card.
Stop the boot process when prompted (by pressing a key). Then, do the following:
<pre>
Hit any key to stop autoboot:  0
=> setenv boot_targets usb0
=> boot
</pre>
This sets the boot order for this boot only. U-Boot can boot (among others) either of the NixOS sd-image or EFI iso from USB.


== Resources ==
== Resources ==