I try to make a ethernet boot image for C6670.
I have out files with local adresses.
Is *hex6x* able to translate local to global adresses?
eg. 00800000 to 10800000
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I try to make a ethernet boot image for C6670.
I have out files with local adresses.
Is *hex6x* able to translate local to global adresses?
eg. 00800000 to 10800000
We found a solution on this page:
Hi Mehly,
I had the similar question with you,Can you tell me how to do it ?and what can I do to capture the IP packet from Ethernet port or SRIO of C6670?
Thanks!
Hi Alex,
to see the bootp requests from DSP we use for example wireshark.
Are you still familiar with single core boot process in TI C6000 series?
In this thread the problem was to create a single .eth file from multiple .out files (for each core), to be able to send it with pcsend utility (provided by TI) over Ethernet into DSP memory.
If this is also your problem please, read the thread linked in my previous post.
Otherwise, please go more in detail what you try to do and what the main problem is.
Best regards
Mehly
Thank you Mehiy,
Maybe I should take more informations for my problem. I'm trying to build a communication system based on TMS320C6670L Evaluation Module,the data transmit between PC and 6670.so if there has IP packet came from the Ethernet port or SRIO of C6670, How can I capture the packet ?Someone told me that I need to use NDK and download the latest MCSDK which has NDK and examples.
I had done it but there has no requests on CCS,I found someone in the forum said we must configue an IP address for the DSP board and then use Wireshark to capture the packet,Is that right ?what should I do?
Thanks!
So your question deals not with this post.
I will follow one of your duplicate posts from now:
How to capture the IP packet from SRIO of C6670
Need information on how to capture the IP packet from SRIO of C6670 use C++