Dear all,
There is a TMS320C6657 in our custom board, and we want to boot from NAND.
first, we had already referenced the example from the website.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/335996/1177713.aspx#1177713
but we got some problem.
status:
1. rebuild NAND write -- success
2. nandboot.bat -- success
3. use "NAND write" to write simple_swap_16.dat -- success
4. change switch to boot from nand
problem:
1. how to confirm that the boot from nand is success or fail?
-- how to use JTag to verify it?
2. if we want to change our program, the output format of image is ELF or COBB?
3. how to modify simple.rmd
simple.out
-a
-boot
-e _c_int00
-order L
ROMS
{
ROM1: org = 0x0400, length = 0x1000, memwidth = 32, romwidth = 32
files = { simple.btbl }
}
4. if our image is put into DDR3 (in running state), when to configurate the PLL settings?
-- is the settings in boot table ?
please help, thanks a lot.