This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-CC2652RB: build zigbee gateway on rasberi pi 3b

Part Number: LP-CC2652RB

Hi,

I am trying to build zigbee linux gateway on rasbery pi 3b with Raspberry Pi OS and  kernal version  5.10.17.The steps followed are below : 

  1. Raspberry-Pi Setup:

Set-up the Raspberry pi 3b model with Raspberry Pi OS with  kernel version is 5.10.17
Update and upgrade all packages.

    • sudo apt-get update
    • sudo apt-get upgrade
    • Install killall tools.
    • sudo apt-get install psmisc
    • Install dos2unix package
    • sudo apt-get install dos2unix

Ensure that the source/scripts/package_builder script has TARGET_PLATFORM set to "BEAGLEBONE_BLACK" (ie. export TARGET_PLATFORM="BEAGLEBONE_BLACK") .

    • sudo apt-get install autoconf automake libtool curl make g++ unzip
    • apt-get install protobuf-c-compiler
    • Download protobuf-all-3.14.0.zip file from “github.com/.../releases”
    • cd protobuf
    • ./autogen.sh
    • ./configure
    • make
    • make check
    • sudo make install
    • sudo ldconfig # refresh shared library cache.

Gateway Setup: The following instructions will cover up the Zigbee Gateway project.

Using WinSCP, connect to the Raspberry-Pi.
Copy the source/ folder to the Raspberry-Pi home directory.
On the host, navigate to the source/ directory.
cd source/
Convert the setup script to Unix line endings and make executable. Then run the setup script. This will convert all necessary scripts to Unix line endings, will delete (if applicable) and rebuild the source Linux Gateway code, extract binaries, make files executable and install all Node Modules:

  • sudo dos2unix setup.sh
  • sudo chmod +x setup.sh
  • sudo ./setup.sh

After this i am getting getting error during build. Attached the build log for your reference.RasberiPi_Build_Log.txt