We do a cpu board for AT91SAM9X25 board refer to the atmel board, all is the same except the nand flash, we only change the Nand flash from Micro to Samsung K9F2G08UOA, it is same 256MB, and i check the datasheet, all the nand command is the same.
we can burn the bootloader to flash by sam-ba and success, But when we boot it, it can't find the nand Flash by uboot, it show as follow info:
Code:
U-Boot 2010.06 (Feb 29 2012 - 06:44:42)
DRAM: 128 MiB
NAND: dev_id=f0
tmp_id=f0
No NAND device found!!!
NAND Flash not found !
dev_id=f0
tmp_id=f0
No NAND device found!!!
0 MiB
€Start AT91Bootstrap...
Init DDR... Done!
Loading 1-Wire info...
Enumerate all roms:
Done, 0x0 1-wire chips found!
it show the Nand FLash ID (0x70), but the right Flash ID is 0xDA in the flash datsheet.
someone can help me.