From 11d376d2fe3a6079d5a8f6bfc17b8f99537e3ccc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 16 Feb 2017 10:46:42 -0800 Subject: rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3 Let config.txt explicitly specify it Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb @@ -112,6 +112,12 @@ do_deploy() { fi } +do_deploy_append_raspberrypi3-64() { + # Device Tree support + echo "# Load correct Device Tree for Aarch64" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt + echo "device_tree=bcm2710-rpi-3-b.dtb" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt +} + addtask deploy before do_package after do_install do_deploy[dirs] += "${DEPLOYDIR}/bcm2835-bootfiles" -- cgit v1.2.3-54-g00ecf