NixOS on ARM/UEFI/fr: Difference between revisions
Created page with "En pratique, on ne sait pas dans quelle mesure cela constituerait un réel problème." |
Updating to match new version of source page |
||
| (One intermediate revision by one other user not shown) | |||
| Line 40: | Line 40: | ||
<span id="Getting_a_Platform_Firmware"></span> | <span id="Getting_a_Platform_Firmware"></span> | ||
=== Obtenir un ''micrologiciel de plateforme'' == | <div class="mw-translate-fuzzy"> | ||
== Obtenir un ''micrologiciel de plateforme'' == | |||
</div> | |||
{{expansion|D'avantage de détails et des solutions alternatives seraient appréciés}} | {{expansion|D'avantage de détails et des solutions alternatives seraient appréciés}} | ||
| Line 46: | Line 48: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
As an opinionated example, you can get started with [https://github.com/Tow-Boot/Tow-Boot Tow-Boot, a ''U-Boot'' distribution], which is intended to make the initial setup a bit easier by abstracting the platform differences so that they do not matter. | As an opinionated example, you can get started with [https://github.com/Tow-Boot/Tow-Boot Tow-Boot, a ''U-Boot'' distribution], which is intended to make the initial setup a bit easier by abstracting the platform differences so that they do not matter. | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Where supported, Nix can be used to build U-boot from its main-line repositories. See [[U-Boot#Building a packaged U-Boot]] for further information. The resulting firmware image can then be flashed to SPI with tools such as <code>flashcp</code> or <code>flashrom</code>, or installed to EMMC/SD card by writing to specific offsets. This is platform specific, refer to [https://github.com/u-boot/u-boot/tree/master/doc/board upstream U-boot documentation for your platform or board]. | |||
</div> | </div> | ||