Porting to Olimex LPC-E2468

lemboy4 wrote on Friday, April 10, 2009:

Hi everyone.  I’m need to port the FreeRTOS/uIP webserver demo for the LPC2368 included in the FreeRTOS demo to the Olimex LPC-E2468 board.  I’m pretty sure this is not a difficult thing to do and doesn’t require many changes (the webserver demo even uses the same LPC23xx.h header file that some existing demos for my board use) but I just don’t know where to start.

Can anybody point me in the right direction?  Do I just need to edit emac.c somewhere?  It’s not an uncommon development board; maybe somebody’s done this already?

Thanks a lot for any help!

davedoors wrote on Saturday, April 11, 2009:

http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

Check if the PHY used on the two boards are the same or not. This might be where you have to make some changes.

lemboy4 wrote on Saturday, April 11, 2009:

Thanks! I’ll check that out.