I am following the SimpleLink Academy to run the zigbee3.0 Linux Sensor to Cloud demo on BB Black. After compiling the program and running the script zigbeeHAgw(CC1352 LaunchPad as ZNP), the gateway got an SRSP Cond Wait timed out error. I used an oscilloscope to probe the UART RX pin on LaunchPad and found out there is no signal on that pin, which means no command is sent out from the BB Black USB host.
To compare, I used the same LaunchPad to test on an x86 PC running Ubuntu. The gateway is running fine on Ubuntu and this time I can see some commands sent from PC's USB to LaunchPad, so I'm assuming the cause of the problem is on BB Black side.
What could be the cause of this issue? I also tried to modify the NPI_Gateway.cfg by changing the device path from ttyO4 to ttyACM0, but with no luck. I'm not sure why the default path is ttyO4? In my understanding, ttyO4 is the UART4 on beaglebone header, not USB host.
Please find the error information as below:
--------------------------------------------- debian@beaglebone:~/source$ cd ~/source/out/Precompiled/servers debian@beaglebone:~/source/out/Precompiled/servers$ sudo ./zigbeeHAgw Platform type selected automatically as bbb. To override this selection, please stop this script, and then run it again, specifying the desired platform type at the command line: ./zigbeeHAgw [help | bbb | x86 ] running ./zigbeeHAgw on an ARM done processing arguments, board type bbb, target arm NPI is 'NPI_lnx_arm_server' Zstack linux server is 'ZLSZNP_arm' gateway server is 'GATEWAY_SRVR_arm' network manager is 'NWKMGR_SRVR_arm' OTA server is 'OTA_SRVR_arm' Starting the ZigBee gateway subsystem making sure there are no lingering servers... there are 0 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 0) done Executing reset from external scripts =================================================== starting NPI, cmd ' ./NPI_lnx_arm_server NPI_Gateway.cfg -v 0x0000010E ' on Sun Jul 26 07:48:58 UTC 2020 [07:48:58.704,572] [NPISRVR/MAIN] UNMSKBL: [07:48:58.708,510] [NPISRVR/MAIN] UNMSKBL: ************************************ ************ [07:48:58.708,547] [NPISRVR/MAIN] UNMSKBL: * NPI Server v1.0.2d * [07:48:58.708,570] [NPISRVR/MAIN] UNMSKBL: ************************************ ************ [07:48:58.708,592] [NPISRVR/MAIN] UNMSKBL: Startup phase 1 completed successfully, server started (NPI_PID=3105) on Sun Jul 26 07:49:03 UTC 2020 =================================================== starting ZLSZNP, cmd ' ./ZLSZNP_arm 127.0.0.1:2533 config.ini -v 0x0000460E ' on Sun Jul 26 07:49:03 UTC 2020 [07:49:03.956,066] [Z_STACK/MAIN] UNMSKBL: [07:49:03.959,473] [Z_STACK/MAIN] UNMSKBL: ************************************ ************ [07:49:03.960,436] [Z_STACK/MAIN] UNMSKBL: * ZStack Server for ZNP v1.0.2d * [07:49:03.961,527] [Z_STACK/MAIN] UNMSKBL: ************************************ ************ [07:49:03.962,163] [Z_STACK/MAIN] UNMSKBL: [07:49:03.965,074] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [AREQ] 08:5F:00:02:5A:5F:53:54:41:43:4B [07:49:03.966,841] [NPISRVR/MAIN] PKT_HEX: New incoming connection from client Z _STACK (connection # 5) [07:49:03.970,040] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 02:25:3E:FF:FF [07:49:03.972,987] [NPISRVR/MAIN] PKT_HEX: [SOCZIGB<<NPISRVR ] [send] 02:25:3E:FF:FF ERR:: Input/output error [ERR] npi_ipc_errno 0x02030100 Exit socket while loop [07:49:05.979,918] [Z_STACK/MAIN] ERROR : SRSP Cond Wait timed out! [07:49:05.980,327] [Z_STACK/MAIN] ERROR : apicSendSynchData() failed getting re sponse [07:49:05.980,477] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 01:2F:09:00 [07:49:07.981,368] [Z_STACK/MAIN] ERROR : SRSP Cond Wait timed out! [07:49:07.981,775] [Z_STACK/MAIN] ERROR : apicSendSynchData() failed getting re sponse [07:49:07.981,928] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 01:2F:06:00 Startup phase 2 failed NPI_lnx_arm_server: no process found waiting for NPI to exit making sure there are no lingering servers... there are 0 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 0) done Executing reset from external scripts =================================================== starting NPI, cmd ' ./NPI_lnx_arm_server NPI_Gateway.cfg -v 0x0000010E ' on Sun Jul 26 07:49:12 UTC 2020 [07:49:12.532,248] [NPISRVR/MAIN] UNMSKBL: [07:49:12.534,016] [NPISRVR/MAIN] UNMSKBL: ************************************ ************ [07:49:12.534,116] [NPISRVR/MAIN] UNMSKBL: * NPI Server v1.0.2d * [07:49:12.534,146] [NPISRVR/MAIN] UNMSKBL: ************************************ ************ [07:49:12.534,169] [NPISRVR/MAIN] UNMSKBL: ^Ccaught SIGTERM, killing all the servers and cleaning up making sure there are no lingering servers... there are 1 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 1) there are 1 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 1) there are 1 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 1) there are 1 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 1) there are 0 NPI servers there are 0 ZLS servers there are 0 GATEWAY servers there are 0 NWKMGR servers there are 0 OTA servers (total 0) done terminating zigbeeHAGW (pid 3063) Killed debian@beaglebone:~/source/out/Precompiled/servers$
The complete building log is as followed:
debian@beaglebone:~/source$ sudo dos2unix setup.sh
dos2unix: converting file setup.sh to Unix format...
debian@beaglebone:~/source$ sudo chmod +x setup.sh
debian@beaglebone:~/source$ sudo ./setup.sh
******************* BEGIN SETUP! ********************
This setup script will:
- make all necessary scripts executable
- ensure necessary files have UNIX line endings
- remove prebuilt directories
- install Node Modules for Node.js Zigbee Gateway
- build Linux Zigbee Gateway
- extract Linux Zigbee Gateway binaries
*****************************************************
Entered /Projets/node Directory
Make the gateway scripts executable
SUCCESS - gateway scripts executable
/home/debian/source
Remove ERROR__out or out Directory if present
rm: cannot remove 'ERROR__out/': No such file or directory
Removed Previous built package.
Convert all files from dos2unix
dos2unix: converting file ./setup.sh to Unix format...
dos2unix: converting file ./Components/mt/MT_RPC.h to Unix format...
dos2unix: converting file ./Components/mt/MT.h to Unix format...
dos2unix: converting file ./Components/stack/sec/ssp.h to Unix format...
dos2unix: converting file ./Components/stack/sys/ZGlobals.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_lighting.h to Unix format.. .
dos2unix: converting file ./Components/stack/zcl/zcl_ss.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_green_power.c to Unix forma t...
dos2unix: converting file ./Components/stack/zcl/zcl_ezmode.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_green_power.h to Unix forma t...
dos2unix: converting file ./Components/stack/zcl/zcl_hvac.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl.c to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_general.h to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_hvac.c to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_poll_control.h to Unix form at...
dos2unix: converting file ./Components/stack/zcl/zcl_general.c to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_ss.c to Unix format...
dos2unix: converting file ./Components/stack/zcl/zcl_poll_control.c to Unix form at...
dos2unix: converting file ./Components/stack/zcl/zcl_closures.h to Unix format.. .
dos2unix: converting file ./Components/stack/zcl/zcl_lighting.c to Unix format.. .
dos2unix: converting file ./Components/stack/zcl/zcl_closures.c to Unix format.. .
dos2unix: converting file ./Components/stack/zdo/ZDObject.h to Unix format...
dos2unix: converting file ./Components/stack/zdo/ZDConfig.h to Unix format...
dos2unix: converting file ./Components/stack/zdo/ZDSecMgr.h to Unix format...
dos2unix: converting file ./Components/stack/zdo/ZDApp.h to Unix format...
dos2unix: converting file ./Components/stack/zdo/ZDProfile.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/NLMEDE.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/reflecttrack.h to Unix format.. .
dos2unix: converting file ./Components/stack/nwk/aps_groups.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/stub_aps.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/APSMEDE.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/APS.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/AssocList.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/nwk.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/BindingTable.h to Unix format.. .
dos2unix: converting file ./Components/stack/nwk/nwk_globals.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/nwk_util.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/rtg.h to Unix format...
dos2unix: converting file ./Components/stack/nwk/nwk_bufs.h to Unix format...
dos2unix: converting file ./Components/stack/gp/gp_common.h to Unix format...
dos2unix: converting file ./Components/stack/gp/gp_proxyTbl.c to Unix format...
dos2unix: converting file ./Components/stack/gp/gp_interface.h to Unix format...
dos2unix: converting file ./Components/stack/gp/cGP_stub.h to Unix format...
dos2unix: converting file ./Components/stack/gp/gp_common.c to Unix format...
dos2unix: converting file ./Components/stack/gp/dGP_stub.h to Unix format...
dos2unix: converting file ./Components/stack/af/AF.h to Unix format...
dos2unix: converting file ./Components/services/saddr/saddr.h to Unix format...
dos2unix: converting file ./Components/services/saddr/saddr.c to Unix format...
dos2unix: converting file ./Components/zmac/ZMAC.h to Unix format...
dos2unix: converting file ./Components/mac/include/mac_api.h to Unix format...
dos2unix: converting file ./Components/hal/include/hal_board.h to Unix format...
dos2unix: converting file ./Components/hal/include/hal_drivers.h to Unix format. ..
dos2unix: converting file ./Components/hal/include/hal_key.h to Unix format...
dos2unix: converting file ./Components/hal/include/hal_led.h to Unix format...
dos2unix: converting file ./Components/hal/include/hal_timer.h to Unix format...
dos2unix: converting file ./Components/hal/include/hal_uart.h to Unix format...
dos2unix: converting file ./build_all to Unix format...
dos2unix: converting file ./scripts/package_builder to Unix format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/trace.c to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/api_server.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/configparser.c to U nix format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/api_client.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/trace.h to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/api_lnx_ipc_rpc.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/hal_rpc.h to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/configparser.h to U nix format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/api_server.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/main.c to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/srvwrapper/api_client.c to Uni x format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/usbreset/project/usbreset .bin
dos2unix: converting file ./Projects/zstack/linux/usbreset/project/makefile to U nix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/usbreset/project/out/usbr eset.o
dos2unix: converting file ./Projects/zstack/linux/usbreset/source/usbreset.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/polling.c to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/polling.h to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/data_structures .h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/user_interface. c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/user_interface. h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/tcp_client.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/data_structures .c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/macros.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/macros.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/timer_utils.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/timer_utils.c t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/tcp_client.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/types.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/socket_interfac e.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/framework/socket_interfac e.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/attribute_engine. h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/device_list_engin e.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/network_info_engi ne.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/device_list_engin e.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/ota_engine.h to U nix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/group_scene_engin e.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/state_reflector.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/group_scene_engin e.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/network_info_engi ne.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/sensor_engine.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/attribute_engine. c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/actions_engine.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/system_engine.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/actions_engine.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/state_reflector.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/commissioning_eng ine.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/ota_engine.c to U nix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/sensor_engine.c t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/commissioning_eng ine.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/engines/system_engine.c t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/project/sample_app_ota.cf g to Unix format...
dos2unix: Binary symbol 0x1E found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/images/5678- 1234-BBBB0000.zigbee
dos2unix: Binary symbol 0x1E found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/images/5678- 1234-AAAA0000.zigbee
dos2unix: converting file ./Projects/zstack/linux/demo/project/makefile to Unix format...
dos2unix: converting file ./Projects/zstack/linux/demo/project/main.c to Unix fo rmat...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/main.bin
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/actions_ engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/device_l ist_engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/gateway_ pb_ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/user_int erface.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/otasrvr. pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/macros.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/gateway. pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/data_str uctures.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/attribut e_engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/network_ info_engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/nwkmgr.p b-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/sensor_e ngine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/polling. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/tcp_clie nt.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/pb_utils .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/nwkmgr_p b_ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/ota_engi ne.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/otasrvr_ pb_ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/commissi oning_engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/configpa rser.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/socket_i nterface.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/state_re flector.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/timer_ut ils.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/group_sc ene_engine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/system_e ngine.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/demo/project/out/trace.o
dos2unix: converting file ./Projects/zstack/linux/srvepconfig/serverep.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/srvepconfig/serverep.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/common/hal_types.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/common/npi_lnx.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/common/npi_lnx_error.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/common/hal_rpc.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/common/npi_lnx_ipc_rpc.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_gpio.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_i2c.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_i2c.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_ipc.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_uart.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_uart.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_spi.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_gpio.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_spi.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/hal_spi.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/aic.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_i2c.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_i2c.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/ipclib/server/npi_lnx_spi.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/makefile to Unix format...
dos2unix: converting file ./Projects/zstack/linux/RemoTI-Linux-master/Projects/t ools/LinuxHost/NPI_Gateway.cfg to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/hal_i2c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/npi_lnx_i2c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/npi_lnx_spi.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/npi_lnx_ipc.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/hal_spi.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/configparser.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/npi_lnx_uart.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/trace.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/hal_gpio.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/RemoTI-Linux-master/Proje cts/tools/LinuxHost/out/NPI_lnx_arm_server
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/osal_zstack_se rver_znp.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/znp_zdo.c to U nix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/f8wConfig.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/znp_misc.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/zstack_pb_ctrl .c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/zstack_pb_ctrl .h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/config.ini to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/Makefile to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/zstackserverznp/znp_af.c to Un ix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/ZLSZNP_ar m
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/znp_m isc.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/OnBoa rd.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/zstac kpb.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/main. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/zmain .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/OSAL. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/saddr .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/znp_a f.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/osal_ zstack_server_znp.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/zstac k_pb_ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/pb_ut ils.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/hal_t imer.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/zstac k.pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/api_c lient.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/confi gparser.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/api_s erver.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/OSAL_ Timers.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/OSAL_ PwrMgr.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/ZLSZN P_arm
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/znp_z do.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/OSAL_ Memory.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/zstackserverznp/out/trace .o
dos2unix: converting file ./Projects/zstack/linux/zmac/zmac_internal.h to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/protobuf-c/include/google/prot obuf-c/protobuf-c.h to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/protobuf-c/lib/arm/libpro tobuf-c.so.1.0.0
dos2unix: converting file ./Projects/zstack/linux/protobuf-c/lib/arm/pkgconfig/l ibprotobuf-c.pc to Unix format...
dos2unix: converting file ./Projects/zstack/linux/protobuf-c/lib/arm/libprotobuf -c.la to Unix format...
dos2unix: Binary symbol 0x00 found at line 3
dos2unix: Skipping binary file ./Projects/zstack/linux/protobuf-c/lib/arm/libpro tobuf-c.a
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/protobuf-c/lib/x86/libpro tobuf-c.so.1.0.0
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/protobuf-c/lib/x86/libpro tobuf-c.so
dos2unix: Binary symbol 0x00 found at line 3
dos2unix: Skipping binary file ./Projects/zstack/linux/protobuf-c/lib/x86/libpro tobuf-c.a
dos2unix: converting file ./Projects/zstack/linux/zstackpb/zstackpb.c to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/zstackpb/zstack.pb-c.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/zstackpb/zstackpb.h to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/zstackpb/zstack.pb-c.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/gatewayp2p.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/server_pb_ctrl.c to U nix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/server.pb-c.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/gatewayp2p.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/server.pb-c.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/serverpb/server_pb_ctrl.h to U nix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/aps_groups.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr.h to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/zcl_otaserver_lnx.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/zcl_ota.h to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr.pb-c.c to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/OtaServer.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/ota_common.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/OtaServer_db.h to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/OtaServer.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/zcl_ota.c to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr.c to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr_pb_ctrl.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/zcl_port.c to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otaserver.ini to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/ota_sample_images/Re adme.txt to Unix format...
dos2unix: Binary symbol 0x1E found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/ota_sample_imag es/5678-1234-0000AAAA.zigbee
dos2unix: Binary symbol 0x1E found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/ota_sample_imag es/5678-1234-0000BBBB.zigbee
dos2unix: converting file ./Projects/zstack/linux/otaserver/Makefile to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/otaserver/utils.h to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr.pb-c.h to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/OtaServer_db.c to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/otaserver/otasrvr_pb_ctrl.c to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/ota_common. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zcl_ota.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/server.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/OtaServer_d b.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/otasrvr.pb- c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zcl_general .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/SimpleDB.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zcl_otaserv er_lnx.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/SimpleDBTxt .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zcl_port.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/nwkmgr.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/otasrvr.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zstack_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/pb_utils.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zcl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/server_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/zstack.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/nwkmgr_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/otasrvr_pb_ ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/api_client. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/configparse r.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/OTA_SRVR_ar m
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/api_server. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/OtaServer.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/gatewayp2p. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/otaserver/out/trace.o
dos2unix: converting file ./Projects/zstack/linux/hagateway/gatewayservices.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/aps_groups.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway_pb_ctrl.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway.pb-c.c to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gatewaysrvr.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gatewaysrvr.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/zcl_port.h to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/hagateway/zcl_ha.h to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway_pb_ctrl.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/zcl_port.c to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/hagateway/Makefile to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway_config.tlg t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway_config.ini t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gatewayservices.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/aps_groups.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway.pb-c.h to Un ix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gateway_pb_ ctrl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/server.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gp_common.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gatewaysrvr .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gp_proxyTbl .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/GATEWAY_SRV R_arm
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_general .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_lightin g.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_hvac.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/aps_groups. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_poll_co ntrol.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gateway.pb- c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_port.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/nwkmgr.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/serverep.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zstack_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_closure s.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/pb_utils.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/server_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zstack.pb-c .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/nwkmgr_pb_c trl.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/api_client. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/configparse r.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/api_server. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gatewayserv ices.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_green_p ower.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/gatewayp2p. o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/trace.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/hagateway/out/zcl_ss.o
dos2unix: converting file ./Projects/zstack/linux/hagateway/gateway.proto to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/bbb_usbreset/project/makefile to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/bbb_usbreset/project/out/ bbb_usbreset.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/bbb_usbreset/project/bbb_ usbreset.bin
dos2unix: converting file ./Projects/zstack/linux/bbb_usbreset/source/bbb_usbres et.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/hal/hal_mcu.h to Unix format.. .
dos2unix: converting file ./Projects/zstack/linux/hal/hal_types.h to Unix format ...
dos2unix: converting file ./Projects/zstack/linux/hal/hal_defs.h to Unix format. ..
dos2unix: converting file ./Projects/zstack/linux/hal/hal_board_cfg.h to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/hal/hal_timer.c to Unix format ...
dos2unix: converting file ./Projects/zstack/linux/sdb/SimpleDBTxt.h to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/sdb/SimpleDB.h to Unix format. ..
dos2unix: converting file ./Projects/zstack/linux/sdb/SimpleDB.c to Unix format. ..
dos2unix: converting file ./Projects/zstack/linux/sdb/SimpleDBTxt.c to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/scripts/package_builder_expect ed_content_RUNTIME_x86.txt to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/track_server s to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/reset/bbb/so c_reset_hold to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/reset/bbb/so c_reset_release to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/reset/soc_re set_hold to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/reset/soc_re set_release to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/hagateway/zigbeeHAgw t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/sample_app/start_appli cation to Unix format...
dos2unix: converting file ./Projects/zstack/linux/scripts/package_builder_expect ed_content_RUNTIME_arm.txt to Unix format...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/deviceTypes.h to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/ccxxxxdnld.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/ccxxxxdnld.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/sblUart.c to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/Makefile to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/main.c to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/cc-rom-sbl/sblUart.h to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrp2p.c to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/aps_groups.h to Unix fo rmat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrservices.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgr.pb-c.c to Unix f ormat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/zcl_ha.h to Unix format ...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrdatabase.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgr_pb_ctrl.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrsrv.h to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrp2p.h to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/Makefile to Unix format ...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrsrv.c to Unix for mat...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrservices.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgr.pb-c.h to Unix f ormat...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/server.pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgrsrv.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgrdatabase .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgrp2p.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/SimpleDB.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/SimpleDBTxt.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgr.pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/serverep.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgrservices .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/zstack_pb_ctrl .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/pb_utils.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/server_pb_ctrl .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/zstack.pb-c.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/nwkmgr_pb_ctrl .o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/NWKMGR_SRVR_ar m
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/api_client.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/configparser.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/api_server.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/nwkmgr/out/trace.o
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgrdatabase.c to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgr_config.ini to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/nwkmgr/nwkmgr_pb_ctrl.h to Uni x format...
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/Source/zbSocTransport Uart.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/Source/zbSocTransport Uart.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/Source/zbSocCmd.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/Source/zbSocCmd.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/Source/main.c to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/sbl_tool/project/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/sbl_tool/project/zbSocCmd .o
dos2unix: converting file ./Projects/zstack/linux/sbl_tool/project/Makefile to U nix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/sbl_tool/project/sbl_tool .bin
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/sbl_tool/project/zbSocTra nsportUart.o
dos2unix: converting file ./Projects/zstack/linux/source/pb_utils.c to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/source/pb_utils.h to Unix form at...
dos2unix: converting file ./Projects/zstack/linux/source/OnBoard.h to Unix forma t...
dos2unix: converting file ./Projects/zstack/linux/source/OnBoard.c to Unix forma t...
dos2unix: converting file ./Projects/zstack/linux/source/zmain.c to Unix format. ..
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/Source/ zbSocTransportUart.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/Source/ zbSocTransportUart.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/Source/ zbSocCmd.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/Source/ zbSocCmd.c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/Source/ main.c to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/version_query_minitool/pr oject/main.o
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/version_query_minitool/pr oject/zbSocCmd.o
dos2unix: converting file ./Projects/zstack/linux/version_query_minitool/project /Makefile to Unix format...
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/version_query_minitool/pr oject/gw_soc_fw_version_query.bin
dos2unix: Binary symbol 0x01 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/version_query_minitool/pr oject/zbSocTransportUart.o
dos2unix: converting file ./Projects/zstack/linux/soc_images/CC2531_USB_Dongle/C C2531-GW-ZNP_39203_sbl39186.hex to Unix format...
dos2unix: Binary symbol 0x02 found at line 1
dos2unix: Skipping binary file ./Projects/zstack/linux/soc_images/CC2531_USB_Don gle/CC2531-GW-ZNP_39203.bin
dos2unix: converting file ./Projects/zstack/linux/linux_osal/common/OSAL.c to Un ix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/common/OSAL_Timers. c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/common/OSAL_PwrMgr. c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/common/OSAL_Memory. c to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/saddr.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL_PwrMgr .h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/comdef.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL_Tasks. h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/ZComDef.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL_Nv.h t o Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/sdata.h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL_Timers .h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL_Memory .h to Unix format...
dos2unix: converting file ./Projects/zstack/linux/linux_osal/include/OSAL.h to U nix format...
dos2unix: converting file ./Projects/zstack/OTA/Source/ota_common.h to Unix form at...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/package.json to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/README.md to Unix for mat...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /webapp.html to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /zb_lib.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /webapp.js to Unix format...
dos2unix: Binary symbol 0x1A found at line 2
dos2unix: Skipping binary file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/p ublic/dist/img/lock.png
dos2unix: Binary symbol 0x1A found at line 2
dos2unix: Skipping binary file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/p ublic/dist/img/light_off.png
dos2unix: Binary symbol 0x1A found at line 2
dos2unix: Skipping binary file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/p ublic/dist/img/light_on.png
dos2unix: Binary symbol 0x1A found at line 2
dos2unix: Skipping binary file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/p ublic/dist/img/unlock.png
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-grid.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-grid.min.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-grid.min.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/slider.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap.min.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-reboot.min.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap.min.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-reboot.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-grid.css to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-reboot.min.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/css/bootstrap-reboot.css.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/jquery/jquery-1.12.0.min.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.bundle.js.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.bundle.min.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/popper.min.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/Chart.min.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.min.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.js.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.min.js.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.bundle.min.js.map to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/public /dist/js/bootstrap.bundle.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/cloudWebServer/cloudW ebServer.js to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/.project to Unix form at...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/.cfignore to Unix for mat...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/README.html to Unix f ormat...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/manifest.yml to Unix format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/ibmConfig.json to Uni x format...
dos2unix: converting file ./Projects/cloud_apps/ibm-webapp/app.js to Unix format ...
dos2unix: converting file ./Projects/node/README.md to Unix format...
dos2unix: converting file ./Projects/node/end.sh to Unix format...
dos2unix: converting file ./Projects/node/start_gateway.sh to Unix format...
dos2unix: converting file ./Projects/node/start_ibm.sh to Unix format...
dos2unix: converting file ./Projects/node/start_local.sh to Unix format...
dos2unix: converting file ./Projects/node/README.html to Unix format...
SUCCESS: Converted Scripts to Unix Line endings
Entered /Projets/node/nodejs_zb_gateway Directory
Installing Node Modules
npm WARN nodejs_zb_gateway@1.0.0 No repository field.
SUCCESS: Installed all Node Modules Successfully
/home/debian/source
Make build_all executable
SUCCESS: build_all script is now executable
Make scripts/ executable
SUCCESS: scripts/ folder is now executable
Run ./build_all
./package_builder: line 22: svnversion: command not found
SVN Version =
Main project\'s base directory: GATEWAY=/home/debian/source (leave blank to use the detault)
Project output subdirectory: PKGS_OUTPUT_DIR=/home/debian/source/out (leave blan k to use the detault)
Building RUNTIME package for BEAGLEBONE_BLACK platform
********************************************************
Cleaning all
if test -d out; then rm -rf out; fi
rm -f project_file_list.txt
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING SERVER FOR ARM BEAGLE BONE
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/RemoTI-Li nux-master/Projects/tools/LinuxHost'
Compiling ipclib/server/npi_lnx_ipc.c ...
Compiling ipclib/server/npi_lnx_uart.c ...
Compiling ipclib/server/npi_lnx_spi.c ...
Compiling ipclib/server/npi_lnx_i2c.c ...
Compiling ipclib/server/hal_gpio.c ...
Compiling ipclib/server/hal_i2c.c ...
Compiling ../../../../srvwrapper/trace.c ...
Compiling ipclib/server/hal_spi.c ...
Compiling ../../../../srvwrapper/configparser.c ...
Building target out/NPI_lnx_arm_server ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/RemoTI-Lin ux-master/Projects/tools/LinuxHost'
Cleaning up out/*
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/zstackser verznp'
Compiling osal_zstack_server_znp.c ...
Compiling ../source/zmain.c ...
Compiling znp_af.c ...
Compiling znp_misc.c ...
Compiling znp_zdo.c ...
Compiling ../zstackpb/zstack.pb-c.c ...
Compiling ../zstackpb/zstackpb.c ...
Compiling ../srvwrapper/api_client.c ...
Compiling ../srvwrapper/trace.c ...
Compiling ../srvwrapper/main.c ...
Compiling ../srvwrapper/api_server.c ...
Compiling ../srvwrapper/configparser.c ...
Compiling ../linux_osal/common/OSAL_Memory.c ...
Compiling ../linux_osal/common/OSAL_PwrMgr.c ...
Compiling ../linux_osal/common/OSAL_Timers.c ...
Compiling ../linux_osal/common/OSAL.c ...
Compiling ../../../../Components/services/saddr/saddr.c ...
Compiling ../source/OnBoard.c ...
Compiling ../hal/hal_timer.c ...
Compiling ../source/pb_utils.c ...
Compiling ../zstackserverznp/zstack_pb_ctrl.c ...
Building target ZLSZNP_arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/zstackserv erznp'
********************************************************
Cleaning all
if test -d out; then rm -rf out; fi
/bin/rm -f project_file_list.txt
/bin/rm -f actual_standard_project_file_list.txt
/bin/rm -f actual_specific_project_file_list.txt
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/nwkmgr'
Compiling ../srvepconfig/serverep.c ...
Compiling nwkmgrsrv.c ...
Compiling nwkmgrdatabase.c ...
Compiling ../srvwrapper/trace.c ...
Compiling ../sdb/SimpleDB.c ...
Compiling ../sdb/SimpleDBTxt.c ...
Compiling nwkmgrservices.c ...
Compiling nwkmgrp2p.c ...
Compiling nwkmgr.pb-c.c ...
Compiling ../zstackpb/zstack.pb-c.c ...
Compiling ../serverpb/server.pb-c.c ...
Compiling ../srvwrapper/api_client.c ...
Compiling ../srvwrapper/main.c ...
Compiling ../srvwrapper/api_server.c ...
Compiling ../srvwrapper/configparser.c ...
Compiling ../source/pb_utils.c ...
Compiling ../zstackserverznp/zstack_pb_ctrl.c ...
Compiling ../nwkmgr/nwkmgr_pb_ctrl.c ...
Compiling ../serverpb/server_pb_ctrl.c ...
Building target out/NWKMGR_SRVR_arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/nwkmgr'
********************************************************
Cleaning all
if test -d out; then rm -rf out; fi
/bin/rm -f project_file_list.txt
/bin/rm -f actual_specific_project_file_list.txt
/bin/rm -f actual_standard_project_file_list.txt
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/hagateway '
Compiling ../srvepconfig/serverep.c ...
Compiling gatewaysrvr.c ...
Compiling ../srvwrapper/trace.c ...
Compiling gatewayservices.c ...
Compiling ../serverpb/gatewayp2p.c ...
Compiling gateway.pb-c.c ...
Compiling ../zstackpb/zstack.pb-c.c ...
Compiling ../serverpb/server.pb-c.c ...
Compiling ../srvwrapper/api_client.c ...
Compiling ../srvwrapper/main.c ...
Compiling ../srvwrapper/api_server.c ...
Compiling ../srvwrapper/configparser.c ...
Compiling ../../../../Components/stack/gp/gp_common.c ...
Compiling ../../../../Components/stack/gp/gp_proxyTbl.c ...
Compiling ../../../../Components/stack/zcl/zcl_green_power.c ...
Compiling ../../../../Components/stack/zcl/zcl_general.c ...
Compiling ../../../../Components/stack/zcl/zcl_poll_control.c ...
Compiling ../../../../Components/stack/zcl/zcl_lighting.c ...
Compiling ../../../../Components/stack/zcl/zcl_closures.c ...
Compiling ../../../../Components/stack/zcl/zcl_hvac.c ...
Compiling ../../../../Components/stack/zcl/zcl_ss.c ...
Compiling ../../../../Components/stack/zcl/zcl.c ...
Compiling aps_groups.c ...
Compiling zcl_port.c ...
Compiling ../source/pb_utils.c ...
Compiling ../zstackserverznp/zstack_pb_ctrl.c ...
Compiling ../hagateway/gateway_pb_ctrl.c ...
Compiling ../nwkmgr/nwkmgr_pb_ctrl.c ...
Compiling ../serverpb/server_pb_ctrl.c ...
Compiling ../nwkmgr/nwkmgr.pb-c.c ...
Building target out/GATEWAY_SRVR_arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/hagateway'
********************************************************
Cleaning all
if test -d out; then rm -rf out; fi
/bin/rm -f project_file_list.txt
/bin/rm -f actual_specific_project_file_list.txt
/bin/rm -f actual_standard_project_file_list.txt
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/otaserver '
Compiling ../zstackpb/zstack.pb-c.c ...
Compiling ../../../../Components/stack/zcl/zcl_general.c ...
Compiling ../../../../Components/stack/zcl/zcl.c ...
Compiling zcl_ota.c ...
Compiling ../srvwrapper/api_client.c ...
Compiling ../srvwrapper/api_server.c ...
Compiling ../srvwrapper/main.c ...
Compiling zcl_otaserver_lnx.c ...
Compiling OtaServer.c ...
Compiling OtaServer_db.c ...
Compiling ../sdb/SimpleDB.c ...
Compiling ../sdb/SimpleDBTxt.c ...
Compiling ../srvwrapper/configparser.c ...
Compiling ota_common.c ...
Compiling otasrvr.c ...
Compiling otasrvr.pb-c.c ...
Compiling ../serverpb/server.pb-c.c ...
Compiling ../srvwrapper/trace.c ...
Compiling ../serverpb/gatewayp2p.c ...
Compiling zcl_port.c ...
Compiling ../source/pb_utils.c ...
Compiling ../zstackserverznp/zstack_pb_ctrl.c ...
Compiling ../otaserver/otasrvr_pb_ctrl.c ...
Compiling ../nwkmgr/nwkmgr_pb_ctrl.c ...
Compiling ../serverpb/server_pb_ctrl.c ...
Compiling ../nwkmgr/nwkmgr.pb-c.c ...
Building target out/OTA_SRVR_arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/otaserver'
********************************************************
Cleaning up ./out/*
if test -d ./out; then rm -rf ./out; fi
rm -f main.bin
rm -f project_file_list.txt
********************************************************
Check existance of output folder
if test ! -d ./out; then mkdir ./out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/demo/proj ect'
Compiling main.c ...
Compiling ../framework/polling.c ...
Compiling ../framework/timer_utils.c ...
Compiling ../framework/socket_interface.c ...
Compiling ../framework/tcp_client.c ...
Compiling ../framework/user_interface.c ...
Compiling ../framework/data_structures.c ...
Compiling ../engines/network_info_engine.c ...
Compiling ../engines/device_list_engine.c ...
Compiling ../engines/sensor_engine.c ...
Compiling ../engines/state_reflector.c ...
Compiling ../engines/attribute_engine.c ...
Compiling ../engines/actions_engine.c ...
Compiling ../engines/commissioning_engine.c ...
Compiling ../engines/system_engine.c ...
Compiling ../engines/ota_engine.c ...
Compiling ../../nwkmgr/nwkmgr.pb-c.c ...
Compiling ../../hagateway/gateway.pb-c.c ...
Compiling ../../otaserver/otasrvr.pb-c.c ...
Compiling ../engines/group_scene_engine.c ...
Compiling ../framework/macros.c ...
Compiling ../../source/pb_utils.c ...
Compiling ../../nwkmgr/nwkmgr_pb_ctrl.c ...
Compiling ../../hagateway/gateway_pb_ctrl.c ...
Compiling ../../otaserver/otasrvr_pb_ctrl.c ...
Compiling ../../srvwrapper/trace.c ...
In file included from ../../srvwrapper/trace.c:52:0:
../../srvwrapper/trace.c: In function ‘trace_init_thread’:
../../srvwrapper/trace.h:198:44: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#define PTHREAD_SETSPECIFIC(A,B) ((A) = (B), 0)
~~~~~~~~~~^~~~
../../srvwrapper/trace.c:187:3: note: in expansion of macro ‘PTHREAD_SETSPECIFIC ’
PTHREAD_SETSPECIFIC(thread_name_key, NULL);
^~~~~~~~~~~~~~~~~~~
Compiling ../../srvwrapper/configparser.c ...
Building main.bin for arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/demo/proje ct'
rm -rf *.o sbl_tool.bin
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o main.o ../Source/main.c
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o zbSocCmd.o ../Source/zbSocCmd.c
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o zbSocTransportUart.o ../Source/zbSocTransportUart.c
********************************************************
Compiler: arm-linux-gnueabihf-gcc
Target platform: arm
********************************************************
Building sbl_tool.bin ...
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" main.o zbSocCmd.o zbSocTran sportUart.o -L.../usr/lib/ -o sbl_tool.bin
********************************************************
rm -rf *.o gw_soc_fw_version_query.bin
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o main.o ../Source/main.c
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o zbSocCmd.o ../Source/zbSocCmd.c
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_ SPI -c -o zbSocTransportUart.o ../Source/zbSocTransportUart.c
********************************************************
Compiler: arm-linux-gnueabihf-gcc
Target platform: arm
********************************************************
Building gw_soc_fw_version_query.bin ...
arm-linux-gnueabihf-gcc -Wall -DVERSION_NUMBER="0.1" main.o zbSocCmd.o zbSocTran sportUart.o -L.../usr/lib/ -o gw_soc_fw_version_query.bin
********************************************************
********************************************************
Cleaning up out/*
if test -d out; then rm -rf out; fi
/bin/rm -f usbreset.bin out/*
/bin/rm -f *project_file_list.txt
VPATH is .
********************************************************
Check existance of output folder
if test ! -d out; then mkdir out; fi
********************************************************
COMPILING APP FOR ARM
make[1]: Entering directory '/home/debian/source/Projects/zstack/linux/usbreset/ project'
/home/debian/source/Projects/zstack/linux/usbreset/project
Compiling ../source/usbreset.c ...
Building usbreset.bin for arm ...
********************************************************
make[1]: Leaving directory '/home/debian/source/Projects/zstack/linux/usbreset/p roject'
Package verification results:
ERROR: 1 warning(s) occured during make
diff /home/debian/source/out/content.txt /home/debian/source/out/expected_conten t.txt
OK: RUNTIME package for arm created Successfully
SUCCESS: build_all finished.
Entered Precompiled directory.
tar: ../Precompiled.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
app/
app/main.bin
misc/
misc/ota_sample_images/
misc/ota_sample_images/5678-1234-0000AAAA.zigbee
misc/ota_sample_images/5678-1234-0000BBBB.zigbee
misc/CC2531-GW-ZNP_39203.bin
protobuf/
protobuf/libprotobuf-c.so.1.0.0
servers/
servers/GATEWAY_SRVR_arm
servers/sample_app_ota.cfg
servers/track_servers
servers/config.ini
servers/NPI_Gateway.cfg
servers/start_application
servers/zigbeeHAgw
servers/NWKMGR_SRVR_arm
servers/gateway_config.tlg
servers/OTA_SRVR_arm
servers/gateway_config.ini
servers/ZLSZNP_arm
servers/nwkmgr_config.ini
servers/NPI_lnx_arm_server
tools/
tools/soc_reset_hold
tools/usbreset.bin
tools/gw_soc_fw_version_query.bin
tools/sbl_tool.bin
tools/soc_reset_release
SUCCESS: Extracted binaries
Entered servers/ directory
Make apps exe, copy protobuf files
SUCCESS: Made servers and applications executable
SUCCESS: Made /tools/ folder executable
Copy Protobuf Files to /usr/lib directory
SUCCESS: Copied Protobuf Files
********** SETUP SUCCESSFUL! **********
--------- Getting Started Tips -----------
Navigate to Node Scripts ==> cd Projects/node
Start Linux Zigbee Gateway and Node.js Zigbee Local Gateway ==> sudo ./start_loc al.sh
Start Linux Zigbee Gateway and Node.js IBM Gateway ==> sudo ./start_ibm.sh
Start Linux Zigbee Gateway Only ==> sudo ./start_gateway.sh
Kill All Gateways ==> sudo ./end.sh
---------------------------------------------
debian@beaglebone:~/source$ cd ~/source/out/Precompiled/servers
debian@beaglebone:~/source/out/Precompiled/servers$ sudo ./zigbeeHAgw
Platform type selected automatically as bbb.
To override this selection, please stop this script, and then run it again,
specifying the desired platform type at the command line:
./zigbeeHAgw [help | bbb | x86 ]
running ./zigbeeHAgw on an ARM
done processing arguments, board type bbb, target arm
NPI is 'NPI_lnx_arm_server'
Zstack linux server is 'ZLSZNP_arm'
gateway server is 'GATEWAY_SRVR_arm'
network manager is 'NWKMGR_SRVR_arm'
OTA server is 'OTA_SRVR_arm'
Starting the ZigBee gateway subsystem
making sure there are no lingering servers...
there are 0 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 0)
done
Executing reset from external scripts
===================================================
starting NPI, cmd ' ./NPI_lnx_arm_server NPI_Gateway.cfg -v 0x0000010E ' on Sun Jul 26 07:48:58 UTC 2020
[07:48:58.704,572] [NPISRVR/MAIN] UNMSKBL:
[07:48:58.708,510] [NPISRVR/MAIN] UNMSKBL: ************************************ ************
[07:48:58.708,547] [NPISRVR/MAIN] UNMSKBL: * NPI Server v1.0.2d *
[07:48:58.708,570] [NPISRVR/MAIN] UNMSKBL: ************************************ ************
[07:48:58.708,592] [NPISRVR/MAIN] UNMSKBL:
Startup phase 1 completed successfully, server started (NPI_PID=3105) on Sun Jul 26 07:49:03 UTC 2020
===================================================
starting ZLSZNP, cmd ' ./ZLSZNP_arm 127.0.0.1:2533 config.ini -v 0x0000460E ' on Sun Jul 26 07:49:03 UTC 2020
[07:49:03.956,066] [Z_STACK/MAIN] UNMSKBL:
[07:49:03.959,473] [Z_STACK/MAIN] UNMSKBL: ************************************ ************
[07:49:03.960,436] [Z_STACK/MAIN] UNMSKBL: * ZStack Server for ZNP v1.0.2d *
[07:49:03.961,527] [Z_STACK/MAIN] UNMSKBL: ************************************ ************
[07:49:03.962,163] [Z_STACK/MAIN] UNMSKBL:
[07:49:03.965,074] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [AREQ] 08:5F:00:02:5A:5F:53:54:41:43:4B
[07:49:03.966,841] [NPISRVR/MAIN] PKT_HEX: New incoming connection from client Z _STACK (connection # 5)
[07:49:03.970,040] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 02:25:3E:FF:FF
[07:49:03.972,987] [NPISRVR/MAIN] PKT_HEX: [SOCZIGB<<NPISRVR ] [send] 02:25:3E:FF:FF
ERR:: Input/output error
[ERR] npi_ipc_errno 0x02030100
Exit socket while loop
[07:49:05.979,918] [Z_STACK/MAIN] ERROR : SRSP Cond Wait timed out!
[07:49:05.980,327] [Z_STACK/MAIN] ERROR : apicSendSynchData() failed getting re sponse
[07:49:05.980,477] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 01:2F:09:00
[07:49:07.981,368] [Z_STACK/MAIN] ERROR : SRSP Cond Wait timed out!
[07:49:07.981,775] [Z_STACK/MAIN] ERROR : apicSendSynchData() failed getting re sponse
[07:49:07.981,928] [Z_STACK/MAIN] PKTTYPE: [ NPISRVR<<Z_STACK ] [SREQ] 01:2F:06:00
Startup phase 2 failed
NPI_lnx_arm_server: no process found
waiting for NPI to exit
making sure there are no lingering servers...
there are 0 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 0)
done
Executing reset from external scripts
===================================================
starting NPI, cmd ' ./NPI_lnx_arm_server NPI_Gateway.cfg -v 0x0000010E ' on Sun Jul 26 07:49:12 UTC 2020
[07:49:12.532,248] [NPISRVR/MAIN] UNMSKBL:
[07:49:12.534,016] [NPISRVR/MAIN] UNMSKBL: ************************************ ************
[07:49:12.534,116] [NPISRVR/MAIN] UNMSKBL: * NPI Server v1.0.2d *
[07:49:12.534,146] [NPISRVR/MAIN] UNMSKBL: ************************************ ************
[07:49:12.534,169] [NPISRVR/MAIN] UNMSKBL:
^Ccaught SIGTERM, killing all the servers and cleaning up
making sure there are no lingering servers...
there are 1 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 1)
there are 1 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 1)
there are 1 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 1)
there are 1 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 1)
there are 0 NPI servers
there are 0 ZLS servers
there are 0 GATEWAY servers
there are 0 NWKMGR servers
there are 0 OTA servers
(total 0)
done
terminating zigbeeHAGW (pid 3063)
Killed
debian@beaglebone:~/source/out/Precompiled/servers$