> Subject: Re: imx8mp_evk: boot error "alloc space exhausted" > > On Mon, Dec 21, 2020 at 11:19 AM Fabio Estevam <feste...@gmail.com> > wrote: > > > I have also tried using the ATF version imx_5.4.70_2.3.0 and the DDR > > firmware from the firmware-5.10 package, but still does not boot for > > me: > > > > U-Boot SPL 2021.01-rc3-00200-ge668bec96a5f-dirty (Dec 21 2020 - > > 11:13:56 -0300) Normal Boot > > WDT: Started with servicing (60s timeout) > > Trying to boot from BOOTROM > > image offset 0x8000, pagesize 0x200, ivt offset 0x0 > > > > It would be great to have this fixed for the upcoming 2021.01 release. > > Ok, I re-built U-Boot using the instructions from > doc/board/freescale/imx8mp_evk.rst and now it boots fine. > > I will submit a patch increasing CONFIG_SYS_MALLOC_F_LEN as reported by > Andrey.
Ah. There must be something exhausted the heap. We use too large malloc f area now. Regards, Peng. > > Thanks