Here are the possible problems: 1. Make MIB510 all lowercase: "make install micaz mib520,/dev/ttyUSB0" if that doesn't work 2. You might have an older version of TinyOS that doesn't know about mib520. Use mib510 instead of mib520: "make install micaz mib510,/dev/ttyUSB0" if that doesn't work 3. Explicitly state that you want to use avrdude as a programmer (it's been the default for a while, but it seems that your installation still wants to use UISP as the programmer): "PROGRAMMER=avrdude make install micaz mib510,/dev/ttyUSB0" if that doesn't work, either, then you have some serious issues with your TinyOS installation, and you should upgrade to the latest version.
Janos On Tue, Oct 8, 2013 at 5:32 AM, sandyireland <[email protected]> wrote: > - $Uisp -dprog=stk500 -dpart=ATMega -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff > is working separately > > - but > $make install micaz MIB520,/dev/ttyUSB0 Uisp -dprog=stk500 -dpart=ATMega128 > -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff --erase --upload > if=build/micaz/main.srec.out > > throwing all environment variable > $make install micaz > searching for parallel port. > $make install micaz MIB520,/dev/ttyUSB0 > failed to open ppdev > > Kindly advice > > > > > > -- > View this message in context: > http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23597.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
