Re: [Tinyos-help] programming problem with simpleAccel in tiny-2.x-contrib

2012-05-14 Thread mike healy
Hi, You appear to be using the tinyos-2.x tree from Sourceforge CVS. This is old and out of date. Instead you should be using the tinyos-main tree from googlecode svn: http://code.google.com/p/tinyos-main/source/checkout Mike On Thu, May 10, 2012 at 9:34 AM, Yuefan Chen fancy.che...@gmail.com

Re: [Tinyos-help] Programming problem

2006-07-11 Thread Conor Todd
Sometimes, under WinXP, I have to use something like Hyperterminal to initially open and close the COM port to which the MIB510 is attached before programs under Cygwin can do it. It might just be my laptop, though. - ConorOn 7/10/06, Sankar Gorthi [EMAIL PROTECTED] wrote: As you can see, the

Re: [Tinyos-help] Programming problem

2006-07-11 Thread Sankar Gorthi
I used LabVIEW and MATLAB to close the ports. No change. In my umpteenth reinstallation, I now see this behaviour: cygwinoutput $ MIB510=COM5 make mica2 install mkdir -p build/mica2 compiling Blink to a mica2 binary ncc -o build/mica2/main.exe -Os -board=micasb -target=mica2 -Wall

Re: [Tinyos-help] Programming problem

2006-07-11 Thread Mark Bramwell
I am not sure if this will help you with your problem but I also had the dot problem. I made the following changes to make 'that' problem go away... I am creating an installation guide for my prof. Here is a section that will help you... Checking the TOS Installation toscheck completed

[Tinyos-help] Programming problem

2006-07-10 Thread Sankar Gorthi
It's not your typical Flash error of death, but it is just as frustrating. Steps adhered to: 1. Install tinyos-1.1.0 with cygwin, etc. (typical installation) 2. Try programming mica2 with Blink - works fine. 2. Upgrade Cygwin with the latest setup file from www.cygwin.com 3. Upgrade nesc to

Re: [Tinyos-help] Programming problem

2006-07-10 Thread Sankar Gorthi
As you can see, the compilation results show this output: compiled Blink to build/mica2/main.exe 0 bytes in ROM 0 bytes in RAM Is there anything in particular that can be said about this? Sankar. On Mon, 10 Jul 2006 18:34:01 -0500, Sankar Gorthi [EMAIL