diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-09-12 16:05:25 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-09-12 16:05:25 (EDT) |
commit | 974300f389d10d8d8d03b0fea49769d42c2f7320 (patch) | |
tree | efb9582d6af2ba57bb08c1da4c8d5c722b09308b /site | |
parent | 2052f76cc46322f419999c0717e7fb8c424d2008 (diff) | |
download | libreboot.org-974300f389d10d8d8d03b0fea49769d42c2f7320.zip libreboot.org-974300f389d10d8d8d03b0fea49769d42c2f7320.tar.gz libreboot.org-974300f389d10d8d8d03b0fea49769d42c2f7320.tar.bz2 |
It's program, not programme.
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> |