From: rincon Date: Tue, 4 Dec 2007 18:30:34 +0000 (+0000) Subject: Creation. Use the id option to output the msp430's ihex file with the correct node... X-Git-Tag: release_tinyos_2_1_0_0~647 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=ac2bebb860e590c31c6cce5e8c8d3902f2c9ce7e;p=tinyos-2.x.git Creation. Use the id option to output the msp430's ihex file with the correct node ID, for you to install the binary to a node manually. Example: "make telosb id.3" --- diff --git a/support/make/msp/id.extra b/support/make/msp/id.extra new file mode 100644 index 00000000..548c5332 --- /dev/null +++ b/support/make/msp/id.extra @@ -0,0 +1,7 @@ +# The id.extra will simply output the binary with altered node id's and +# will not install the application to the node. You can install it manually. +# Usage: make telosb id.3 +# ==> Outputs main.ihex.out-3 + +NODEID = $(ID) +BUILD_DEPS = setid