From ac2bebb860e590c31c6cce5e8c8d3902f2c9ce7e Mon Sep 17 00:00:00 2001 From: rincon Date: Tue, 4 Dec 2007 18:30:34 +0000 Subject: [PATCH] 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" --- support/make/msp/id.extra | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 support/make/msp/id.extra 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 -- 2.39.2