[Tinyos-help] tinyos communication problem

2011-06-27 Thread pooja kavathekar
Hello! I have just started working with Tinyos and am using mica-z motes for my application. My problem is when I try to compile and download the Blink application into the mote, it gives me an error of 1) 'Direct Parallel access not defined' 2) there seems to be errors in finding the make

Re: [Tinyos-help] tinyos communication problem

2011-06-27 Thread Michael Schippling
Please post the actual errors your get. For #1, it may be that you are not defining the right download device (parallel is the oldest and now obsolete interface). For instance I have these defined in my top level makefile and/or environment: export DEFAULT_PROGRAM=mib510 export MIB510=/dev/ttyS0