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.

Application updated without using LM Flash programmer

I am using EK-TM4C123G kit and gone through the examples code boot_serial, boot_demo1 and boot_demo2.

Is it possible to upgrade application from UART0 in FLASH without using LM Flash utility, in other word can update FLASH using UART0 without using LM Flash programmer??

Is there any document that describes how to do this? Is there any protocol to follow ?

Please suggest.

  • You definitely need some kind of host application to send the new image via the UART. If you are looking for a non-GUI application, take a look at tools/sflash which is a command line tool that allows you to update the firmware via a UART in the same way that LMFlash does.