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.
I have a custom board designed with the TM4C129ENCPDT processor. I am looking for some detailed technical guides and also bootloader downloads that i can learn how to do remote firmware updates. I will be using TIVA (TI-RTOS) and whatever libraries and SDK are necessary. I am looking for some knowledge on how to implement this.
Thanks,
-jon-
Hello Jon,
A similar question came up recently that our Ethernet expert address, see his comments here: https://e2e.ti.com/support/microcontrollers/other/f/908/p/834281/3086360#3086360
Regarding documentation, our boot loader user guide for TivaWare is: http://www.ti.com/lit/ug/spmu301d/spmu301d.pdf - There isn't an existing equivalent for TI-RTOS but TI-RTOS leverages a lot from TivaWare.
The device also has a ROM boot loader which you could consider leveraging as well.
See if this collateral is sufficient to get you started and feel free to clarify if needed.