Navyboy,
Here is the test: create a file named check.sh and copy it to the documents folder on your memory card. The file should contain the following two lines:
Code:
export scriptdir=`/usr/bin/dirname $0`
date > $scriptdir/check.txt
Insert the card in the iliad and click on check.sh: It should create a file named check.txt (in the same directory as check.sh)with the current date in it. If this does not work, then your 'development package' has not been installed successfully. More info can be found here:
http://blog.adamrb.com/2007/12/so-yo...3rd-party.html
If the check works we'll have to do additional tests...
Good luck!