hi there.
I'm recently begin working with i.mx7 and i.mx6. I want to boot my elf kernel with u-boot from nand flash storage. but i have no idea how to do that.
I google for how to do this and read u-boot reference manual so I found one solution for writing elf on Nand flash with using linux mtd. is this solution correct? I wrote u-boot (that boot linux later) and elf file to nand flash with linux mtd, and when power on board, u-boot in nand start to running but can't read elf file for execution...
Do I need to change u-boot source for boot elf ? in other word is this correct solution: "I need to two version of u-boot, one for load linux kernel and another for load elf from nand"?
can anyone help me?
thanks for attentions.