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.
Hello all,
After a hiatus, I’m dusting off my launch pad board (literally!). This question picks up where my last one left off (of the same issue). I’m going through the Power Point about how to make a web server from the “connect” launch pad board. Everything was fine until I got stuck in the “Placing HTML pages on SD card” section. Looking at my code and comparing to the Power Point (for the millionth time) it all looks ok as best I can tell. Typing <IP>/getTime.cgi displays the up time like it should (because it comes from the Tiva chip), but <IP>/greetings.html or <IP>/chip.html gives me an error 404. So it’s something about the SD card.
I’ve been having trouble finding plane info on FATFs. I’ve formatted my SD card for exFAT (which I think is the same ad FATFs) and allocation size of 512. I saved chip.h (and .jpg), greetings.h (and .html) and index.h (and .html) on it (from my desktop). I have not done the part about modifying SYS/BIOS for LFN (long file names), nor do I want to – seems a bit scary to mess with SYS/BIOS and I think there may be a licensing issue if I go to product.
Thanks George
Hi George,
You need to enable the LFN if you want greetings.html to work. Without LFN, you are limited to 8.3 format and "greetings" is longer than 8 and html is longer than 3.
I think the MS patents have expired (but please confirm).
Todd