Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
with pipe debug it works $make (debug) micaz mib510,/dev/ttyUSB0 | uisp -dprog=mib510 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out --verify works but same command with (install) directive does not work $make debug micaz

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
uisp -dprog=stk500 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if build/micaz/main.srec.out --verify is working fine but here stk500 is parallel Starter kit but When I mention dasa serial it start searching for /dev/parport0 which is used for parallel po

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
UISP command working fine separately. Make command looking for parallel port separately. when u mix both command and explicitly specify programmer and serial port Even then the combined make with UISP failing to understand parameters. -- View this message in context: http://tinyos-help.10906.n7

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
Janos, There is no problem with installation. I downloaded from tinyos.net site image copy and upload all tools needed. and I was working fine even I ws able to install program on all motes the Blink program voice is very bad as i was filming using phone video on one hand and motes and sytem on oth

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread Janos Sallai
How did you install TinyOS? Did you install it from the MoteWorks CD that came with your motes??? If that's the case, you need to contact MEMSIC directly. Not many people on this mailing list are familiar with MoteWorks. The motelist program that comes with TinyOS 2.x is not capable of listing the

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
hi janos, I have already used these options. option 1 : already posted in last update. $make install micaz > searching for parallel port. > $make install micaz MIB520,/dev/ttyUSB0 > failed to open ppdev Thanks for reply. here Sometimes works sometimes not.Which amazes me then these problem star

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread Janos Sallai
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. Exp

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
- $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 variab

Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
Uisp -dprog=stk500 -dpart=ATMega -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff is working separately but when used with make install micaz its displaying just environment variables. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to

[Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-07 Thread sandyireland
make install micaz MIB520,/dev/ttyUSB0 desrial=/dev/ttyUSB0, -dpart=ATMega128 --wr_fuse_e=ff -erase -upload if=build/micaz/main.srec.out Not throwing any problem but loading program to mote. - I tried modifying UISP parameters it worked again now there some problem rather than