Re: [Tinyos-help] Help Regarding TinyOS Setup

2013-03-19 Thread Antonio Linan
You downloaded:

git clone -v git://github.com/tinyos/tinyos-release




 this created a directory called tinyos-release  in your current working
 directory.Which is what?


   I downloaded using above command which created a directory named
 tinyos-2.x. The directory is placed in /home folder


The TinyOS directory is named tinyos-release or did you change it to match
the environment script?



 TOSROOT=~/home/tinyos-2.x


Try using $HOME instead of ~ (do you have a /home/user/home directory? :S)

Are you setting the environment through a script (in this case, are you
running it before attempting to compile, is it executable?), or did you
just add the lines to your ~/.bashrc? if adding the script to the ~/.bashrc
remember to source it first.

PS. Don't add zolertia support email in CC, doubles the junk at inbox as
I'm already replying.

Regards,

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

Re: [Tinyos-help] Help Regarding TinyOS Setup

2013-03-17 Thread Jhon James
On Sun, Mar 17, 2013 at 8:07 PM, Jhon James softtro...@gmail.com wrote:
 Hello,

 I tried installing the tinyOS for Z1 motes using the following link

 http://zolertia.sourceforge.net/wiki/index.php/Getting_Started_with_Z1#Installing_TinyOS_2.1.2_.28released_on_August_21_2012.29

 I am able to install it sucessfully and when I plug the mote in PC I
 can detect the mote using the following command

 motelist


 but when i go to the directory opt/tinyos-2.1.2/apps/Blink I am unable
 to compile the code by running following command

 make z1



 make : *** No rule to make target 'z1'. Stop
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Help Regarding TinyOS Setup

2013-03-17 Thread Antonio Linan
Mmm instructions need to be updated to reflect the new repo at github...

I'd install the toolchain following the instructions given in here:

http://tinyprod.net/debian-dev/

Then get a fresh working copy from:

git clone git://github.com/tinyos/tinyos-main.git

And modify the tinyos.sh file from the wiki instructions to point to the
compiler and tinyos directory.

You can then check your install by issuing:

$ msp430-gcc --version
$ echo $PATH
$ echo $TOSROOT

Regards,

--Antonio

On Sun, Mar 17, 2013 at 4:07 PM, Jhon James softtro...@gmail.com wrote:

 Hello,

 I tried installing the tinyOS for Z1 motes using the following link


 http://zolertia.sourceforge.net/wiki/index.php/Getting_Started_with_Z1#Installing_TinyOS_2.1.2_.28released_on_August_21_2012.29

 I am able to install it sucessfully and when I plug the mote in PC I
 can detect the mote using the following command

 motelist


 but when i go to the directory opt/tinyos-2.1.2/apps/Blink I am unable
 to compile the code by running following command

 make z1



 make : *** No rule to make target 'z1'. Stop
 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help




-- 
--
Antonio Liñan Colina
R+D+I Engineer
@: ali...@advancare.com
@: ali...@zolertia.com
--
Advancare
T: +34 93 582 02 70
http://www.advancare.com
http://www.zolertia.com
http://zolertia.sourceforge.net
http://webshop.zolertia.com
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Help Regarding TinyOS Setup

2013-03-17 Thread Eric Decker
On Sun, Mar 17, 2013 at 8:32 AM, Antonio Linan ali...@zolertia.com wrote:

 Mmm instructions need to be updated to reflect the new repo at github...

 I'd install the toolchain following the instructions given in here:

 http://tinyprod.net/debian-dev/


should be...   http://tinyprod.net/repos/debian/




 Then get a fresh working copy from:

 git clone git://github.com/tinyos/tinyos-main.git

 And modify the tinyos.sh file from the wiki instructions to point to the
 compiler and tinyos directory.

 You can then check your install by issuing:

 $ msp430-gcc --version
 $ echo $PATH
 $ echo $TOSROOT

 Regards,

 --Antonio

 On Sun, Mar 17, 2013 at 4:07 PM, Jhon James softtro...@gmail.com wrote:

 Hello,

 I tried installing the tinyOS for Z1 motes using the following link


 http://zolertia.sourceforge.net/wiki/index.php/Getting_Started_with_Z1#Installing_TinyOS_2.1.2_.28released_on_August_21_2012.29

 I am able to install it sucessfully and when I plug the mote in PC I
 can detect the mote using the following command

 motelist


 but when i go to the directory opt/tinyos-2.1.2/apps/Blink I am unable
 to compile the code by running following command

 make z1



 make : *** No rule to make target 'z1'. Stop
 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help




 --
 --
 Antonio Liñan Colina
 R+D+I Engineer
 @: ali...@advancare.com
 @: ali...@zolertia.com
 --
 Advancare
 T: +34 93 582 02 70
 http://www.advancare.com
 http://www.zolertia.com
 http://zolertia.sourceforge.net
 http://webshop.zolertia.com

 ___
 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

Re: [Tinyos-help] Help Regarding TinyOS Setup

2013-03-17 Thread Eric Decker
On Sun, Mar 17, 2013 at 5:52 PM, Eric Decker cire...@gmail.com wrote:



 On Sun, Mar 17, 2013 at 8:32 AM, Antonio Linan ali...@zolertia.comwrote:

 Mmm instructions need to be updated to reflect the new repo at github...

 I'd install the toolchain following the instructions given in here:

 http://tinyprod.net/debian-dev/


 should be...   http://tinyprod.net/repos/debian/


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