Hi, Here is some steps to use mib520 in open suse, I hope this will be helpful:

  1. have a look at this link:
     http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/programmers.html
  2. using dmesg you should see two ports to be assigned once you plug
     mib520 into you system. To confirm that:
     /dev/ttyUSB0 ... for programming
     /dev/ttyUSB1 ... for getting data from MicaZ (maybe other ports)
  3. install UISP in /usr/local/bin. (two ways)

1) cd .../tinyos-1.x/tools/src/uisp

make
su
make install
exit

2) download UISP for linux from http://www.nanork.org/nano-RK/wiki/micaZ-quick-start

mv uisp /usr/local/bin

chmod +x /usr/local/bin/uisp

  4. make micaz install mib510(not mib520!),/dev/ttyUSB0

Weiping

Janos Sallai wrote:

The mib520 will most probably show up as /dev/ttyUSB0 and /dev/ttyUSB1 (assuming you don’t have any other usb-to-serial interfaces). The former one is used to program the mote, the latter one to communicate with it. That is,

make micaz install mib510,/dev/ttyUSB0

will program the mote, and

sf –comm serial@/dev/ttyUSB1:micaz

will start up serialforwarder for you.

Janos

-----Original Message-----
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *antonio gonga
*Sent:* Tuesday, December 18, 2007 6:51 AM
*To:* TINYOS
*Subject:* [Tinyos-help] MicaZ_XubunTOS2.0

heyl all,
I'm unable to install an application to a MicaZ mote. Whenever I do that I get the following error:
"flash error " ... and address error , and so on

Do I have to install the drives for Mib520 on XubuuTOS2.0??


***************************
Gonga, Antonio Oliveira
e-mail: [EMAIL PROTECTED]
Cell Phone: +46762320854
***************************


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

Get the power of Windows + Web with the new Windows Live. Get it now! <http://www.windowslive.com?ocid=TXT_TAGHM_Wave2_powerofwindows_122007>


Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.17.1 - Release Date: 12/11/2007 12:00 AM

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

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to