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.
Part Number: DK-TM4C129X
Hello,
Is it possible to do firmware upgrade on TM4C129X using SD card? I programmed the TM4C129 to be an embedded web server. I am able to transfer files using the browser from my PC to the TM4C129X and store these files in an SD card. My idea is to transfer the bin image and store in the sd card. And then from there, upgrade the firmware of the TM4c129. I did some digging and found a user's guide on boot loader but I did not see anything that pertains to SD card. Has anyone done something like this? Any ideas or place where I could start?
Thanks
AJ
Hi Ralph,
Thank you for the response. I looked at the linked you provided and it gave me some insights. However, I prefer not to use and external SDRAM. I have already successfully transferred my bin file from my PC to the sd card in the DK-TM4C129X using an http browser. Now all I got to do is get the contents of the bin file and write it to flash. Could you provide me with any "write to flash" examples I could start from? The example does not need to have any SD card implementation. I am able to open any file in the sd card and get contents. I just need to know how to program flash directly.
Thanks.
Regards,
AJ
Hi Ralph,
Thanks, I started looking at some of the demo examples. I just have a few questions. How is the bin file different from a hex file? I mean I understand the difference between bin and hex but inside a bin file whenever I do a read using FATfs, only a 1 and 0 is returned? Could you please enlighten me on how this binary file works. Does TI have any documentation on how to use a binary file, the format inside etc?
Thanks
Regards,
AJ
Hi Ralph,
Once again, thank you for your response. My team just decided a change in direction. We've decided to do away with the SD card boot loader but instead use ethernet based. I saw a bunch of flash based examples. But is there a ROM based example for the DK-TM4C129X? I suppose I'll just open a new post for this and mark your suggestions answered
Regards,
Albert