Nick, thank you for your great suggestion. Copy setting file to ~/.node-red solved the problem of "Unload setting".
but node-red still is not work );
root@beaglebone:~/.node-red# node-red-pi
1443114011036 Device(s) /dev/ttyACM0
1443114011165 Connected /dev/ttyACM0
Welcome to Node-RED
===================
24 Sep 19:00:12 - [info] Node-RED version: v0.11.1
24 Sep 19:00:12 - [info] Node.js version: v0.10.38
24 Sep 19:00:12 - [info] Loading palette nodes
24 Sep 19:00:25 - [warn] ------------------------------------------
24 Sep 19:00:25 - [warn] Failed to register 1 node type
24 Sep 19:00:25 - [warn] Run with -v for details
24 Sep 19:00:25 - [warn] ------------------------------------------
24 Sep 19:00:25 - [info] Settings file : /root/.node-red/settings.js
24 Sep 19:00:25 - [info] User directory : /root/.node-red
24 Sep 19:00:25 - [info] Flows file : /root/.node-red/flows_beaglebone.json
24 Sep 19:00:25 - [info] Server now running at
http://127.0.0.1:1880/1443114025245 Device or Firmware Error A timeout occurred while connecting to the Board.
Please check that you've properly flashed the board with the correct firmware.
See:
https://github.com/rwaldron/johnny-five/wiki/Getting-Started#trouble-shooting24 Sep 19:00:25 - [red] Uncaught Exception:
24 Sep 19:00:25 - TypeError: Uncaught, unspecified "error" event.
at TypeError (<anonymous>)
at Board.emit (events.js:74:15)
at Board.log (/root/.node-red/node_modules/johnny-five/lib/board.js:629:8)
at Board.(anonymous function) [as error] (/root/.node-red/node_modules/johnny-five/lib/board.js:640:14)
at Board.<anonymous> (/root/.node-red/node_modules/johnny-five/lib/board.js:411:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)
Of course StandardFirmata is installed.
Darek