Hey Andre
 
Try the following it works for me for mica2, mib510 and Tinyos 1.1.15 with cygwin update
 
compile as follows for mica2
 
make mica2 install mib510
 
also u need to put the following in ur Makelocal file in the tools/make folder
 
MIB510=/dev/ttyS0
 
I am also attaching my Makelocal file if it helps you
 
Rahul Sawant

 
On 2/14/06, André Cunha <[EMAIL PROTECTED]> wrote:
Hello again:

   Thanks for the help, but it doesn´t work, the cygwin doesn´t
recognize the /dev/ttyS0.
I´ve also tried to change the files in the tools directory with the
files of the older versions but it sill
doesn´t work.
   All the information i´ve found in the maillist about this problem
seen to be inconclusive.
   I believe there are other people with the same problem.

   Can you give other sugestions.

Thanks for the help.

Andre Cunha
IPP-Hurray, Porto
Portugal


Michael Schippling wrote:
> The general problem is that UISP doesn't work with the cygwin 1.2 update.
> You can try using /dev/ttyS0 instead of COM1, which _might_ work.
> Also search back through this list over the last month or two,
> there's been a lot of discussion of this.
> MS
>
>
> André Cunha wrote:
>> Hi,
>>
>> I´ve updated my tinyos installation and now i can´t upload programs
>> to the crossbow mib510.
>>
>> The upload freezes during uisp. Here is the log:
>>
>>
>>  mkdir -p build/micaz
>>      compiling Blink to a micaz binary
>>  ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow
>>  -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=micaz
>>  -fnesc-cfile=build/micaz/app.c -board=micasb
>>  -DIDENT_PROGRAM_NAME=\"Blink\" -DIDENT_USER_ID=\"Hurray\"
>>  -DIDENT_HOSTNAME=\"Mote-vation\" -DIDENT_USER_HASH=0x48f6d189L
>>  -DIDENT_UNIX_TIME=0x43f0ae46L -DIDENT_UID_HASH=0x9e616f15L
>>  -I/opt/tinyos-1.x/tos/lib/CC2420Radio Blink.nc -lm
>>      compiled Blink to build/micaz/main.exe
>>              1662 bytes in ROM
>>                47 bytes in RAM
>>  avr-objcopy --output-target=srec build/micaz/main.exe
>>  build/micaz/main.srec
>>  set-mote-id build/micaz/main.srec build/micaz/main.srec.out 1
>>      installing micaz binary using mib510
>>  uisp -dprog=mib510 -dserial=com1 -dpart=ATmega128 --wr_fuse_e=ff
>>  --erase --upload if=build/micaz/main.srec.out
>>
>> On my old installation it works fine.
>> Any clues???
>> Thanks
>> Andre Cunha
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

# Makelocal File

CFLAGS = -DCC1K_DEFAULT_FREQ=CC1K_433_002_MHZ

MIB510=/dev/ttyS0

DEFAULT_LOCAL_GROUP = 0x15

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to