diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-14 23:43:48 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-27 22:42:42 +0200 |
commit | ed0cd949143cd34a6bd74521ac04a545b939586c (patch) | |
tree | 17bedee7066ccd980fc9ba733ba3f3f7d619b327 | |
parent | 43faccc5042fa8d4832423f68e2da9dafdf4286b (diff) | |
download | meta-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-- | README | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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 | ||
105 | Optional - GPU firmware: | 105 | Optional - GPU memory: |
106 | ======================== | 106 | ======================== |
107 | By default the GPU firmware shipped is arm192. You can overwrite this using the | 107 | Variable : Details |
108 | variable RPI_GPU_FIRMWARE with one of the values below. | 108 | GPU_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 | 109 | 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. |
110 | # arm192 : 192M ARM, 64M GPU split | 110 | 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. |
111 | # arm224 : 224M ARM, 32M GPU split | ||
112 | # arm240 : 240M ARM, 16M GPU split | ||
113 | 111 | ||
114 | Optional - Add purchased license codecs: | 112 | Optional - Add purchased license codecs: |
115 | ======================================== | 113 | ======================================== |