Other Parts Discussed in Thread: TMS320C6670
Hi all,
DSP: TMS320C6670 multicore fix and floating Soc.
BootLoader mode SPI, Flash bit width 24bit
I use Romparse to append a boot param table to a boot bable and it works!
I define my parameter table like this:
file: spi.map
SECTIONS{
boot_mode = 50
param_index = 0
...
...
...
}
Here is my question:
1) I have to config the DDR use the config table,how should i define the config table ? the fine name and the format.
2) How should i append the config table to the .dat file?
3) The boot program is run on the Core0,how should i load image to the other 3 cores?
I know something about how to use the convert utility but dont know the detail steps.
Now , the boot loader became a BIG RISK of our project. I sincerely express my appreciation if you can tell more details and steps .
Frank