I want to boot my own project via ethernet on evm6670.
First,I have booted small projects via ethernet,including single-core and multi-core.I referred the example in MCSDK(hex6x,bconvert64x,bootpacket,pscendpkt).I used JTAG to connect PC and then used CCS to see it results and it succeeded.
But,when i am booting my own project,after using pscendpkt to send packets,i want to connect the target to see whether it succeeded or not.Then CCS shows error when i want to connect my evm after booting via ethernet,it says"cpu hangs out................."
My own project is large(3,000kb .out).Is it to large?or some other questions?