NixOS on ARM/Wandboard: Difference between revisions
imported>Samueldr Imports contents in page. |
imported>Samueldr Add note about content being out-of-date |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ARM/breadcrumb}} | |||
<div class="infobox"> | <div class="infobox"> | ||
{|class="table" | {|class="table" | ||
Line 11: | Line 12: | ||
<!-- TODO : write intro paragraph --> | <!-- TODO : write intro paragraph --> | ||
== Status == | == Status == | ||
{{outdated|Section refers to old user-provided images. Should be reviewed with cross-compilation, or native compilation through userspace emulation.}} | |||
'''@dezgeg''''s porting efforts to ARMv7 should work. | '''@dezgeg''''s porting efforts to ARMv7 should work. |
Latest revision as of 22:17, 26 December 2021
Wandboard Family | |
---|---|
Solo/Dual/Quad | |
Architecture | ARMv7 |
Status
@dezgeg's porting efforts to ARMv7 should work.
Board-specific installation notes
First follow the generic installation steps to get the installer image.
U-Boot and its SPL need to be copied to specific sectors on the microSD card with dd. Download U-Boot & SPL for the board (uboot-wandboard_defconfig-2017.03_u-boot.img
, uboot-wandboard_defconfig-2017.03_SPL
), and copy them to the correct location with (again, replace /dev/sdX with the correct path to the SD card device):
sudo dd if=uboot-wandboard_defconfig-2017.03_SPL of=/dev/sdX seek=1 bs=1k
sudo dd if=uboot-wandboard_defconfig-2017.03_u-boot.img of=/dev/sdX seek=69 bs=1k
Then, install using the installation and configuration steps.
Serial console
Notes about the boot process
Only serial console (via the DB-9 connector) is supported.