mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 13:14:45 +02:00
u-boot_%.bbappend: Increase CONFIG_SYS_BOOTM_LEN
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Increase CONFIG_SYS_BOOTM_LEN for machine raspberrypi4 (32-bit) because the kernel size has increased. This fixes the following issue when booting an image with U-Boot: Image Name: Linux-6.6.63-v7l Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 8559752 Bytes = 8.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Booting using the fdt blob at 0x2eff2000 Working FDT set to 2eff2000 Loading Kernel Image to 8000 Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover Fixes: https://github.com/agherzan/meta-raspberrypi/issues/1306 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
parent
d605ed7ae7
commit
cd558f77b6
1
recipes-bsp/u-boot/files/maxsize.cfg
Normal file
1
recipes-bsp/u-boot/files/maxsize.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_SYS_BOOTM_LEN=0x1000000
|
|
@ -5,6 +5,7 @@ SRC_URI:append:rpi = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI:append:rpi = " file://0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch"
|
SRC_URI:append:rpi = " file://0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch"
|
||||||
|
SRC_URI:append:raspberrypi4 = " file://maxsize.cfg"
|
||||||
|
|
||||||
DEPENDS:append:rpi = " u-boot-default-script"
|
DEPENDS:append:rpi = " u-boot-default-script"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user