Other Parts Discussed in Thread: CDCE949
I have a new DM6467T board based largely on the EVM (Spectrum Digital HD1080P). It has a DM6467 (no T) chip due to lack of availability of DM6467T chips, along with numerous minor component changes, hopefully all that's needed for such reverse migration.
YET ANOTHER FOOTPRINT ERROR (header pins numbering around like SOIC rather than side-to-side). Wired up JTAG header extension to correct error. (Srirami, this fix enabled me to connect.)
Now, I use nand_flash_writer.out to write dm6467t_495_ubl.bin to NAND, and displays a log on the CCS console, and I've indented that log below. Note that I subsequently wrote u-boot-dm6467t-evm.bin to the NAND with no errors.
I have two questions: (1) Do I need to worry about the "Block No. 820 is a bad block, skipping it"? (2) Do I need to go find versions of these without the "t" because I'm temporarily using dm6467 chips without the "t"?
Heres the log of writing dm6467t_495_ubl.bin to NAND (colors and emphasis added):
01 Testing NAND Flash...
Starting NAND Flash Writer
Note: First page of the block will be used to store boot header
Total blocks: 1024
Total pages: 65536
Total bytes: 134217728
Enter the File Name
P:\CCSFlash\dm6467t_495_ubl.bin
Enter Block Offset
NOTE: [1-5] for User BootLoader [6-50] for Application
1
Do a global Erase
y
Erasing Flash [0-1024] blocks
Block No. 820 is a bad block, skipping it
Writing Flash
Writing to page 64
Writing Flash [65-71] pages
Writing to page 65
Writing to page 66
Writing to page 67
Writing to page 68
Writing to page 69
Writing to page 70
Writing to page 71
PASS
***ALL Tests Passed***