Sorry, I misunderstood you when you said "since I have put no prog board between the usb and the mote."
But in my experience, the uisp hanging is sometimes a result of using com4 instead of /dev/ttyS3. Anybody else have any comments? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Moss Sent: Thursday, March 09, 2006 10:12 AM To: 'bruno bianco'; [email protected] Subject: RE: [Tinyos-help] Beginner tests: system hangs up during "makemicazinstall" Since you're not actually uploading to a mote when the mote isn't connected to your compouter, you can just compile your app to see if it compiles by using "make micaz" as your command. When you want to upload it with your mib510 connected, use the command make micaz install mib510,/dev/ttyS3 Where the "3" in ttyS3 is your (COM port - 1). You specified COM4, so that corresponds to ttyS3. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bruno bianco Sent: Thursday, March 09, 2006 9:58 AM To: [email protected] Subject: [Tinyos-help] Beginner tests: system hangs up during "make micazinstall" Again. I tried to plug the mote via USB-to-RS232 cable, then I issued the following command: $ make micaz install.0 mib510,com4 That's the result: mkdir -p build/micaz compiling Blink to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow -DDEF_TOS_A M_GROUP=0x7d -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=mica sb -DIDENT_PROGRAM_NAME="Blink" -DIDENT_PROGRAM_NAME_BYTES="66,108,105,110,107,0 " -DIDENT_USER_HASH=0x60f9b35eL -DIDENT_UNIX_TIME=0x44105984L -I/opt/tinyos-1.x/ tos/lib/CC2420Radio Blink.nc -lm compiled Blink to build/micaz/main.exe 1490 bytes in ROM 44 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 0 Could not find symbol TOS_LOCAL_ADDRESS in build/micaz/main.exe, ignoring symbol . installing micaz binary using mib510 uisp -dprog=mib510 -dserial=com4 -dpart=ATmega128 --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out Here nothing more happens, system hangs up, waiting... Now, probably the mib510 is wrong, since I have put no prog board between the usb and the mote. Q1 ) is the programming board absolutely necessary? Q2) If not , what I should do? keep in mind the mote is ETRX1, which is supposed to be compatible with ATMEGA128. Best Regards ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it _______________________________________________ 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 _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
