Hi David, You were right. Uisp should be part of tinyos-tools, did you installled it? If you did, what repository did you used? What's the version of your tinyos-tools?
Andris On Mon, Oct 29, 2012 at 10:26 AM, David Rodenas <[email protected]> wrote: > Thanks Eric, I thought that problem didn't have nothing to do with ubuntu > packages. In any case, after installing the uisp package, I got the > following error: "Direct Parallel Access not defined". > > Thereby, I looked for any solution and I found out the following web page: > http://recolog.blogspot.com.es/2011/07/running-tikiridb-with-micaz-motes.html. > Here, the owner of the page explains how to solve this same issue. Hence, > anyone that has this problem, check that page. > > Now it works. Again, thanks. > > David > > > > ________________________________ > Date: Mon, 29 Oct 2012 02:01:06 -0700 > Subject: Re: [Tinyos-help] make: uisp: command not found (MicaZ and TinyOS > 2.1.2) > From: [email protected] > To: [email protected] > CC: [email protected] > > > > you are missing the program "uisp": Universal In-System Programmer. > > try: sudo apt-get install uisp > > in the future if you are looking for something, try > http://packages.ubuntu.com > > > On Mon, Oct 29, 2012 at 1:48 AM, David Rodenas <[email protected]> wrote: > > Hi all > > I am getting the following error on TinyOS-2.1.2 (installed on Ubuntu 12.04) > when I try to install any app on MicaZ. For example, with Blink: > > --- > $ make micaz install mib520,/dev/ttyUSB0 > 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=\"user\" > -DIDENT_HOSTNAME=\"user-vbox\" -DIDENT_USERHASH=0x41040a3eL > -DIDENT_TIMESTAMP=0x508e415dL -DIDENT_UIDHASH=0xfb0b11caL -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 > 2044 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/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 > --wr_fuse_e=ff --erase --upload if=build/micaz/main.srec.out --verify > make: uisp: Command not found > make: *** [program] Error 127 > --- > > Any idea? All the help possible is appreciated. > > Regards, > > David > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > > _______________________________________________ > 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
