Part Number: AM3352
Hey, We uses AM3352BZCZ60 process with the MT29F4G08ABBDAHC (8G Flash)
It has UBI filesystem. After program the unit, it could not boot automatically.
but, I could boot through UART boot, or tftp kernel to boot the system. But it coud not boot automatically after power up.
It seems that SPL could not load uboot ( first volume of images).
here are all configuration settings in SPL. (these configuration settings are match to the settings used in linux kern)
#define M_NAND_GPMC_CONFIG1 0x00000800
#define M_NAND_GPMC_CONFIG2 0x00050500
#define M_NAND_GPMC_CONFIG3 0x00050401
#define M_NAND_GPMC_CONFIG4 0x04000600
#define M_NAND_GPMC_CONFIG5 0x00070909
#define M_NAND_GPMC_CONFIG6 0x84000000
#define M_NAND_GPMC_CONFIG7 0x00000f48
I even tried to create a debug code to read flash ID using readb(). it could not get response.
I would be appreciated your helps
