Hello,
I'm following the Freescale's U-boot repo( GitHub - Freescale/u-boot-fslc: U-Boot tree to host pending fixes and improvements ) for building secure boot in i.MX 6UL EVK (14 X 14). I'm stuck in the stage of building u-boot.imx.
The command I use is
make u-boot.imx
The generated imx file has both DCD ptr & Boot data ptr as 0 (zero). After some searching I found that the imximage.cfg is missing from /board/freescale/mx6ul_14x14_evk/
So, it'll be very helpful if someone could refer which file to locate or how to generate imximage.cfg for the i.MX 6UL EVK.
Thanks in advance!
Hello Kanimozhi Thangappan,
The uboot you are referring to is the Community BSP uboot. There are several branches and it’s supported by the community, although this repository has not been updated for a while.
If possible, I would recommend the BSP release repositories, although they cover only NXP boards (which in this case should be no problem)
http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/
I hope this helps!
Regards,