This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to do a UART firmware update go through ethernet

Hi all,

MCU: Stellaris LM3S9B96

IDE: CCS v5.5

TI RTOS 1.1.0.25

I have two board, one is main control board, another one is comm board. The main control board connects to the PC and is the only board connect to the PC via ethernet. the comm board connect to the main control board via UART serial.

I can update the firmware of main control board using ethernet update by LM flash programmer. However, the comm board can only use UART update. It means I have to use main control board as a bridge to send data between LM and comm board. 

Is there any idea how to implement UART update firmware between comm board and PC. 

Thanks