[yocto] [meta-raspberrypi][PATCH 2/2] u-boot: Fix boot on rpi3

paul at paulbarker.me.uk paul at paulbarker.me.uk
Mon Feb 13 15:32:43 PST 2017


From: Paul Barker <paul at paulbarker.me.uk>

U-boot configured with 'rpi_2_config' does not boot on a RaspberryPi 3.
Instead we need to configure with 'rpi_3_32b_config'.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
---
 conf/machine/raspberrypi3.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index 1ac5928..f9e0ff5 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -7,5 +7,6 @@ include conf/machine/raspberrypi2.conf
 
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
 
+UBOOT_MACHINE = "rpi_3_32b_config"
 SERIAL_CONSOLE = "115200 ttyS0"
 VC4_CMA_SIZE ?= "cma-256"
-- 
2.11.0




More information about the yocto mailing list