Uisp is trying to install using the dapa (parallel port) protocol, that's why it doesn't work. If your tinyos sources are more than half a year old, there's a chance that it doesn't understand make micaz install mib520,/dev/ttyS0. You have two options: 1. try using make micaz install mib510,/dev/ttyS0 (note that the mib520 talks the mib510 protocol) 2. update your tinyos to version 2.1
Janos On Mon, Dec 8, 2008 at 4:53 PM, Jeff Chen <[EMAIL PROTECTED]> wrote: > Hi Janos, > > Attached is a word document with a screenshot of the errors. These errors > show up with or without the USB cable attached. I hope this helps because > I have no clue whats going on. > > Thanks, > Shih-Jeff Chen > > > On Mon, Dec 8, 2008 at 2:09 PM, Janos Sallai <[EMAIL PROTECTED]> > wrote: >> >> Can you send over the full output of make install? >> >> Janos >> >> On Mon, Dec 8, 2008 at 2:42 PM, Jeff Chen <[EMAIL PROTECTED]> wrote: >> > Hey All, >> > I'm trying to download Blink using the Xubuntos image on VMplayer in >> > Windows >> > XP. I followed the instructions on the wiki page and successfully done >> > each >> > part of the installation process. >> > >> > I'm using a MIB520 USB programming board to a MicaZ. After connecting >> > the >> > Crossbow MIB520 to Xubuntos (disconnect from host), I try to download >> > Blink >> > using the command: 'make micaz install mib520, /dev/ttyUSB0' >> > >> > But I get a huge list of "flash error at address 0x...: file = ..., mem= >> > 0x00" >> > >> > The funny thing is that if I physically remove the USB from my XP >> > computer >> > and/or disconnect from the VM, the first part of the load process will >> > still >> > say my "ATmega 128 is found" >> > >> > I even tried closing and reopening VMplayer. >> > >> > Also, 'motelist' doesn't come up with any devices even when the MIB520 >> > is >> > connected in the VM. >> > >> > If you could help, that would be great. >> > >> > Thanks, >> > Shih-Jeff Chen >> > >> > >> > _______________________________________________ >> > 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
