Other Parts Discussed in Thread: C2000WARE
Hello everyone,
I am able to use the example of LwIP server given with c2000ware. I can run it on my target and have a good communication between device and PC.
Now, i would like to change the html file to use my own web application. I have HTML and javascript files, I moved them in this folder : C:\ti\c2000\C2000Ware_3_03_00_00\libraries\communications\Ethernet\third_party\lwip\lwip-2.1.2\src\apps\http\fs\fs
and I saw that I have to run a script (makefsdata) to generate the good files for my device
My question is, how to run this script. If i write the command "makefsdata" in command prompt, it says that the command does not exist...
Thanks in advance for your help !