Template:ARM/installation allwinner: Difference between revisions

imported>Samueldr
WIP
 
DoggoBit (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>{{delete|reason=This would do much better as a [[NixOS on ARM#Allwinner boards]] section or similar.}}


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!
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!


<syntaxhighlight>
<syntaxhighlight>
{{ARM/allwinner install|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/allwinner install|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/generic install|variant=EXAMPLE}}
-->{{ARM/installation generic|variant={{{variant}}}}}


{{#tag:syntaxhighlight|sudo dd if={{{u-boot}}} of=/dev/sdX bs=1024 seek=8|lang="bash"}}<!--
This board requires the installation of u-boot at a specific location on the storage where NixOS was written to.
 
{{#tag:syntaxhighlight|sudo dd if={{{u-boot|u-boot-sunxi-with-spl.bin}}} of=/dev/DEVICE bs=1024 seek=8|lang="bash"}}<!--


--></includeonly>
--></includeonly>