Installing TinyOS
If everything is set well, you could try compiling an application. Go to "cd /opt/tinyos-2.x/app/Blink" and run "make telosb". If there is any error, you may have some environment variable set incorrectly. Read carefully about Environment Variable from here.
    1. Install the device driver for telosb mote. Download and install the FTDI VirtualCom driver (needed for TelosB motes). The installation exectuable will work for Windows. Download and run it. It will prompt you when it is done.               
    2. Upload your program onto the telosb mote attached to the USB port of your machine by make telosb reinstall. Now you will see the mote blink its LED periodically.
        The instructions are similar to that of the windows machine. But you do NOT need to install cygwin and do need to choose correct rpm for the Linux version.

Resourses

  1. Install Tinyos on windows machine from wustl
  2. Standard installing instruction from tinyos.net
  3. Tutorial 1 of TinyOS
  4. Installing XubunTOS on VMWare  for Fedora 6 and 7
Last updated 28 Jan 2009