diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-17 21:24:30 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-17 21:24:30 +0300 |
commit | cfc8731b551f45c6765176e64a456d31436ec9a1 (patch) | |
tree | 08999cc74d5f3f40a4c98902f7db29adf308393c | |
parent | c2ace3252760af3da765f640fe3fd53726ee5e7c (diff) | |
download | meta-raspberrypi-cfc8731b551f45c6765176e64a456d31436ec9a1.tar.gz |
README: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -95,7 +95,7 @@ How to use it: | |||
95 | 6. Boot your RPI. | 95 | 6. Boot your RPI. |
96 | 96 | ||
97 | Optional - compressed deployed files: | 97 | Optional - compressed deployed files: |
98 | 98 | ===================================== | |
99 | 1. Overwrite IMAGE_FSTYPES in local.conf | 99 | 1. Overwrite IMAGE_FSTYPES in local.conf |
100 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz | 100 | IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz |
101 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf | 101 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf |
@@ -103,7 +103,7 @@ Optional - compressed deployed files: | |||
103 | *Accommodate the values above to your own needs (ex: ext3 / ext4). | 103 | *Accommodate the values above to your own needs (ex: ext3 / ext4). |
104 | 104 | ||
105 | Optional - GPU firmware: | 105 | Optional - GPU firmware: |
106 | 106 | ======================== | |
107 | By default the GPU firmware shipped is arm192. You can overwrite this using the | 107 | By default the GPU firmware shipped is arm192. You can overwrite this using the |
108 | variable RPI_GPU_FIRMWARE with one of the values below. | 108 | variable RPI_GPU_FIRMWARE with one of the values below. |
109 | # arm128 : 128M ARM, 128M GPU split | 109 | # arm128 : 128M ARM, 128M GPU split |
@@ -112,7 +112,7 @@ variable RPI_GPU_FIRMWARE with one of the values below. | |||
112 | # arm240 : 240M ARM, 16M GPU split | 112 | # arm240 : 240M ARM, 16M GPU split |
113 | 113 | ||
114 | Optional - Add purchased license codecs: | 114 | Optional - Add purchased license codecs: |
115 | 115 | ======================================== | |
116 | To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example: | 116 | To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example: |
117 | KEY_DECODE_MPG2 = "12345678" | 117 | KEY_DECODE_MPG2 = "12345678" |
118 | KEY_DECODE_WVC1 = "12345678" | 118 | KEY_DECODE_WVC1 = "12345678" |
@@ -120,15 +120,15 @@ You can supply more licenses separated by comma. Example: | |||
120 | KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" | 120 | KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" |
121 | 121 | ||
122 | Optional - Disable overscan: | 122 | Optional - Disable overscan: |
123 | 123 | ============================ | |
124 | By default the GPU adds a black border around the video output to compensate for TVs | 124 | By default the GPU adds a black border around the video output to compensate for TVs |
125 | which cut off part of the image. To disable this set this variable in | 125 | which cut off part of the image. To disable this set this variable in |
126 | local.conf: | 126 | local.conf: |
127 | DISALE_OVERSCAN = "0" | 127 | DISALE_OVERSCAN = "0" |
128 | 128 | ||
129 | Optional - Set overclocking options: | 129 | Optional - Set overclocking options: |
130 | 130 | ==================================== | |
131 | The raspberry pi can be overclocked. As of now overclocking up to the "Turbo | 131 | The Raspberry PI can be overclocked. As of now overclocking up to the "Turbo |
132 | Mode" is officially supported by the raspbery and does not void warranty. | 132 | Mode" is officially supported by the raspbery and does not void warranty. |
133 | Check the config.txt for a detailed description of options and modes. Example: | 133 | Check the config.txt for a detailed description of options and modes. Example: |
134 | # Turbo mode | 134 | # Turbo mode |
@@ -137,5 +137,6 @@ CORE_FREQ = "500" | |||
137 | SDRAM_FREQ = "500" | 137 | SDRAM_FREQ = "500" |
138 | OVER_VOLTAGE = "6" | 138 | OVER_VOLTAGE = "6" |
139 | 139 | ||
140 | |||
140 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | 141 | Layer maintainer: John Willis <John.Willis at distant-earth.com> |
141 | Andrei Gherzan <andrei at gherzan.ro> | 142 | Andrei Gherzan <andrei at gherzan.ro> |