Hi,
I try to run TestSerial on micaz,mib520 tinyos2.x (ubuntu hardly).
- cd /opt/tinyos-2.x/apps/tests/TestSerial
- make micaz install mib520,/dev/ttyUSB0
** First I had the error :
- TestSerial /dev/parport0: No such file or directory can't read 'ppdev'
I made a symbolic link as follows and I set some permissions:
- ln -s /dev/ttyUSB0 /dev/parport0
- chmod 666 /devttyUSB0
- chmod 666 /dev/parport0
The problem was resolved.
** Second I had the error :
- ioctl PPCLAIM: Invalid argument Failed to claim ppdev
I modified the /opt/tinyos-2.x/support/make/avr/avr.rules file as
follows :
- DEFAULT_PROGRAM=mib520
- MIB520=/devttyUSB0
The problem was resolved.
** Now I have the error :
make: *** Pas de règle pour fabriquer la cible « program », nécessaire
pour « micaz ». Arrêt.
Does somebody has a solution?
Thanks
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help