The eyesIFXv2 nodes export two serial devices, one for data (lower port number), the other for programming (higher port number). In your case /dev/ttyUSB0 is the data port. Try to burn the application on /dev/ttyUSB0 or just use make install and the make systemOn 11/11/06, Sascha Lutters < [EMAIL PROTECTED]> wrote:Hello everyone,
I've installed TinyOS according to the tutorial on
a native Fedora machine.
When trying to compile Blink and install it on my
eyesIFXv2 I unfortunately get to see the following:
[EMAIL PROTECTED] Blink]# make eyesIFXv2 install bsl,/dev/ttyUSB0
mkdir -p build/eyesIFXv2
compiling BlinkAppC to a eyesIFXv2 binary
ncc -o build/eyesIFXv2/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
-DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -mdisable-hwmul -target=eyesIFXv2
-fnesc-cfile=build/eyesIFXv2/app.c -board= BlinkAppC.nc -lm
compiled BlinkAppC to build/eyesIFXv2/main.exe
2702 bytes in ROM
57 bytes in RAM
msp430-objcopy --output-target=ihex build/eyesIFXv2/main.exe
build/eyesIFXv2/main.ihex
writing TOS image
cp build/eyesIFXv2/main.ihex build/eyesIFXv2/main.ihex.out
installing eyesIFXv2 binary using bsl
msp430-bsl --invert-test --invert-reset --f1x -c /dev/ttyUSB0 -r -e -I -p
build/eyesIFXv2/main.ihex.out
MSP430 Bootstrap Loader Version: 2.0
Mass Erase...
An error occoured:
Bootstrap loader synchronization error
make: *** [program] Fehler 1
How can I fix this?
Thanks for your help!
/dev/ttyUSB1 of course :)
will automatically select /dev/ttyUSB1 for the programming.
Vlado
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
