This is really basic. A simple search on google for "getting started with tinyos" would have pointed you in the right direction.
You really should work through the tutorials before taking up people's valuable time. In other words do your homework before asking for help. On Wed, Sep 12, 2012 at 5:10 PM, Modi, Jenis Ashokkumar < [email protected]> wrote: > Hi, **** > > ** ** > > I am trying to figure out how to run executable on Tinyos. > You don't run executables on TinyOS. TinyOS is an embedded operating system and is used to build applications that get downloaded (flashed) into the actual hardware. The .exe output is typically an ELF object file that has been built using a cross-compiler toolchain for the hardware. > When we compile any application (for example, Blink), it generates *.exe *file > in build folder for specified platform. Now, assume that, I have written my > own application and I also got .exe file for specified platform. Now where > do I run that file to load in my sensor device ? Please guide me. > You need to download the file into the hardware. Read the tutorials. > **** > > ** ** > > Thanks.**** > > J.M.**** > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
