Hello everyone,

I removed line 431 of BaseStationP.nc, but it doesn't work, I keep getting
the "FATAL: configuring interface failed!  aborting!" message when I do sudo
driver/ip-driver /dev/ttyUSB1 iris

Any hints on how to change the watchdog timer?

Thanks in advance,

-- 
Gilberto Almeida

2010/4/22 Lars Schor <[email protected]>

> When we used a mote similar to the iris (Meshbean) we had a comparable
> error. The problem was that the ip-driver sends to the basestation the
> command to reset. As soon as this one got the command, it stopped working
> and the ip-driver couldn't connect to the basestation. The background is
> that the AtMega1281 processor uses a different Watchdog Timer than its
> predecessor and is still activated after restarting the processor, thus the
> mote continuously resets.
>
> Workarounds are to change how the watchdog timer works, or (for testing) to
> deactivate the reset of the basestation in the BaseStationP.nc file (line
> 431). Nonetheless, I don't know if the deactivation of the reset may have
> some other impacts.
>
> May it helps. Best,
> Lars
>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to