Other Parts Discussed in Thread: AM3358
Tool/software: Code Composer Studio
I am trying to install Uniflash under the instructions in section 6.2 of this tutorial (https://octavosystems.com/app_notes/osd335x-eeprom-during-boot/#_Toc382081428) of how to update EEPROM in one of your processors. After downloading the uniflash_3.4.1.00012_linux.tar.gz file from this website (http://processors.wiki.ti.com/index.php/CCS_UniFlash_v3.4.1_Release_Notes) I ran the following commands in terminal:
tar xvzf uniflash_3.4.1.00012_linux.tar.gz
cd Uniflash_3.4.1.00012_linux/
chmod +x uniflash_setup_3.4.1.00012.bin
./uniflash_setup_3.4.1.00012.bin
When running the execute command I get to read the terms and conditions and select the chips and debuggers I want to download. Then when it is downloading, I get this pop-up error.
Is there anything else I need to download to get this to work?
I am running Ubuntu 18.04.2 LTS on VMWare.
Thanks in advanced!