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: cire...@gmail.com
To: drod...@outlook.com
CC: tinyos-help@millennium.berkeley.edu


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 <drod...@outlook.com> 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/ttyUSB0mkdir -p build/micaz    compiling 
BlinkAppC to a micaz binaryncc -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 RAMavr-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 imagecp 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 --verifymake: 
uisp: Command not found
make: *** [program] Error 127---
Any idea? All the help possible is appreciated. 
Regards,
David

                                          

_______________________________________________

Tinyos-help mailing list

Tinyos-help@millennium.berkeley.edu

https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



-- 
Eric B. Decker
Senior (over 50 :-) Researcher





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

Reply via email to