I have managed to separate the final download command out of the makefile morass for tmotes. This takes place _after_ the moteid is set in the hex file and an intermediate file is made. I explicitly generate that intermediate and send it to my client for direct download of updates. The client then only needs the image loader program, not the whole meschugana.
I don't have any of the tmote or mica examples handy here right now, but reverse engineering the steps in the make output shouldn't be too hard. MS Agnelo Silva wrote: > I am developing an schema of having users compiling locally (no motes > plugged) and a local application submitting the image code to a server > physically connected to the motes. Some of this idea I had already > developed and tested, but now I have a problem that seems to be simple, > but I didn't find the solution. > The problem: > If you just want to compile, this would be an example: make micaz (now > you have the ./build/micaz/main.exe needed for the "micaz reinstall" > program) > But if you also want to pass the modeID, it doesn't compile: make > micaz,3 (no error message, no compilation at all). > > []s > Agnelo Silva > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
