Tool/software: TI-RTOS
When I tried running ti-processor-sdk-rtos-am57xx-evm-05.02.00.10-Linux-x86-Install.bin on Ubuntu 18.04.1 LTS, having selected to install all components the progress bar reached 100% and the installer hung when reporting it was unpacking sdk_install.sh. At the point the installer had hung the final line in the bitrock install log was:
Unpacking files Unpacking /home/mr_halfword/ti/ti-processor-sdk-rtos-am57xx-evm-05.02.00.10/sdk_install.sh
This is a similar issue to that reported in the original thread, for which the response was to install on a supported Linux host which according to the release notes is "Ubuntu 14.04, 16.04 on 64-bit machine".
Given that CCS 8 is supported on Ubuntu 18.04 LTS it would be useful if the ti-processor-sdk-rtos-am57xx-evm-05.02.00.10-Linux-x86-Install.bin installer also supported Ubuntu 18.04 LTS.
While the install hung reporting it was unpacking sdk_install.sh, I noticed that when the installer had hung that the following installer child process was still running:
/home/mr_halfword/ti/ti-processor-sdk-rtos-am57xx-evm-05.02.00.10/cgt6x_x86_installer --prefix /home/mr_halfword/ti/ti-processor-sdk-rtos-am57xx-evm-05.02.00.10 --mode unattended
As a result, ti-processor-sdk-rtos-am57xx-evm-05.02.00.10-Linux-x86-Install.bin was re-run but selected to install everything except the ti-cgt-c6000_8.2.2. Following that, the install completed. I.e. appears the problem might be the installer for ti-cgt-c6000_8.2.2 not running under Unbutu 18.04 LTS in unattended mode.