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 @{