Re: [Tinyos-help] Help for installing TinyOS

2013-12-24 Thread Eric Decker
That's easy. check out the instructions.at gh:tp-freeforall/prod(tp-master)/00b_Development_Environment and there is a section that talks about using the release repository rather than the tip of the dev

Re: [Tinyos-help] Help for installing TinyOS

2013-12-23 Thread ℜ ℜ
Can you please tell me how to install it in ubuntu. I really don't know about the version. I just followed that document without any knowledge about version. Or please tell me the web sites where I can get detailed procedure for installation in Winodws or ubuntu. Thank you ___

Re: [Tinyos-help] Help for installing TinyOS

2013-12-23 Thread Eric Decker
what version of TinyOS are you using? none of the tools listed below are supported anymore. msp430-gcc 3.2.3 is very old and no longer supported. On Mon, Dec 23, 2013 at 4:58 AM, ℜ ℜ wrote: > *install.sh contents:* > *** > #Install a package > #rpm –iv

Re: [Tinyos-help] Help for installing TinyOS

2013-12-23 Thread Jim Stephens
On 12/23/2013 4:58 AM, R R wrote: _*install.sh contents:*_ _***_ #Install a package #rpm --ivh packagename #upgrade a package #rpm --Uvh packagename # # rpm -ivh --ignoreos RPM/msp430tools-base-0.1-20050607.cygwin.i386.rpm failed: No such file or director

Re: [Tinyos-help] Help for installing TinyOS

2013-12-23 Thread ℜ ℜ
*install.sh contents:* *** #Install a package #rpm –ivh packagename #upgrade a package #rpm –Uvh packagename # # rpm -ivh --ignoreos RPM/msp430tools-base-0.1-20050607.cygwin.i386.rpm rpm -Uvh --nodeps --ignoreos RPM/msp430tools-python-tools-1.0-1.cygwin.noarc

Re: [Tinyos-help] Help for installing TinyOS

2013-12-23 Thread Eric Decker
okay. i don't know about that document. I also haven't worked with cygwin installs in a very long time. I kept running into problems and switched over to Ubuntu/Linux because it works better in my opinion. executing "sh install.sh" is supposed to set up the environment variables. But I don't

Re: [Tinyos-help] Help for installing TinyOS

2013-12-22 Thread Eric Decker
Hi, First your error messages look suspicous. It is very hard to help you without seeing the actual commands you wrote that the computer is complaining about. On Sun, Dec 22, 2013 at 8:33 AM, ℜ ℜ wrote: > Hello, > > I have installed cygwin by following instructions in Getting Started doc. >

[Tinyos-help] Help for installing TinyOS

2013-12-22 Thread ℜ ℜ
Hello, I have installed cygwin by following instructions in Getting Started doc. After installation of cygwin, I am unable to install tinyos packages (rpm). It is giving error as below failed: No such file or directorye-0.1-20050607.cygwin.i386.rpm failed: No such file or directory failed: No s

Re: [Tinyos-help] Help for installing tinyos-2.x in Ubuntu 11.04

2012-03-04 Thread Eric Decker
Not sure what you mean by trusted. Razvan (formerly from John Hopkins, now at Google) and I have put together a current tinyos tools repository that has been cryptographically signed. I assume that is what you mean by trusted. Check out http://tinyprod.net/repos/debian-dev/. It includes instruc

Re: [Tinyos-help] Help for installing tinyos-2.x in Ubuntu 11.04

2012-03-04 Thread Igglezakis Antonios
Give a try to this... http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2012-January/053262.html If there are problems installing nesc and deputy... try the following links instead of those in "installing from RPMs" guide. http://sourceforge.net/projects/szte-wsn/files/deputy/ http://so

[Tinyos-help] Help for installing tinyos-2.x in Ubuntu 11.04

2012-03-04 Thread vinit desai
can anyone please give me a trusted link for TinyOS-2.x installation in Ubuntu 11.04?? Please its urgent Regards, Vinit ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-h

Re: [Tinyos-help] Help for installing tinyos-2.x in Ubuntu 11.04

2012-03-03 Thread Antonio Lignan
You are installing support for msp430 only, micaz is based on avr. Search for more complete installation instructions. --Antonio Eric Decker wrote: >doesn't look like your environment is set up correctly. > >follow the instructions at: >https://github.com/tp-freeforall/prod/blob/msp430-int/00

Re: [Tinyos-help] Help for installing tinyos-2.x in Ubuntu 11.04

2012-03-03 Thread Eric Decker
doesn't look like your environment is set up correctly. follow the instructions at: https://github.com/tp-freeforall/prod/blob/msp430-int/00b_Development_Environment, in particular section 4. You will have to modify the paths for your own situation. what instructions were you following? On Fri,