Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
I faced some issues when tried to install PROCESSOR-SDK-AM335X 04.02.00.09 (file ti-processor-sdk-linux-am335x-evm-04.02.00.09-Linux-x86-Install.bin).
1. Packages installation failed.
There is really annoying trouble with detect Ubuntu versions newer than 14.04 trusty. The result is setup.sh tries to install non-existence uboot-mkimage package instead of uboot-tools that uses in all Ubuntu versions since 14.04.
The good news that this issue is fixed very easy. Look at attached patch file with proposed bug fix.
2. NFS configuration failed.
-----
This step will export your target filesystem for NFS access.
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
grep: /etc/exports: No such file or directory
chmod: cannot access '/etc/exports': No such file or directory
Failed setup, aborting..
-----
Yes, this issue is fixed easy too. Look at proposed fix.
As a bonus, there is an example how to rewrite some parts of scripts using common bash-programming practices :)
Could you please fix these issues in your further SDK versions as they are several years old?