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.

CCS/EK-TM4C129EXL: Changing the default web page served through TM4C129EXL Board in enet_lwip.c example

Part Number: EK-TM4C129EXL

Tool/software: Code Composer Studio

Hi,

I am using EK-TM4C129EXL board. I have imported the enet_lwip.c example and tested it successfully.

The example program loads the default web page whose HTML,CSS, javascript, etc files are stored in 'fs' folder of the project. 

I need to change that default web page with my own. For that, first, I tried making changes in the HTML code of the default web page. The changes I made in the HTML code gets

reflected in the 'fs' folder. But when I open the web page through IP address in a web browser, the change I made is not getting reflected, instead, the same default webpage is loaded. I understood that the change I made is not getting updated into the microcontroller's memory. 

I don't know how to do it. Can you help?

Thank You for your time.