From b58a18f048e8fd36128312d656e102ff998146a3 Mon Sep 17 00:00:00 2001 From: scipio Date: Tue, 31 Jul 2007 07:15:44 +0000 Subject: [PATCH] Updates. --- doc/html/tutorial/lesson1.html | 2 +- doc/html/tutorial/lesson4.html | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/html/tutorial/lesson1.html b/doc/html/tutorial/lesson1.html index 1de683d7..d461a6a6 100644 --- a/doc/html/tutorial/lesson1.html +++ b/doc/html/tutorial/lesson1.html @@ -665,7 +665,7 @@ module BlinkC { uses interface Timer<TMilli> as Timer1; uses interface Timer<TMilli> as Timer2; uses interface Leds; - users interface Boot; + uses interface Boot; } implementation { diff --git a/doc/html/tutorial/lesson4.html b/doc/html/tutorial/lesson4.html index f2cca6db..2c9ff00b 100644 --- a/doc/html/tutorial/lesson4.html +++ b/doc/html/tutorial/lesson4.html @@ -153,7 +153,14 @@ Sending packet 6 TOSComm JNI support, this means the Java Native Interface (JNI) files that control the serial port haven't been correctly installed. Run the command tos-install-jni (on Linux, do this as the superuser). If this -command does not exist, go to tinyos-2.x/tools/tinyos/java. If +command does not exist, then you have either not installed the tinyos-tools +RPM or it was installed incorrectly. The tos- commands are typically +installed in /usr/bin. If you still cannot find the script, email tinyos-help.

+ +

Installing tos-install-jre from CVS sources

+

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 tinyos-2.x/tools/tinyos/java. If the directory has a Makefile in it, type make and (again, on Linux, as superuser) make install. If the directory does not have a Makefile, go -- 2.39.2