Re: [U-Boot] [PATCH] include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB

2019-04-17 Thread Shyam Saini
> > > > The default value of CONFIG_SYS_BOOTM_LEN is 0x80 i.e, 8MB which > > causes board reset because of larger uImage size. > > > > Error log snippet: > >Booting using the fdt blob at 0x1f0 > >Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN > > Must RESET

Re: [U-Boot] [PATCH] include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB

2019-04-16 Thread Jagan Teki
On Mon, Apr 15, 2019 at 7:14 PM Shyam Saini wrote: > > The default value of CONFIG_SYS_BOOTM_LEN is 0x80 i.e, 8MB which > causes board reset because of larger uImage size. > > Error log snippet: >Booting using the fdt blob at 0x1f0 >Loading Kernel Image ... Image too large: increas

[U-Boot] [PATCH] include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB

2019-04-15 Thread Shyam Saini
The default value of CONFIG_SYS_BOOTM_LEN is 0x80 i.e, 8MB which causes board reset because of larger uImage size. Error log snippet: Booting using the fdt blob at 0x1f0 Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover resetting ...