balena-allwinner/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend
Vicentiu Galanopulo 5d969ba3f3 u-boot_%.bbappend: Increase CONFIG_SYS_BOOTM_LEN to 64M
When booting the Nano PI Neo Air we got
Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover

Increased CONFIG_SYS_BOOTM_LEN to 64M to fix the error

Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
2020-08-05 11:44:48 +02:00

14 lines
553 B
Text

UBOOT_KCONFIG_SUPPORT = "1"
inherit resin-u-boot
FILESEXTRAPATHS_append := ":${THISDIR}/files"
# remove the resin-specific-env-integration-kconfig.patch patch from
# meta-sunxi because it fails to apply
SRC_URI_remove = "file://resin-specific-env-integration-kconfig.patch"
# Add re-worked patch resin-specific-env-integration-kconfig_reworked.patch
SRC_URI_append = " \
file://0001-Add-Resin-specific-boot-command.patch \
file://resin-specific-env-integration-kconfig_reworked.patch \
file://0002-Change_CONFIG_SYS_BOOTM_LEN_to_64M.patch \
"