Skip to content

Commit

Permalink
refactor(rpi4): increase GPU memory to 512MB
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Aug 12, 2023
1 parent 83c9b0d commit 07e23b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/yocto/build/conf/multiconfig/raspberrypi4-64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ ENABLE_UART = "1"
#
RPI_EXTRA_CONFIG:append = 'camera_auto_detect=1\n'

#
# Increase GPU size to 512MB
#
RPI_EXTRA_CONFIG:append = 'gpu_mem=512\n'

#
# Required to build linux-firmware-rpidistro, but may carry a legal risk. See
# - https://meta-raspberrypi.readthedocs.io/en/latest/ipcompliance.html
Expand Down

0 comments on commit 07e23b7

Please sign in to comment.