mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
README: Move RPI_GPU_FIRMWARE instructions to README
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
384ca93373
commit
b1331fce45
9
README
9
README
|
@ -78,5 +78,14 @@ Optional - compressed deployed files:
|
|||
SDIMG_ROOTFS_TYPE = "ext3.xz"
|
||||
*Accommodate the values above to your own needs (ex: ext3 / ext4).
|
||||
|
||||
Optional - GPU firmware:
|
||||
|
||||
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
|
||||
|
||||
Layer maintainer: John Willis <John.Willis at distant-earth.com>
|
||||
Andrei Gherzan <andrei at gherzan.ro>
|
||||
|
|
|
@ -37,11 +37,6 @@ IMAGE_ROOTFS_ALIGNMENT = "4096"
|
|||
SDIMG_ROOTFS_TYPE ?= "ext3"
|
||||
SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
|
||||
|
||||
# Set GPU firmware image to be used
|
||||
# arm128 : 128M ARM, 128M GPU split
|
||||
# arm192 : 192M ARM, 64M GPU split
|
||||
# arm224 : 224M ARM, 32M GPU split
|
||||
# arm240 : 240M ARM, 16M GPU split
|
||||
RPI_GPU_FIRMWARE ?= "arm192"
|
||||
|
||||
IMAGE_DEPENDS_rpi-sdimg = " \
|
||||
|
|
|
@ -38,8 +38,5 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
kernel-modules \
|
||||
"
|
||||
|
||||
# Set GPU firmware image to be used
|
||||
# arm128 : 128M ARM, 128M GPU split
|
||||
# arm192 : 192M ARM, 64M GPU split
|
||||
# arm224 : 224M ARM, 32M GPU split
|
||||
# Set default GPU firmware image to be shipped
|
||||
RPI_GPU_FIRMWARE ?= "arm192"
|
||||
|
|
Loading…
Reference in New Issue
Block a user