I just downloaded the onboard development image here:
http://www.zaurususergroup.com/modules.php...Developer_ImageThe install script was not working for me so I did the following:
1) added "/mnt/cf/dev/dev_img-1.5 /root/develop cramfs noauto,loop 0 0" to /etc/fstab
2) typed "mount /root/develop"
At this point all is well and I can see the contents in /root/develop.
3) added ":/root/develop/bin" to /etc/profile. The line now looks like:
PATH="$OPIEDIR/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/root/develop/bin
The problem is when I type "compiler_setup.sh" it responds "not found".
If I type "echo $PATH", /root/develop/bin is there.
If I type "cat /root/develop/bin/compiler_setup.sh" the file is found and displayed.
I could just type the full path name and go from there, but not having /root/develop/bin in my path may create problems later.
Any ideas?
Thanks!