Hello,
I have a AMP solution working on my Zedboard. One of my cores is running a custom Bare Metal Application and another is running Linux. Now i was want to set up a Inter core communication based on TCP/IP. The Core1 running linux will listen to a socket connection from the Core0 which is running the baremetal application.
Can i use the LWIP stack to open the socket in Core0 which is running a bare metal application for zedboard. So How does this work? Do i just build a statically linked bare metal application with all the LWIP SDK provided or do i need lwip libraries implemented on core0 ( running bare metal).
I also would like to know if this would be a implementable option for Zeboard?