Hi,
I am using am3517, I substitude samsung MT29F4G16ABCHO nand for micro MT29F4G16ABCHO nand, and samsung MT29F4G16ABCHO uses 8-bit GPMC memory bus width, while micro nand uses the 16-bit GPMC memory bus to interface to a single 512 MB NAND flash memory chip organized as 256 MB x 16.
I first program the x-loader to the flash on u-boot command, then I set boot mode to booting from nand, nothing shows on the serial console when using the samsung MT29F4G16ABCHO nand, but the same procedure is ok when using micro MT29F4G16ABCHO nand.
I didn't do any modifications to x-loader except that changing K9F1G08R0A_ID to 0xdc in x-loader/drivers/k9f1g08ra.c, Is there anything more to be changed in the x-loader source?
How can I boot from my samsung flash, anything more to be changed?