Template:ARM/installation allwinner: Difference between revisions
imported>Samueldr WIP |
imported>KREYREN Use DEVICE as it's more understandable |
||
(6 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
{{ARM/allwinner | {{ARM/installation allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Preview == | == Preview == | ||
{{ARM/allwinner | {{ARM/installation allwinner|variant=EXAMPLE|u-boot=EXAMPLE-u-boot-sunxi-with-spl.bin}} | ||
</noinclude><includeonly><!-- | </noinclude><includeonly><!-- | ||
-->{{ARM/generic | -->{{ARM/installation generic|variant={{{variant}}}}} | ||
{{#tag:syntaxhighlight|sudo dd if={{{u-boot}}} of=/dev/ | 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> |