It's trying to tell you that it can't find/open the serial port.
But the port is named "COM1," ... there may be an errant comma
in your makefile or environment that is defining this: "-dserial=COM1,"

MS


Sharmistha Maitra wrote:
Hi All,

I was working successfully with tinyos-1.x, uploading mica2 motes with applications and they ran fine too.

Suddenly I have started getting the error : No such file or directory -->COM1

I checked that build.main.srec exists, and also did a TOSCHECK , this was also fine.

Can anybody give a hint why this error could be ?

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /opt/tinyos-1.x/apps/blink
$ MIB510=COM1, make mica2 install
    compiling Blink to a mica2 binary
ncc -o build/mica2/main.exe -Os -board=micasb -target=mica2 -Wall -Wshadow -DDE F_TOS_AM_GROUP=0x7d -Wnesc-all -finline-limit=100000 -fnesc-cfile=build/mica2/ap
p.c  Blink.nc -lm
    compiled Blink to build/mica2/main.exe
            1414 bytes in ROM
              46 bytes in RAM
avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
make[1]: Entering directory `/opt/tinyos-1.x/apps/blink'
    installing mica2 binary
uisp -dprog=mib510 -dserial=COM1, -dpart=ATmega128 --wr_fuse_e=ff --erase --upl
oad  if=build/mica2/main.srec
* Error: No such file or directory
 -> COM1,*
make[1]: *** [reinstall] Error 1
make[1]: Leaving directory `/opt/tinyos-1.x/apps/blink'
make: *** [install] Error 2

Thanks,

Smaitra.


------------------------------------------------------------------------

Hi All,

I was working successfully with tinyos-1.x, uploading mica2 motes with applications and they ran fine too.

Suddenly I have started getting the error : No such file or directory -->COM1

I checked that build.main.srec exists, and also did a TOSCHECK , this was also fine.

Can anybody give a hint why this error could be ?

Thanks,

Smaitra.

Content-type: multipart/alternative; boundary="Boundary_(ID_vh36nSj2qDVLbBdJiMbpAQ)" Content-transfer-encoding: 8BIT --Boundary_(ID_vh36nSj2qDVLbBdJiMbpAQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT Hello All, I tried testing the TestTinyViz application as in the lesson 5 of the TinyOS tutorial. But when I use the command tinyviz -run build/pc/main.exe 30 I get the following error(s)... Could not find a platform specific version of TOSMsg, java.lan.ClassNotFoundException: net.tinyos.message.avrmote.TOSMsg Please help... Regards, Venkat. --------------------------------- Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice. --Boundary_(ID_vh36nSj2qDVLbBdJiMbpAQ) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 8BIT
Hello All,
I tried testing the TestTinyViz application as in the lesson 5 of the TinyOS tutorial. But when I use the command tinyviz -run build/pc/main.exe 30 I get the following error(s)... Could not find a platform specific version of TOSMsg,
java.lan.ClassNotFoundException: net.tinyos.message.avrmote.TOSMsg
Please help... Regards,
Venkat.

------------------------------------------------------------------------
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls <http://us.rd.yahoo.com/mail_us/taglines/postman2/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com> using Yahoo! Messenger with Voice. --Boundary_(ID_vh36nSj2qDVLbBdJiMbpAQ)--


------------------------------------------------------------------------

_______________________________________________
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

Reply via email to