Hi, everyone..
I don't get the dsplink..Is it free?(impossible??) If it's free please
tell me the download address. Thanks a lot.
I had written one application just like Dsplink.My process is:
1. build the ".out" COFF-file with CCS3.2 ...
2. get the raw data(executable code and initialized data) from the
".out" file and then save them..
3. "tftp" them to the RAM and copy("memcpy") to the primary address
which defined in the ".cmd" file(also can see in the ".map" file)..
4. set the DSP bootaddr register to the entry point which defined in the
file header of the ".out" file and run the dsp system..
It seems that my method doesn't support the jump..It always start at the
beginning of the ".text" section and even I can't know if it went into the
".cinit" and ".cinit00" section...I think there is nothing about relocation
..I got the same memory content in the CCS "view memory" and my
linux-kernel..
When I was translating the ".out" file, I dropped the header,reloaction
information and symbol table and string table..It maybe serious?
Hope someone can help me..Plz forgive my poor English.
Thank you..
--
USTC Alumni Email System
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source