Hello!
I am working with Z-Stack Linux Gateway 1.0.1 with beaglebone black and CC2531 dongle. I followed the instructions as given in quick start guide.
I hit ./zigbeeHAgw bbb
and I get following output:
root@beaglebone:/home/debian/Desktop/Z-Stack_Linux_Gateway-1.0.1/Precompiled_arm/servers# ./zigbeeHAgw bbb running zigbeegw.scr on an ARM resetting beaglebone black sleeping 6 seconds after reset... Using serial port: /dev/ttyACM0 /dev/ttyACM0: No such file or directory /dev/ttyACM0 open failed /dev/ttyACM0: No such file or directory /dev/ttyACM0 open failed done stty: /dev/ttyACM0: No such file or directory stty: /dev/ttyACM0: No such file or directory Starting the ZigBee gateway subsystem deviceKey = 0 (0 ) devPath = '/dev/ttyACM0' logPath = './NpiLnxLog.txt' ... freeing memory (ret 0) Port: 2533 Following IP addresses are available: IPv4: interface: lo IP Address 127.0.0.1 IPv4: interface: eth0 IP Address 192.168.2.72 IPv4: interface: usb0 IP Address 192.168.7.2 IPv6: interface: lo IP Address ::1 IPv6: interface: eth0 IP Address fe80::6eec:ebff:feab:e722 The socket will listen on the following IP addresses: IPv4: 0.0.0.0 IPv6: :: 0.0.0.0 means it will listen to all available IP address waiting for first connection on #3... NPI started (pid 4559) at Thu May 15 02:22:31 UTC 2014 Connected to #5.(127.0.0.1 / ::e8f7:80be:30f8:80be) ^Ccaught SIGTERM, killing all the servers and cleaning up terminating zigbeeHAGW (pid 4402) Killed
The output of dmesg is:
root@beaglebone:~# dmesg | grep tty
[ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 quiet drm.debug=7 capemgr.enable_partno=BB-UART4 root=UUID=aa948514-2113-43af-9436-1317aadd4462 ro rootfstype=ext4 rootwait fixrtc quiet init=/lib/systemd/systemd
[ 0.000000] console [tty0] enabled
[ 0.535601] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[ 0.547473] console [ttyO0] enabled
[ 0.723140] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[ 1.259463] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
[ 34.266205] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
[ 224.041942] cdc_acm 1-1:1.0: ttyACM1: USB ACM device
[ 238.271082] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
Please tell me if I have missed out something
thanks