I've been working through the example uses of the bootloader, currently sourced from SDK v.3.20.00.10. Primarily I am interested in developing applications that will make use of the ethernet bootloader over tftp.
I've been able to successfully deploy the boot_serial_emac_flash examples, all of which use lwip and are without any RTOS implementation.
I would now like to develop an example that uses FreeRTOS and also incorporates the NDK as opposed to lwip for TCP/IP set up, but I'm having difficulty getting it to function. What are the problem areas here that I need to be aware of to add this functionality, or is it not possible?
For example, what primary steps would I need to take to adapt the FreeRTOS flavor of the 'tcpecho' example for deployment over the ethernet bootloader?
Thanks