Dear all,
I just started working with the Stellaris EKS-LM3S9B92 kit.
The software examples ran fine and I created a change in the Stellaris Web page for enet_lwip with makefsfile.exe from the fs-directory as a next step.
The output looks good, but I do not find the file that I have to replace now. I assume there is a file that I can replace and after a rebuild-all it should show my
small modífications. Can anybody help me what files to exchange ?
Regards, Ludger
Hi Ludger,
From within the lmi_fs.c file you will see the comment
//*****************************************************************************//// Include the file system data for this application. This file is generated// by the makefsfile utility, using the following command://// makefsfile -i fs -o lmi-fsdata.h -r -h//// If any changes are made to the static content of the web pages served by the// application, this command must be used to regenerate lmi-fsdata.h in order// for those changes to be picked up by the web server.////*****************************************************************************
So if you ran the makefsfile from within the project directory makefsfile will have overwritten the lmi-fsdata.h file and when you recompile you should pick up your changes.
- Ken
One additional thing to watch out for is that the makefsfile utility is limited on the path length, so you may need to copy the files to C:\temp or something similar.
Thank you all sooo much.
It works excellent, I am happy ...