Hi All,
I am using DM6441 for custom board. I have tested DDR2, NAND flash, UART using JTAG and CCS3.3, and all these tests are passed.
So I change NANDWrite project to write UBL and Uboot into NAND flash via CCS3.3, it passed too.
But when I start the board, it still outputs "BOOTME BOOTME". I have also tried to use the same UBL and Uboot which customed for DM6441 to reflash DM6441EVM board, the DM6441EVM board can boot up. DM6446EVM shows:
DM6441 initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000006.
DONE
Jumping to entry point at 0x81080000.
U-Boot 1.2.0 (Jun 13 2010 - 00:36:49)
I2C: ready
DRAM: 256 MB
unknown vendor=0 Flash: 0 kB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
ARM Clock :- 256MHz
DDR Clock :- 162MHz
MSP430 Firmware supports AM/PM Feature
Hit any key to stop autoboot: 0
The differences between DM6446EVM board and our custom board are CPU and Nand flash, our Nandflash is K9K1G08B0B.
I also checked the boot mode, the COUT[0-3] is 0000, YOUT[0-4] is 00000.
Now I have no idea about this. Why does it always output "BOOTME"?
Can anyone help me on this issue?
Thanks,
Rain