From 163541eaf59209bdd26bb165b7ca0ae8304d5ae2 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 19 Dec 2006 09:18:11 +0000 Subject: [PATCH] Added note on burn-nodeid --- platform/esb/doc/esb.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/platform/esb/doc/esb.txt b/platform/esb/doc/esb.txt index 6e56e6363..000848cbd 100644 --- a/platform/esb/doc/esb.txt +++ b/platform/esb/doc/esb.txt @@ -150,9 +150,17 @@ packages (as root) with pkg_add. \section esb-burn-node-id Burning node IDs to EEPRMOM -The Contiki ESB port comes with a small program that semi-permanently -stores a (unique) node ID number in the ESB EEPROM. When the Contiki -ESB port boots up, this node ID is restored from the EEPROM. +The Contiki ESB port comes with a small program, burn-nodeid +that semi-permanently stores a (unique) node ID number in the ESB +EEPROM. When the Contiki ESB port boots up, this node ID is restored +from the EEPROM. To compile and run this program, go into your project +directory and run + +make burn-nodeid.u nodeid=X + +Where X is the node ID that will be burned into EEPROM. The +burn-nodeid program stores the node ID in EEPROM, reads it +back, and writes the output @{