Hello, everyone here.
I have a question. I use a L138 Evalboard with the SOM C6748 DSP from Logic PD. I have written a Program which uses primary the Daemon Server of NDK. My board program works quasi as the Server. Der Windows-Computer works as the Client. By the Runtime the windows-computer try to connect the board. The Board Daemon-Server accept this request. And then they interchange each othe the data per Ethernet TCP Socket. I use the bios6-config to set a fest IP for DaemonServer.
My network programm uses the bios 6. I use the CCS V4.2 to programm it. For debug i use a Debugger XDS 560 V2.
All my network programm run without problem with CCS V4.2. Now i want to burn it into SPI Flash and test, if it is faster than with debugger.
I have fund a Topic in this Forum: http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/t/112073.aspx
Its a very good documentation for Burning programm into SPI-Flash. I folge also the way which was descripted in this Topic. Firstly i use the AISgen to convert my release.out to flashing.bin. And then i burn it with the SPIWriter.
But after the Burning with the SPI-Writer and reset of the s7 Switsch to SPI Mode my Program doesn't run. After put the net cable in Win-PC and the Board, the Connection is not builded. The net logo in WINDOWS is not lighted.
I am sure, i use the correctly config of the ASIgen, because i have compared my ASIgen-Configuration with my c6748.gel.
In oder to test if the SPIWriter does run at all, i have burned the Workshop Bios_Led Programm into the Board. It does run without problem.
I guess, i must set the fest IP on my Board per Tools such as Putty. But How can i do this? Can anyone help me?