mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
u-boot: Fix boot on rpi3
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@paulbarker.me.uk>
This commit is contained in:
parent
acbbe4b252
commit
67e0216492
|
@ -7,5 +7,6 @@ include conf/machine/raspberrypi2.conf
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
||||||
|
|
||||||
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
VC4_CMA_SIZE ?= "cma-256"
|
VC4_CMA_SIZE ?= "cma-256"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user