summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-11-14 23:43:48 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-11-27 22:42:42 +0200
commited0cd949143cd34a6bd74521ac04a545b939586c (patch)
tree17bedee7066ccd980fc9ba733ba3f3f7d619b327
parent43faccc5042fa8d4832423f68e2da9dafdf4286b (diff)
downloadmeta-raspberrypi-ed0cd949143cd34a6bd74521ac04a545b939586c.tar.gz
README: Replace old RPI_GPU_FIRMWARE with GPU_MEM variables
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index de1af32..8429c69 100644
--- a/README
+++ b/README
@@ -102,14 +102,12 @@ Optional - compressed deployed files:
102 SDIMG_ROOTFS_TYPE = "ext3.xz" 102 SDIMG_ROOTFS_TYPE = "ext3.xz"
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 memory:
106======================== 106========================
107By default the GPU firmware shipped is arm192. You can overwrite this using the 107Variable : Details
108variable RPI_GPU_FIRMWARE with one of the values below. 108GPU_MEM : GPU memory in megabyte. Sets the memory split between the ARM and GPU. ARM gets the remaining memory. Min 16. Default 64.
109# arm128 : 128M ARM, 128M GPU split 109GPU_MEM_256 : GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the 512MB RP. Overrides gpu_mem. Max 192. Default not set.
110# arm192 : 192M ARM, 64M GPU split 110GPU_MEM_512 : GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the 256MB RP. Overrides gpu_mem. Max 448. Default not set.
111# arm224 : 224M ARM, 32M GPU split
112# arm240 : 240M ARM, 16M GPU split
113 111
114Optional - Add purchased license codecs: 112Optional - Add purchased license codecs:
115======================================== 113========================================