NixOS on ARM/PcDuino3 Nano: 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 9: | Line 10: | ||
<!-- 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
pcDuino3 Nano | |
---|---|
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 needs to be copied to specific sectors on the microSD card with dd. Download U-Boot for the board (uboot-Linksprite_pcDuino3_Nano_defconfig-2015.07_u-boot-sunxi-with-spl.bin
), and copy it to the correct location with (again, replace /dev/sdX
with the correct path to the SD card device):
sudo dd if=uboot-Linksprite_pcDuino3_Nano_defconfig-2015.07_u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8
Then, install using the installation and configuration steps.
Serial console
Notes about the boot process
USB keyboards and HDMI displays work perfectly. Also a 3.3v serial port via the 3-pin header works.