NixOS on ARM/ODROID-HC4: Difference between revisions
imported>Artemislena m Formatting |
imported>Erdnaxe No edit summary |
||
Line 45: | Line 45: | ||
=== NixOS installation === | === NixOS installation === | ||
# First follow the [[NixOS_on_ARM#Installation|generic installation steps]] to get the | # First follow the [[NixOS_on_ARM#Installation|generic installation steps]] to get the latest stable installer image. | ||
# Uncompress the .zst file. One may use the <code>unzstd</code> command (equivalent to <code>zstd -d</code>) on supported machines. The zstd commands can be accessed from the <code>zstd</code> package. | # Uncompress the .zst file. One may use the <code>unzstd</code> command (equivalent to <code>zstd -d</code>) on supported machines. The zstd commands can be accessed from the <code>zstd</code> package. | ||
# Patch this image (.img file) with U-Boot for Odroid HC4. <syntaxhighlight lang="bash"> | # Patch this image (.img file) with U-Boot for Odroid HC4. <syntaxhighlight lang="bash"> |