Hello everyone!

Could somebody tell why can't I proceed the first step when burning the
deluge?
When it says "At this point the first led (red) should be blinking", the
first led was not blinking.
Here is the output after typing "./burn bsl,/dev/ttyUSB0
serial@/dev/ttyUSB0:115200
telosb"


========================== Compile tosboot for telosb
===========================
mkdir -p build/telosb
    compiling TosBootC to a telosb binary
ncc -o build/telosb/main.exe  -Os -DNESC_BUILD_BINARY -fnesc-separator=__
-Wall -Wshadow -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c
-board= -DDEFINED_TOS_AM_GROUP=0x22 -DTOSBOOT_START=0x4000
-DTOSBOOT_END=0x4a00 -Imsp430 -Imsp430f1611 -Istm25p -Itelosb -Ilib
-I../net/Deluge -DIDENT_APPNAME=\"TosBootC\" -DIDENT_USERNAME=\"advantic\"
-DIDENT_HOSTNAME=\"ubuntu\" -DIDENT_USERHASH=0x83d151a8L
-DIDENT_TIMESTAMP=0x50ca286bL -DIDENT_UIDHASH=0x606481c4L  TosBootC.nc -lm
lib/ExecC.nc:52: warning: call via function pointer
    compiled TosBootC to build/telosb/main.exe
            1844 bytes in ROM
               0 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image
    removing interrupt vector from binary
msp430-objcopy -j .text -j .data -O ihex build/telosb/main.exe
build/telosb/main.ihex
rm -rf build  pp
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py app.xml simbuild
rm -rf VolumeMapC.nc
rm -f BlinkAppC.cmap BlinkAppC.dot BlinkAppC.html BlinkAppC.png
============================ Compile and load Blink
============================
mkdir -p build/telosb
tos-storage-stm25p  /opt/tinyos-main-read-only/tos/platforms/telosb
<volumes-stm25p.xml >build/telosb/StorageVolumes.h || rm -f
build/telosb/StorageVolumes.h
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board=
-DDEFINED_TOS_AM_GROUP=0x22 -Ibuild/telosb -DDELUGE_BASESTATION
-DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"advantic\"
-DIDENT_HOSTNAME=\"ubuntu\" -DIDENT_USERHASH=0x83d151a8L
-DIDENT_TIMESTAMP=0x50ca286bL -DIDENT_UIDHASH=0x9e0bf712L -DDELUGE
-I/opt/tinyos-main-read-only/tos/lib/net
-I/opt/tinyos-main-read-only/tos/lib/net/drip
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/FlashVolumeManager
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/BlockStorageManager
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/msp430
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/telos
-Wl,--section-start=.text=0x4a00,--defsym=_reset_vector__=0x4000
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/telosb  BlinkAppC.nc
-lm
/opt/tinyos-main-read-only/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning:
#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
/opt/tinyos-main-read-only/tos/chips/msp430/adc12/Msp430Adc12ImplP.nc:68:4:
warning: #warning Accessing TimerA for ADC12
    compiled BlinkAppC to build/telosb/main.exe
           29224 bytes in ROM
            1442 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image
cp build/telosb/main.ihex build/telosb/main.ihex.out
    installing telosb bootloader using bsl
tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p
/opt/tinyos-main-read-only/tos/lib/tosboot/build/telosb/main.ihex
MSP430 Bootstrap Loader Version: 1.39-goodfet-8
Mass Erase...
Transmit default password ...
Invoking BSL...
Transmit default password ...
Current bootstrap loader version: 1.61 (Device ID: f16c)
Changing baudrate to 38400 ...
Program ...
1844 bytes programmed.
Reset device ...
    installing telosb binary using bsl (without mass erase)
tos-bsl --telosb -c /dev/ttyUSB0 -r -I -p build/telosb/main.ihex.out
MSP430 Bootstrap Loader Version: 1.39-goodfet-8
Invoking BSL...
Transmit default password ...
Current bootstrap loader version: 1.61 (Device ID: f16c)
Changing baudrate to 38400 ...
Program ...
29256 bytes programmed.
Reset device ...
rm -f build/telosb/main.exe.out build/telosb/main.ihex.out
           +-------------------------------------------------------+
           |                                                       |
           | At this point the first led (red) should be blinking. |
           |                                                       |
           |               Press ENTER to continue...              |
           |                                                       |
           +-------------------------------------------------------+

============================= Compile a new Blink
==============================
mkdir -p build/telosb
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board=
-DDEFINED_TOS_AM_GROUP=0x22 -Ibuild/telosb -DBLINK_REVERSE
-DDELUGE_BASESTATION -DIDENT_APPNAME=\"BlinkAppC\"
-DIDENT_USERNAME=\"advantic\" -DIDENT_HOSTNAME=\"ubuntu\"
-DIDENT_USERHASH=0x83d151a8L -DIDENT_TIMESTAMP=0x50ca288aL
-DIDENT_UIDHASH=0x8dd3b58dL -DDELUGE
-I/opt/tinyos-main-read-only/tos/lib/net
-I/opt/tinyos-main-read-only/tos/lib/net/drip
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/FlashVolumeManager
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/BlockStorageManager
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/msp430
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/telos
-Wl,--section-start=.text=0x4a00,--defsym=_reset_vector__=0x4000
-I/opt/tinyos-main-read-only/tos/lib/net/Deluge/extra/telosb  BlinkAppC.nc
-lm
/opt/tinyos-main-read-only/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning:
#warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
/opt/tinyos-main-read-only/tos/chips/msp430/adc12/Msp430Adc12ImplP.nc:68:4:
warning: #warning Accessing TimerA for ADC12
    compiled BlinkAppC to build/telosb/main.exe
           29224 bytes in ROM
            1442 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image
=============================== Upload the image
===============================
Flushing the serial port..
Checking if node is a Deluge T2 base station ...
ERROR: Timeout. Is the node a Deluge T2 base station?
       +----------------------------------------------------------------+
       |                                                                |
       | In the next step the following things will take place:         |
       | - the mote will be rebooted                                    |
       | - all the leds will blink for some time as the                 |
       |   reprogramming by tosboot takes place.                        |
       | - a fading of the leds will indicate the exiting from tosboot. |
       | - the mote should start blinking the 3rd led (blue/yellow).    |
       |                                                                |
       |                   Press ENTER to continue...                   |
       |                                                                |
       +----------------------------------------------------------------+

=========================== Reboot the base station
============================
Flushing the serial port..
Checking if node is a Deluge T2 base station ...
ERROR: Timeout. Is the node a Deluge T2 base station?
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to