Skip to content

Commit

Permalink
feat: enables videocore on the rpi-cm3-64 (agherzan#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bensoussan committed Oct 27, 2017
1 parent 4203205 commit e8a3b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/machine/raspberrypi-cm3-64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ KERNEL_DEVICETREE = " \
"

SERIAL_CONSOLE ?= "115200 ttyS0"
#VC4_CMA_SIZE ?= "cma-256"
VC4_CMA_SIZE ?= "cma-256"

UBOOT_MACHINE = "rpi_3_config"
#MACHINE_FEATURES_append = " vc4graphics"
KERNEL_DEFCONFIG ?= "bcmrpi3_defconfig"
MACHINE_FEATURES_append = " vc4graphics"
2 changes: 2 additions & 0 deletions recipes-bsp/bootfiles/rpi-config_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}"

VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}"
VC4DTBO_raspberrypi3-64 = "vc4-fkms-v3d"
VC4DTBO_raspberrypi-cm3-64 = "vc4-fkms-v3d"

VC4DTBO ?= "vc4-kms-v3d"
inherit deploy

Expand Down

0 comments on commit e8a3b08

Please sign in to comment.