
18 Apr
2019
18 Apr
'19
8:39 a.m.
The default value of CONFIG_SYS_BOOTM_LEN is 0x800000 i.e, 8MB which causes board reset because of larger uImage size.
Error log snippet: Booting using the fdt blob at 0x1f00000 Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover resetting ...
Unfortunately, none of the commit body or head doesn't have information on which board or soc it belongs to?
It was tested on rk3288 vyasa and Tinker boards.
I'll re-spin this patch.
Thanks a lot, Shyam