summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Bednarski <andrzejb@smoofit.com>2020-09-04 13:53:54 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-03 17:25:41 +0000
commit07320ade987207b425dd7956ab81dcedc6182ada (patch)
tree6477fa866e65abc82a6a35bbb5a1a914d4d067c4
parent3dfc42a2ae9c13c5b22ebd6f4e6695d720e3d4b3 (diff)
downloadmeta-raspberrypi-07320ade987207b425dd7956ab81dcedc6182ada.tar.gz
docs: Correct minor spelling issues
Correct spelling issues in the 'extra-build-config.md' file. Signed-off-by: Andrzej Bednarski <andrzej.bednarski@gmail.com>
-rw-r--r--docs/extra-build-config.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index b881322..8460184 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -1,6 +1,6 @@
1# Optional build configuration 1# Optional build configuration
2 2
3There are a set of ways in which a user can influence different paramenters of 3There are a set of ways in which a user can influence different parameters of
4the build. We list here the ones that are closely related to this BSP or 4the build. We list here the ones that are closely related to this BSP or
5specific to it. For the rest please check: 5specific to it. For the rest please check:
6<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html> 6<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html>
@@ -37,7 +37,7 @@ By default, each machine uses `vc4` for graphics. This will in turn sets mesa as
37 37
38## Add purchased license codecs 38## Add purchased license codecs
39 39
40To add you own licenses use variables `KEY_DECODE_MPG2` and `KEY_DECODE_WVC1` in 40To add your own licenses use variables `KEY_DECODE_MPG2` and `KEY_DECODE_WVC1` in
41local.conf. Example: 41local.conf. Example:
42 42
43 KEY_DECODE_MPG2 = "12345678" 43 KEY_DECODE_MPG2 = "12345678"
@@ -77,7 +77,7 @@ To remove (or adjust) this delay set these variables in local.conf:
77## Set overclocking options 77## Set overclocking options
78 78
79The Raspberry Pi can be overclocked. As of now overclocking up to the "Turbo 79The Raspberry Pi can be overclocked. As of now overclocking up to the "Turbo
80Mode" is officially supported by the raspbery and does not void warranty. Check 80Mode" is officially supported by the Raspberry Pi and does not void warranty. Check
81the config.txt for a detailed description of options and modes. The following 81the config.txt for a detailed description of options and modes. The following
82variables are supported in local.conf: `ARM_FREQ`, `GPU_FREQ`, `CORE_FREQ`, 82variables are supported in local.conf: `ARM_FREQ`, `GPU_FREQ`, `CORE_FREQ`,
83`SDRAM_FREQ` and `OVER_VOLTAGE`. 83`SDRAM_FREQ` and `OVER_VOLTAGE`.
@@ -249,7 +249,7 @@ Screen LCD, HDMI interface (<http://www.waveshare.com/7inch-HDMI-LCD-C.htm>) Rev
249RaspberryPi 0, 1, 2 and CM will have UART console enabled by default. 249RaspberryPi 0, 1, 2 and CM will have UART console enabled by default.
250 250
251RaspberryPi 0 WiFi and 3 does not have the UART enabled by default because this 251RaspberryPi 0 WiFi and 3 does not have the UART enabled by default because this
252needs a fixed core frequency and enable_uart wil set it to the minimum. Certain 252needs a fixed core frequency and enable_uart will set it to the minimum. Certain
253operations - 60fps h264 decode, high quality deinterlace - which aren't 253operations - 60fps h264 decode, high quality deinterlace - which aren't
254performed on the ARM may be affected, and we wouldn't want to do that to users 254performed on the ARM may be affected, and we wouldn't want to do that to users
255who don't want to use the serial port. Users who want serial console support on 255who don't want to use the serial port. Users who want serial console support on