First, install a Java JDK.
Next, run the SunSPOT installer from the CD. I have the Orange SDK. You may have a different one. Accept all default setting.
Last, you need to specify the port. This step is important.
Now try install AirText demo on one of the spot.
sudo apt-get install sun-java6-jdk
The following steps assume you are in your home directory. If not,
simply:
cd
Next, run the SunSPOT installer from the CD. I have the Orange SDK. You may have a different one. Accept all default setting.
java -jar /media/cdrom/sunspotsdkinstaller.jar
Last, you need to specify the port. This step is important.
echo "port=/dev/ttyACM0" >> .sunspot.properties
Now try install AirText demo on one of the spot.
cd SunSPOT/Demos$ cd AirText/
ant deploy
This helped me very much, thanks. But there's one little typo: it should be
echo "port=/dev/ttyACM0" >> .sunspot.properties
(with a zero in the device name, not the letter O)
Posted by Lena on September 10, 2008 at 08:26 AM PDT #
Great!!!!!!!!
it worked....
Posted by Manohar Kuse on October 15, 2009 at 04:11 AM PDT #