[Tinyos-help] Bootstrap loader synchronization error
Vlado Handziski
vlado.handziski at gmail.com
Sat Nov 11 14:00:52 PST 2006
On 11/11/06, Sascha Lutters <tinyos-help at sascha.lutters.de> 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:
>
>
>
> [root at Tuxbox 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!
>
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 system will automatically select
/dev/ttyUSB1 for the programming.
Vlado
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20061111/ac27e1e8/attachment.html
More information about the Tinyos-help
mailing list