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.
Our TI MCU is connected via UART0 to a IoT board. We like to do a firmware update via the ROM bootloader through the IoT board. The IoT board runs a self build Linux. So we can't use the windows flashing tool.
Is there a python module/script available that handles that? We can also use c code and x-compile it.
To my knowledge the TM4C123GH6PGE product page only links to pre build binaries.Maybe I missed something.
Hello Stefan,
We have source in C files for a serial flasher which you would be able to use. This is provided in TivaWare. Find it at:
[Install Path]\TivaWare_C_Series-2.2.0.295\tools\sflash
Best Regards,
Ralph Jacobi