Template:ARM/installation generic: Difference between revisions

From NixOS Wiki
imported>Samueldr
m WIP
imported>Samueldr
m WIP
Line 13: Line 13:
</noinclude><includeonly><!--
</noinclude><includeonly><!--


-->{{#tag:syntaxhighlight|sudo dd if=sd-image-{{{variant}}}-linux.img of=/dev/sdX|lang="bash"}}
-->{{#tag:syntaxhighlight|sudo dd if={{{u-boot}}} of=/dev/sdX bs=1024 seek=8|lang="bash"}}<!--
Replace <code>/dev/sdX</code> with the path to your SD card device.<!--


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

Revision as of 23:23, 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/generic install|variant=EXAMPLE}}

Preview

Template:ARM/generic install