Hi
I tried changing the same
still the same error is thrown
Pls help
Reema
--- On Mon, 19/5/08, jiwen zhang <[EMAIL PROTECTED]> wrote:
From: jiwen zhang <[EMAIL PROTECTED]> Subject: Re: [Tinyos-help] tests/deluge/Blink To: [EMAIL PROTECTED] Cc: "Janos Sallai" <[EMAIL PROTECTED]>, [email protected] Date: Monday, 19 May, 2008, 12:50 PM
hello :
maybe you can modify the file of tos-deluge in /usr/local/bin
lines 38 :
BAUDRATES = {'micaz': 57600, 'telosb': 115200}
changed into :
BAUDRATES = {'micaz': 57600,
'iris' : 57600, 'telosb': 115200}
Good luck !!
2008/5/19 Reema Mathew - Michael < [EMAIL PROTECTED]>:
|
$tos-deluge /dev/ttyUSB0 iris -i 1 apps/Blink/build/iris/tos_image.xml
ERROR: Wrong baudrate
Then i tried
$tos-deluge /dev/ttyUSB0 57600 iris -i 1 apps/Blink/build/iris/tos_image.xml
ERROR: Unable to initialize serial port connection to /dev/ttyUSB0
Pls help
Date: Friday, 16 May, 2008, 9:10 PM
Reema,
Try to use tos-deluge directly. Apparently, the helper scripts under /apps/test/deluge haven't been updated yet. The baud rate of the iris is the same as that of the micaz (57600bps).
Janos
From: Reema Mathew - Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, May 16, 2008 5:48 AM To: Janos Sallai Cc: [email protected] Subject: RE: [Tinyos-help] tests/deluge/Blink
|
I am able to make iris
when i run ./burn /dev/ttyUSB0 iris
the following error is displayed "Wrong baudrate" at Uploading image section
Reema
--- On Fri, 16/5/08, Janos Sallai <[EMAIL PROTECTED]> wrote:
From: Janos Sallai <[EMAIL PROTECTED]> Subject: RE: [Tinyos-help] tests/deluge/Blink To: [EMAIL PROTECTED], [email protected] Date: Friday, 16 May, 2008, 1:06 AM
Reema,
Please make sure that you have the latest sources from the CVS. You need to update your entire tinyos-2.x tree, not only the iris specific directories.
I have verified that it does compile with the latest sources.
Janos
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Reema Mathew - Michael Sent: Thursday, May 15, 2008 4:22 AM To: [email protected] Subject: [Tinyos-help] tests/deluge/Blink
Hi All,
I am trying deluge for iris motes with tinyos2.0.2
I am able to compile tosboot
When I try to make iris for Blink in apps/tests/deluge/Blink
|
Sent from Yahoo! Mail. A Smarter Email. |
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
-- zhang jiwen |