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.
Tool/software: Linux
Hello,
Is there an update on the ability to flash TIVA through Linux? In Windows environment we make sure the device comes up as a "Stellaris Device Firmware Upgrade" and then use the program dfuprog.exe through a command prompt to flash a dfu image. Is there anything equivalent that can be ran from Linux?
I found this earlier post though I don't see an official reply and the links in the original post are now inactive so I'm not sure if the page they reference has changed or is stil the same. e2e.ti.com/.../417569
Thanks,
Juan
I can confirm that dfu-util version 0.8 can be used to download DFU binary to TM4C123; for example:
cp blinky.bin blinky.dfu dfu-suffix -a blinky.dfu -v 0x1cbe -p 0x00ff dfu-prefix -s 0x0000 -a blinky.dfu dfu-util -D blinky.dfu
Target does not reset after firmware download. You can do so by downloading a special DFU file:
$ hexdump -C reset.dfu 00000000 07 00 00 00 00 00 00 00 ff ff be 1c ff 00 00 01 |................| 00000010 55 46 44 10 10 91 ca fd |UFD.....| 00000018