Hi,
I am trying to program u-boot into NAND on a TI816x EVM board (rev D). I am following the instructions in TI816x-PSP-04.00.00.10-FlashingTools and can not seem find the nand device correctly. The jumper settings are:
SW3---->BTM[4:0] 10010 (other pins should be 0 i.e. OFF) SW4---->NAND ON SW4---->SPI OFF When the nand writer is run it can not find the device id of the nand chip.
[CortexA8] Starting NETRA NAND writer
[CortexA8]
[CortexA8] ----------------------
[CortexA8] NAND FLASH DETAILS
[CortexA8] ----------------------
[CortexA8] Device ID : 0x0
[CortexA8] Manufacture ID : 0x0
[CortexA8] Page Size : 1024 Bytes
[CortexA8] Spare Size : 32 Bytes
[CortexA8] Pages_Per_Block : 64
[CortexA8] Number_of_Blocks : 557659441
[CortexA8] Device_width : 1 Byte
[CortexA8] DeviceSize : 851 MB
[CortexA8]
[CortexA8] Setting the ECC scheme
[CortexA8] Set the BCH 8 bit ECC scheme .... done
[CortexA8] Preparing to Flash image ....
[CortexA8] Opening image ... done.
[CortexA8] Erasing Required Blocks [start = 0, count = 3]...[CortexA8] Done
[CortexA8] Flashing image ...
[CortexA8] Number of blocks needed for header and data: 0x3
[CortexA8] Attempting to start write in block number 0x0.
[CortexA8] Writing image data to Block 0 Page0x0
[CortexA8] Verify failed. Attempting to clear page
[CortexA8] Attempting to start write in block number 0x1. I need help trying to understand why i can not program the nand device using CCS 5 Thanks, Michael