diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/faq/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index c2320f9..465a137 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -62,7 +62,7 @@ <h2>General questions</h2> <ul class="cascade"> <li><a href="#install">How do I install libreboot?</a></li> - <li><a href="#repugnantpi">How do I programme an SPI flash chip with the Raspberry Pi?</a></li> + <li><a href="#repugnantpi">How do I program an SPI flash chip with the Raspberry Pi?</a></li> <li><a href="#bootpassword">How do I set a boot password?</a></li> <li><a href="#writeprotect">How do I write-protect the flash chip?</a> (for example, to protect against firmware-level malware being installed)</li> <li><a href="#biossettings">How do I change the BIOS settings?</a></li> @@ -342,7 +342,7 @@ <a href="#pagetop">Back to top of page</a> </p> - <h2 id="repugnantpi">How do I programme an SPI flash chip with the Raspberry Pi? <span class="ref">(<a href="#repugnantpi">#repugnantpi</a>)</span></h2> + <h2 id="repugnantpi">How do I program an SPI flash chip with the Raspberry Pi? <span class="ref">(<a href="#repugnantpi">#repugnantpi</a>)</span></h2> <p> The RPi can be used to install libreboot onto a system that uses SPI flash, but libreboot intentionally doesn't document it. Why? Blobs. The RPi requires a blob for the integrated video chipset, in order to boot. This was true of the original RPi, and @@ -394,7 +394,7 @@ More information about payloads can be found at <a href="http://www.coreboot.org/Payloads">coreboot.org/Payloads</a>. </p> <p> - Libreboot inherits the modular payload concept from coreboot, which means that pre-OS bare-metal <i>BIOS setup</i> programmes + Libreboot inherits the modular payload concept from coreboot, which means that pre-OS bare-metal <i>BIOS setup</i> programs are not very practical. Coreboot (and libreboot) does include a utility called <i>nvramtool</i>, which can be used to change some settings. You can find nvramtool under <i>coreboot/util/nvramtool/</i>, in the libreboot source archives. </p> |