FreeRTOS+TCP with Xilinx ethernetlite …

Until now I used FreeRTOS using “lwip 1.4.1”, but I encountered problems. I’m going to try FreeRTOS+TCP but for now there are no drivers for Xilinx “ethernetlite”. You have already sketched a driver to start ? Reading code of FreeRTOS+TCP I have not found a way to restart the network interface with a new MAC address and IP configuration. Is there an example ? Thanks very much. debugasm

FreeRTOS+TCP with Xilinx ethernetlite …

While we do have a port for the Zynq, you are right in that it is not using the Ethernet Lite IP. I’m guessing that, if you are using Eithernet Lite, then you are also using the Microblaze. Xilinx provide drivers themselves, and a description of how these drivers can be stitched into the FreeRTOS+TCP porting layer is provided on the following link: http://www.freertos.org/FreeRTOS-Plus/FreeRTOSPlusTCP/FreeRTOSTCPPorting.html

FreeRTOS+TCP with Xilinx ethernetlite …

Thanks, I follow your link to porting driver. How reinizialize FreeRTOs+TCP with new MAC and IP Address after previous init and start ?