You haven't specified the type of programmer being used
and it is defaulting to the parallel port version "dapa".
(Assuming of course that you are not using a parallel port
programmer...). I use a mib510 and set these two variables
in my makelocal file:
DEFAULT_PROGRAM=mib510
MIB510=/dev/ttyS4

but your mileage may vary.
MS


Clinton, David D wrote:
> Ladies and Gents,
> 
> Could someone give me some advice or a solution to a problem I am having
> writing to the sensor nodes?? The error I am receiving is located below... If
> you guys have experience this before please give feedback as I am need of
> help...
> 
> Thanks,
> 
> 
> [EMAIL PROTECTED] Blink]$ make mica2 install
> mkdir -p build/mica2
>     compiling BlinkAppC to a mica2 binary
> ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow
> -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=mica2
> -fnesc-cfile=build/mica2/app.c -board=micasb  -fnesc-dump=wiring
> -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
> components)' -fnesc-dumpfile=build/mica2/wiring-check.xml BlinkAppC.nc -lm
>     compiled BlinkAppC to build/mica2/main.exe
>             2688 bytes in ROM
>               57 bytes in RAM
> avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
> avr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex
>     writing TOS image
> cp build/mica2/main.srec build/mica2/main.srec.out
>     installing mica2 binary with dapa
> uisp -dprog=dapa --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff  --erase
> /dev/parport0: No such file or directory
> Failed to open ppdev.
> make: *** [program] Error 2
> 
> 
> 
> _______________________________________________
> 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

Reply via email to