TI experts,
I post a question and there is not any further reply, so I post another one. and another one. and ...
(1)The major problem is how to build the .bin file and where is the utilities for 6638? Such as romparse and hex6x and etc. Especially the romparse, an invoke guide(how to configure the .map file for 6638) is also essential, because the parameter table structure is different from keystone I,such as 6670.
(2)In the bootloader example, there is only .dat file, but there is not any building precedure scriptes demonstrated, however ,the scripts example is most helpful.
such as 6670 example below:
----------------------------------------------------
FILE NAME: runscript.bat
DETAILS:
..\utilities\hex6x -order L ..\utilities\boot_script.rmd bootcode.out
..\utilities\b2i2c boot_code.btbl boot_code.btbl.i2c
..\utilities\b2ccs boot_code.btbl.i2c boot_code.btbl.i2c.ccs
..\utilities\romparse ..\utilities\spi.map --------->(details as below, in case parameter structure is different ,the romparse shoule update,where?)
ren i2crom.ccs spirom.ccs
copy spirom.ccs spirom_le.dat
echo generate the dat file from spirom_dat.ccs
..\utilities\byteswapccs spirom.ccs spirom_le.swap.dat
echo generate 2 bin files from spirom.ccs
..\utilities\ccs2bin spirom.ccs spirom_le.bin
..\utilities\ccs2bin -swap spirom.ccs spirom_le.swap.bin
-------------------------------------------------------------------------------------
The last post is here:

Looking forward to your reply.
The 6638 SPI boot still not work, and there is no way to debug. Can you tell me how to debug and confirm where the problem is.




