Hi! On Thu, 27 Aug 2009, praveen khethavath wrote:
> > Hi, > > This is Praveen and i am doing PhD in Oklahoma state university. > I was not able to install the FT2232C driver on XUBUNTOS machine. > I am not able tp program Micaz using MIB520. > > when i try to make micaz install i see following error. > The device is not recognized. > > make micaz install mib510,/dev/ttyS0 Try to do a dmesg after you plug the board. The messages should indicate which /dev/ttyUSBX (never /dev/ttySX) device it gets. The MIB520 will get two: the first one is used to reprogram the mote while the second is used to talk to the mote's serial port. All the best! Razvan ME > mkdir -p build/micaz > compiling BlinkAppC to a micaz binary > ncc -o build/micaz/main.exe -Os -fnesc-separator=__ -Wall -Wshadow > -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb > -DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000 > -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"praveen\" > -DIDENT_HOSTNAME=\"praveen-laptop\" -DIDENT_USERHASH=0x0fa84db1L > -DIDENT_TIMESTAMP=0x4a971fa5L -DIDENT_UIDHASH=0xd90a9f1eL -fnesc-dump=wiring > -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, > components)' -fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm > compiled BlinkAppC to build/micaz/main.exe > 2052 bytes in ROM > 51 bytes in RAM > avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec > avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex > writing TOS image > cp build/micaz/main.srec build/micaz/main.srec.out > installing micaz binary using mib510 > uisp -dprog=mib510 -dserial=/dev/ttyS0 --wr_fuse_h=0xd9 -dpart=ATmega128 > --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out --verify > Programmer is not responding. > make: *** [program] Error 2 > > Can you suggest how can i use mib520 in XUBUNTOS > > Thanks. > > -- > View this message in context: > http://www.nabble.com/Mib520-FT2232C-driver-installation-tp25182815p25182815.html > Sent from the TinyOS - Help mailing list archive at Nabble.com. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
