TI experts,
I had faced a lot of problems when i worked on the c6670 SPI boot, because the bad documentation of TI.
But, thanks to your help, I got to know how to apend the parameter table , DDR config table, and how to use the utilities. I have suceesfully boot the C6670 SPI boot. I got progress all from your step to step reply to me on E2E forum, but not from the datasheet or related documents. Because there is not any, or, even if there are some information, but unfortunately, they are mostly not correct. That is toooooo bad.
Nightmare here comes again. I am working on the 6638K2K SPI boot now.
---------------------------------
Now I am trying the same SPI boot on 6638K2K dsp corepac boot. Unluckly, still unsuccessful.
Questions:
1. First ,the parameter table: Is the 6638 parameter structure the same with C6670?
On C6670, we apend the parameter table use the utility and scripts below.
hex6x -order L spi.rmd core0.out
Is it the same to 6638? The hw environment is the same.
Is there any new "hex6x" specified to 6638?
how to config the .rmd file?
(You will found there is not any parameter table information on C6670 datasheet(bad documentaion) , I got progress from an example project here, on E2E forum,from an E2E engineer. There is a parameter table structure on C6638K2k datasheet ,but we are sure ,in most cases,it is not correct(because of bad documentaion). So i cant refer to it, I can only refer your boot example parameter table structure.) Plz send the spi boot example to me.
2. Is the 6638 Boot ROM same with 6670?
if not ,where is the source code?
3. Is the 6638 DDR config table structure the same with C6670? How to append the DDR config table to the .bin image file.
Thanks in advance!