From ed0cd949143cd34a6bd74521ac04a545b939586c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 14 Nov 2012 23:43:48 +0200 Subject: README: Replace old RPI_GPU_FIRMWARE with GPU_MEM variables Signed-off-by: Andrei Gherzan --- README | 12 +++++------- 1 file 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: SDIMG_ROOTFS_TYPE = "ext3.xz" *Accommodate the values above to your own needs (ex: ext3 / ext4). -Optional - GPU firmware: +Optional - GPU memory: ======================== -By default the GPU firmware shipped is arm192. You can overwrite this using the -variable RPI_GPU_FIRMWARE with one of the values below. -# arm128 : 128M ARM, 128M GPU split -# arm192 : 192M ARM, 64M GPU split -# arm224 : 224M ARM, 32M GPU split -# arm240 : 240M ARM, 16M GPU split +Variable : Details +GPU_MEM : GPU memory in megabyte. Sets the memory split between the ARM and GPU. ARM gets the remaining memory. Min 16. Default 64. +GPU_MEM_256 : GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the 512MB RP. Overrides gpu_mem. Max 192. Default not set. +GPU_MEM_512 : GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the 256MB RP. Overrides gpu_mem. Max 448. Default not set. Optional - Add purchased license codecs: ======================================== -- cgit v1.2.3-54-g00ecf