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.

TM4C1294NCPDT: Update firmware image

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: CC3100

Hi,

I am working on a TM4C1294-based board and I am looking for a way to update the firmware image located on the on-chip flash memory. The board is confined into an hermetic housing, but it contains a CC3100 WiFi module that enables the communication with the board. The board also includes an external serial flash memory. 
My idea was to upload the firmware image into the external memory through Wifi and then to pass control to the bootloader mode who would copy the firmware from the external memory to the on-chip memory. But after reading MCU data sheet and "tivaware boot loader user's guide " (spmu301) I am not sure that it is going to work like that.
I must confess that I have not understood yet how the bootloader really works. There are indeed examples on the software release, such as "boot loader 1 and 2" or "serial boot", but all these examples show how to pass control to the bootloader. But, what is the boot loader expecting from the other side of the communication? Is there a protocol to update the code?
I've reviewed other forum posts and I haven't found a similar application: