hi,
I have add nand flash support in omap4 kernel, and verify the nand drive's read and write functions,than write x-load.bin.ift,u-boot and uImage into the nand flash three partitions in kernel, three partition address is 0x00000000- 0x00080000, 0x00080000-0x00280000 and 0x00280000-0x00c80000.
When I modify the hardware sysboot[5:0] value is 0b011001, support NAND boot mode,but the terminal only print some gibberish,the omap4 ROM code looks did not read in nand x-loader data,the NAND device id is A3h,bus width is 8bit,I can confirm that the omap4 support the nand flash.I do not know what causes the x-loader can not be booted,How to solve this problem? please help me.thank you.