Has anyone ever tried running the scripts contained within the LCDK's Linux SDK, that has been downloaded from the website? My SD Card was wiped, so I had to download the SDK (1.00.00). On a clean install of Ubuntu 10.04 (what the SDK says it was tested in), none of the scripts will actually complete as is. The filenames for the tars, uimage, etc. are all different than what the scripts are looking for.
Here's a snapshot of the end of executing script "sudo ./setup.sh"
...
Package verification and installation successfully completed
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
In which directory do you want to install the target filesystem?(if this directory does not exist it will be created)
[ $HOME/ti-sdk-omapl138-lcdk-01.00.00/targetNFS ]
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will extract the target filesystem to $HOME/ti-sdk-omapl138-lcdk-01.00.00/targetNFS
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
ls: cannot access ./bin/../filesystem/??sdk*rootfs*.tar.gz: No such file or directory
tar: -C: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: $HOME/ti-sdk-omapl138-lcdk-01.00.00/targetNFS: Not found in archive
tar: Exiting with failure status due to previous errors
Failed setup, aborting..
Failed setup, aborting..