We purchased a DaVinci 6467T HD 1080P EVM module from TI. I followed the "getting started" instructions verbatim from the Evaluation Module Setup Guide. The EVM out of the box did not boot the demo application as specified.
I noticed the "BOOTME" message from serial console. I searched around the wiki documentation (for quite some time, needs to be better organized), finally stumbled across a document that suggested the NAND flash may be corrupt. So I downloaded the latest UBL and u-boot binary files as well as the serial flash utilities.
I attempted to erase the NAND flash with the following command:
>> ./sfh_DM646x.exe -nanderase
I powered on the board, the comm started, got the BEGIN command and the CRC table was sent successfully. Then it said waiting for DONE...DONE received. Then it said "Sending the UBL" and is stuck at 14% completion. Not sure why it says "Sending the UBL" when I'm just trying to erase the flash.
So I recycled power and attempted to write the UBL and u-boot with the following command:
>> ./sfh_DM646x.exe -nandflash sft_DM6467t_ubl.bin u-boot-dm6467t-evm.bin
This yielded the same results. Once I got the "Sending the UBL", it was stuck at 14% completion and has never recovered.
This has been a really frustrating start. If anyone can help I would greatly appreciate it.
Thanks...