Hi all,
As in the object, does anyone knows if is available an LM Flash programmer Application for a 64 bit Linux Ubuntu distribution?
Thank you all.
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.
Hi all,
As in the object, does anyone knows if is available an LM Flash programmer Application for a 64 bit Linux Ubuntu distribution?
Thank you all.
I found this tool: https ://github.com/utzig/lm4tools (just remove the white space between https and the url).
I'm not sure if it's an official Texas Instrumeents tool, but I rememeber that, in my previous Linux distribution i could program the devices even with a Command Line Tool, such this one.
What do you think, could this tool be compliant with the TivaC?
Thanks
Hello Leanardo,
Please note the the application you have found is not a TI Tool and has not been tested or endorsed by TI so as always with unverified third party tools, it is used at your own risk.
Also, below is the description of the Uniflash tool on the TI website.
"CCS Uniflash is a standalone tool used to program on-chip flash memory on TI MCUs and on-board flash memory for Sitara processors. Uniflash has a GUI, command line, and scripting interface. CCS Uniflash is available free of charge."
Hi, Chuck,
I currently need a command line tool code to flash tiva devices using the ethernet (similar to eflash) to work on Linux. I tried to port the code to Linux but although the ek-tm4c1294xl receives the magic packet and enters bootloader the server doesn't receive the respose on the Bootp packet.
Now that Uniflash works on Linux, is there a code for the eflash on Linux or any code to flash using the ethernet that I can put on my own software?
Thank you