NixOS on ARM: Difference between revisions
imported>Samueldr m Re-orders devices table (and documents an abitrary order as a comment) |
imported>Samueldr m Begins splitting contents |
||
| Line 125: | Line 125: | ||
<syntaxhighlight lang="bash">sudo dd if=uboot-Linksprite_pcDuino3_Nano_defconfig-2015.07_u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8</syntaxhighlight> | <syntaxhighlight lang="bash">sudo dd if=uboot-Linksprite_pcDuino3_Nano_defconfig-2015.07_u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8</syntaxhighlight> | ||
=== Wandboard === | === Wandboard === | ||
| Line 294: | Line 252: | ||
USB keyboards and HDMI displays work perfectly. Also a 3.3v serial port via the 3-pin header works. | USB keyboards and HDMI displays work perfectly. Also a 3.3v serial port via the 3-pin header works. | ||
=== Wandboard === | === Wandboard === | ||
| Line 350: | Line 304: | ||
* If your board's U-Boot configuration doesn't use the <code>extlinux.conf</code> format by default, create a patch to enable it. Some C hacking skills & U-Boot knowledge might be required. For some pointers, see this patch to enable it on the Versatile Express. | * If your board's U-Boot configuration doesn't use the <code>extlinux.conf</code> format by default, create a patch to enable it. Some C hacking skills & U-Boot knowledge might be required. For some pointers, see this patch to enable it on the Versatile Express. | ||
* Make a pull request, also containing the board-specific instructions. Ping '''@dezgeg''' for review and for building & hosting the U-Boots at http://nixos-arm.dezgeg.me/installer. | * Make a pull request, also containing the board-specific instructions. Ping '''@dezgeg''' for review and for building & hosting the U-Boots at http://nixos-arm.dezgeg.me/installer. | ||
== Resources == | |||
=== Subpages === | |||
The following is a list of all sub-pages of the ''NixOS on ARM'' topic. | |||
{{Special:PrefixIndex/NixOS_on_ARM/}} | |||