mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
README: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
c2ace32527
commit
cfc8731b55
13
README
13
README
|
@ -95,7 +95,7 @@ How to use it:
|
||||||
6. Boot your RPI.
|
6. Boot your RPI.
|
||||||
|
|
||||||
Optional - compressed deployed files:
|
Optional - compressed deployed files:
|
||||||
|
=====================================
|
||||||
1. Overwrite IMAGE_FSTYPES in local.conf
|
1. Overwrite IMAGE_FSTYPES in local.conf
|
||||||
IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz
|
IMAGE_FSTYPES = "tar.bz2 ext3.xz rpi-sdimg.xz
|
||||||
2. Overwrite SDIMG_ROOTFS_TYPE in local.conf
|
2. Overwrite SDIMG_ROOTFS_TYPE in local.conf
|
||||||
|
@ -103,7 +103,7 @@ Optional - compressed deployed files:
|
||||||
*Accommodate the values above to your own needs (ex: ext3 / ext4).
|
*Accommodate the values above to your own needs (ex: ext3 / ext4).
|
||||||
|
|
||||||
Optional - GPU firmware:
|
Optional - GPU firmware:
|
||||||
|
========================
|
||||||
By default the GPU firmware shipped is arm192. You can overwrite this using the
|
By default the GPU firmware shipped is arm192. You can overwrite this using the
|
||||||
variable RPI_GPU_FIRMWARE with one of the values below.
|
variable RPI_GPU_FIRMWARE with one of the values below.
|
||||||
# arm128 : 128M ARM, 128M GPU split
|
# arm128 : 128M ARM, 128M GPU split
|
||||||
|
@ -112,7 +112,7 @@ variable RPI_GPU_FIRMWARE with one of the values below.
|
||||||
# arm240 : 240M ARM, 16M GPU split
|
# arm240 : 240M ARM, 16M GPU split
|
||||||
|
|
||||||
Optional - Add purchased license codecs:
|
Optional - Add purchased license codecs:
|
||||||
|
========================================
|
||||||
To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example:
|
To add you own licenses use variables KEY_DECODE_MPG2 and KEY_DECODE_WVC1 in local.conf. Example:
|
||||||
KEY_DECODE_MPG2 = "12345678"
|
KEY_DECODE_MPG2 = "12345678"
|
||||||
KEY_DECODE_WVC1 = "12345678"
|
KEY_DECODE_WVC1 = "12345678"
|
||||||
|
@ -120,15 +120,15 @@ You can supply more licenses separated by comma. Example:
|
||||||
KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321"
|
KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321"
|
||||||
|
|
||||||
Optional - Disable overscan:
|
Optional - Disable overscan:
|
||||||
|
============================
|
||||||
By default the GPU adds a black border around the video output to compensate for TVs
|
By default the GPU adds a black border around the video output to compensate for TVs
|
||||||
which cut off part of the image. To disable this set this variable in
|
which cut off part of the image. To disable this set this variable in
|
||||||
local.conf:
|
local.conf:
|
||||||
DISALE_OVERSCAN = "0"
|
DISALE_OVERSCAN = "0"
|
||||||
|
|
||||||
Optional - Set overclocking options:
|
Optional - Set overclocking options:
|
||||||
|
====================================
|
||||||
The raspberry pi can be overclocked. As of now overclocking up to the "Turbo
|
The Raspberry PI can be overclocked. As of now overclocking up to the "Turbo
|
||||||
Mode" is officially supported by the raspbery and does not void warranty.
|
Mode" is officially supported by the raspbery and does not void warranty.
|
||||||
Check the config.txt for a detailed description of options and modes. Example:
|
Check the config.txt for a detailed description of options and modes. Example:
|
||||||
# Turbo mode
|
# Turbo mode
|
||||||
|
@ -137,5 +137,6 @@ CORE_FREQ = "500"
|
||||||
SDRAM_FREQ = "500"
|
SDRAM_FREQ = "500"
|
||||||
OVER_VOLTAGE = "6"
|
OVER_VOLTAGE = "6"
|
||||||
|
|
||||||
|
|
||||||
Layer maintainer: John Willis <John.Willis at distant-earth.com>
|
Layer maintainer: John Willis <John.Willis at distant-earth.com>
|
||||||
Andrei Gherzan <andrei at gherzan.ro>
|
Andrei Gherzan <andrei at gherzan.ro>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user