summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-10-17 21:24:30 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-10-17 21:24:30 +0300
commitcfc8731b551f45c6765176e64a456d31436ec9a1 (patch)
tree08999cc74d5f3f40a4c98902f7db29adf308393c
parentc2ace3252760af3da765f640fe3fd53726ee5e7c (diff)
downloadmeta-raspberrypi-cfc8731b551f45c6765176e64a456d31436ec9a1.tar.gz
README: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 6bc4f1e..de1af32 100644
--- a/README
+++ b/README
@@ -95,7 +95,7 @@ How to use it:
956. Boot your RPI. 956. Boot your RPI.
96 96
97Optional - compressed deployed files: 97Optional - compressed deployed files:
98 98=====================================
991. Overwrite IMAGE_FSTYPES in local.conf 991. 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
1012. Overwrite SDIMG_ROOTFS_TYPE in local.conf 1012. 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
105Optional - GPU firmware: 105Optional - GPU firmware:
106 106========================
107By default the GPU firmware shipped is arm192. You can overwrite this using the 107By default the GPU firmware shipped is arm192. You can overwrite this using the
108variable RPI_GPU_FIRMWARE with one of the values below. 108variable 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
114Optional - Add purchased license codecs: 114Optional - Add purchased license codecs:
115 115========================================
116To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example: 116To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example:
117KEY_DECODE_MPG2 = "12345678" 117KEY_DECODE_MPG2 = "12345678"
118KEY_DECODE_WVC1 = "12345678" 118KEY_DECODE_WVC1 = "12345678"
@@ -120,15 +120,15 @@ You can supply more licenses separated by comma. Example:
120KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" 120KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321"
121 121
122Optional - Disable overscan: 122Optional - Disable overscan:
123 123============================
124By default the GPU adds a black border around the video output to compensate for TVs 124By default the GPU adds a black border around the video output to compensate for TVs
125which cut off part of the image. To disable this set this variable in 125which cut off part of the image. To disable this set this variable in
126local.conf: 126local.conf:
127DISALE_OVERSCAN = "0" 127DISALE_OVERSCAN = "0"
128 128
129Optional - Set overclocking options: 129Optional - Set overclocking options:
130 130====================================
131The raspberry pi can be overclocked. As of now overclocking up to the "Turbo 131The Raspberry PI can be overclocked. As of now overclocking up to the "Turbo
132Mode" is officially supported by the raspbery and does not void warranty. 132Mode" is officially supported by the raspbery and does not void warranty.
133Check the config.txt for a detailed description of options and modes. Example: 133Check 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"
137SDRAM_FREQ = "500" 137SDRAM_FREQ = "500"
138OVER_VOLTAGE = "6" 138OVER_VOLTAGE = "6"
139 139
140
140Layer maintainer: John Willis <John.Willis at distant-earth.com> 141Layer maintainer: John Willis <John.Willis at distant-earth.com>
141 Andrei Gherzan <andrei at gherzan.ro> 142 Andrei Gherzan <andrei at gherzan.ro>