Template:ARM/installation allwinner: Difference between revisions

From NixOS Wiki
imported>Samueldr
m WIP
imported>Samueldr
m Ugh
Line 4: Line 4:


<syntaxhighlight>
<syntaxhighlight>
{{ARM/install allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}}
{{ARM/installation allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}}
</syntaxhighlight>
</syntaxhighlight>


== Preview ==
== Preview ==


{{ARM/install allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}}
{{ARM/installation allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}}


</noinclude><includeonly><!--
</noinclude><includeonly><!--


-->{{ARM/install generic|variant=EXAMPLE}}
-->{{ARM/installation generic|variant=EXAMPLE}}


This board requires the installation of u-boot at a specific location on the storage where NixOS was written to.
This board requires the installation of u-boot at a specific location on the storage where NixOS was written to.

Revision as of 23:34, 14 January 2020


This template provides generic installation instructions for NixOS on ARM sub-pages. Look at the other installation instruction templates, there may be one more appropriate for the lineage of your board!

{{ARM/installation allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}}

Preview

To use the generic installation image for your board, you will need to copy it verbatim to an SD card.

sudo dd if=sd-image-EXAMPLE-linux.img of=/dev/DEVICE conv=sync status=progress

This board requires the installation of u-boot at a specific location on the storage where NixOS was written to.

sudo dd if=EXAMPLE-u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8