Content originally posted in LPCWare by TheFallGuy on Thu Oct 13 00:59:32 MST 2011
The bootloader examples that Code Red provide for the board are a good starting point, and show the principles. The biggest problem you are going to have is that you need to have a minimal working TCP/IP stack (the bits required to transfer the data to the bootloader) inside the bootloader, as a complete TCP/IP stack may be too large to include in the bootloader.