Part Number:TMS320C6678
Hello all:
I can run successfully the demo in the mcsdk_video_2_2_0_46\examples\transcode on the EVM6678LE. But when I choose my custom board, the same project goes to sinVctTftp.c and run into
if(ctrl.u.xferStatus==TFTP_FILE_XFER_COMPLETE){
printf("Error receive from server!\n");
if(req==TFTP_WRQ)
abort();
return;
}
print "Error receive from server!" and return.
I use the wireshark to capture the packet. It seems that no packet sent to DSP. I donot know why. I want to know what need to be done to make the demo run successfully on my custom board. Any suggestion will be appreciated!
platform:CCS5.5, EVM6678LE, custom board with TMS320C6678 and FPGA
PC:Windows xp 32bit