>$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 1. The command line is wrong. You’re specifying the baud rate numerically and also with the “iris” alias. Use only the numerical value. Type “tos-deluge” for help. 2. Then, (assuming you have a MIB520 programming board) you need to give tos-deluge the communications port, not the programming port. 3. If you use cygwin, you need to specify the port as /dev/ttySn, where n is the number of the com port minus one. 4. Make sure that you can read/write the port. The error message you get suggests that you cannot. Janos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reema Mathew - Michael Sent: Monday, May 19, 2008 3:08 AM To: jiwen zhang Cc: [email protected] Subject: Re: [Tinyos-help] tests/deluge/Blink 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 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] Cc: [email protected] 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 <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http:/us.rd.yahoo.com/evt=52418/*http:/uk.docs.yahoo.com/nowyoucan.html> . A Smarter Email. ________________________________ Sent from Yahoo! Mail <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http:/us.rd.yahoo.com/evt=52418/*http:/uk.docs.yahoo.com/nowyoucan.html> . A Smarter Email. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- zhang jiwen ________________________________ Sent from Yahoo! Mail <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http:/us.rd.yahoo.com/evt=52418/*http:/uk.docs.yahoo.com/nowyoucan.html> . A Smarter Email.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
