I have a faint reminder that this is an issue with upgraded cygwin
that is needed beyond TOS1.1.10. It may be that the /dev/tty thing
was the fix, but I never followed it through because I had trouble
with my serial->USB converter and the /dev syntax. I think there was
a lot of discussion on the list around the beginning of the year,
searching for "/dev/tty" might pull up some threads.

If you can turn on -v=4 (or some kind of verbosity) in uisp I think
you'll see that it's busy-waiting on access to the serial port.

The node ID assignment shouldn't have any effect on loading, it just
defaults to...ummm...0?

MS

Michael Collett wrote:
A couple of points:
You haven't included a node id number after reinstall. I'd also recommend using /dev/ttyS(n-1) instead of Comn. Also using full stops instead of commas has been discussed in the archives and some find it works more reliably. In your case the command would become something like: make micaz reinstall.7 mib510./dev/ttyS5 Where 7 is your chosen node id, which should be different for each node (and usually 0 for the base by convention). Another option: If you have MoteView (software for visualising surge programmed motes) which comes with XBow developer kits, then this has a facility for programming motes. Just look at the tools menu. The file you want to select will be within the build folder of you application folder. This is useful because you can set the radio bands and powers without having to change any header files. Hope this helps, Mike

    -----Original Message-----
    *From:* [EMAIL PROTECTED]
    [mailto:[EMAIL PROTECTED] Behalf Of
    *Fenghua Yuan
    *Sent:* 18 August 2006 01:18
    *To:* tinyos-help@Millennium.Berkeley.EDU
    *Subject:* [Tinyos-help] Problem when download application to
    micaz/mib510

    Hi
I installed the Tinyos-1.1.11 (download from tinyos website)
    refer to the link: Windows Installshield Wizard for TinyOS CVS
    Snapshot 1.1.11
    <http://webs.cs.berkeley.edu/users/users.php?download=1&snapshot=1>(less
    tested, but fresh)
The compilation for micaz ($make micaz) is finished without error,
    but when i try to download the application (e.g. Blink) to the
micaz/mib510 after the compilation, it stucked, and what was shown on the cygwin screen is: $make micaz reinstall mib510,com6
    cp build/micaz/main.srec build/micaz/main.srec.out
              installing micaz binary using mib510
    uisp -dprog=mib510 -dserial=com4 --wr_fuse_h=0xd9 -dpart=ATmega128
    --wr_fuse_e=ff
    --erase --upload if=build/micaz/main.srec.out
Does anybody have any idea or suggestion about how to solve this
    problem?
    thanks


-------------------------------------------------------------------
This e-mail and any attachments may contain confidential and/or
privileged material; it is for the intended addressee(s) only.
If you are not a named addressee, you must not use, retain or
disclose such information.

NPL Management Ltd cannot guarantee that the e-mail or any
attachments are free from viruses.

NPL Management Ltd. Registered in England and Wales. No: 2937881
Registered Office: Serco House, 16 Bartley Wood Business Park,
Hook, Hampshire, United Kingdom RG27 9UY
-------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to