Template:ARM/installation generic

From NixOS Wiki
Revision as of 21:30, 6 April 2024 by Sdht0 (talk | contribs) (Add proper sections)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a template. It should be used as part of other articles. For more information, see Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to discuss this template in the talk page.

If you wanted to create a new page instead, use the search box to search for the title of the new page you want to create and follow the link Create the page "XYZ" on this wiki! in the results page. An alternative is to create a dangling link to the new page from an existing page. A final option is to directly visit the expected URL of the page.

About

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!

Parameters

  • variant Pass one of aarch64, armv7l, armv6l as relevant.
  • storage default: an SD card This will be used like ... to a/an EXAMPLE STORAGE DEVICE. Example: storage=a USB drive.

Usage

{{ARM/installation generic|variant=EXAMPLE}}

Example

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