README: Replace old RPI_GPU_FIRMWARE with GPU_MEM variables

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2012-11-14 23:43:48 +02:00
parent 43faccc504
commit ed0cd94914

12
README
View File

@ -102,14 +102,12 @@ Optional - compressed deployed files:
SDIMG_ROOTFS_TYPE = "ext3.xz" SDIMG_ROOTFS_TYPE = "ext3.xz"
*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 memory:
======================== ========================
By default the GPU firmware shipped is arm192. You can overwrite this using the Variable : Details
variable RPI_GPU_FIRMWARE with one of the values below. GPU_MEM : GPU memory in megabyte. Sets the memory split between the ARM and GPU. ARM gets the remaining memory. Min 16. Default 64.
# arm128 : 128M ARM, 128M GPU split 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.
# arm192 : 192M ARM, 64M GPU split 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.
# arm224 : 224M ARM, 32M GPU split
# arm240 : 240M ARM, 16M GPU split
Optional - Add purchased license codecs: Optional - Add purchased license codecs:
======================================== ========================================