[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson1.html,
1.6, 1.7 lesson4.html, 1.3, 1.4
Phil Levis
scipio at users.sourceforge.net
Tue Jul 31 00:15:46 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18296/html/tutorial
Modified Files:
lesson1.html lesson4.html
Log Message:
Updates.
Index: lesson1.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson1.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lesson1.html 1 Jun 2007 15:48:17 -0000 1.6
--- lesson1.html 31 Jul 2007 07:15:44 -0000 1.7
***************
*** 666,670 ****
uses interface Timer<TMilli> as Timer2;
uses interface Leds;
! users interface Boot;
}
implementation
--- 666,670 ----
uses interface Timer<TMilli> as Timer2;
uses interface Leds;
! uses interface Boot;
}
implementation
Index: lesson4.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson4.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lesson4.html 7 Nov 2006 19:30:38 -0000 1.3
--- lesson4.html 31 Jul 2007 07:15:44 -0000 1.4
***************
*** 154,158 ****
control the serial port haven't been correctly installed. Run the command
<code>tos-install-jni</code> (on Linux, do this as the superuser). If this
! command does not exist, go to <code>tinyos-2.x/tools/tinyos/java</code>. If
the directory has a <code>Makefile</code> in it, type <code>make</code>
and (again, on Linux, as superuser) <code>make
--- 154,165 ----
control the serial port haven't been correctly installed. Run the command
<code>tos-install-jni</code> (on Linux, do this as the superuser). If this
! command does not exist, then you have either not installed the tinyos-tools
! RPM or it was installed incorrectly. The <tt>tos-</tt> commands are typically
! installed in /usr/bin. If you still cannot find the script, email <tt>tinyos-help</tt>.</p>
!
! <h3>Installing <tt>tos-install-jre</tt> from CVS sources</h3>
! <p>If you have not installed the tools RPM and are working directly from the
! TinyOS CVS repository, you can manually install the tos-locate-jre script.
! Go to <code>tinyos-2.x/tools/tinyos/java</code>. If
the directory has a <code>Makefile</code> in it, type <code>make</code>
and (again, on Linux, as superuser) <code>make
More information about the Tinyos-2-commits
mailing list