zigbeed - Zigbee Stack Daemon (EmberZNet 7.5.1)¶
Note: This builds EmberZNet 7.5.1 (EZSP 13). For EmberZNet 8.2.2 (EZSP 18), use
../zigbeed-8.2.2/instead (recommended).
Build script for zigbeed from Gecko SDK 4.5.0. Portable: works on x86_64, ARM64 (Raspberry Pi 4/5), ARM32.
Prerequisites¶
- Gecko SDK 4.5.0 installed via
1-Build-Environment/ - cpcd installed (provides libcpc)
Build and Install¶
./build_zigbeed.sh # Build and install to /usr/local/bin
./build_zigbeed.sh clean # Clean build directory
Architecture Support¶
| Architecture | uname -m |
SDK libs |
|---|---|---|
| PC 64-bit | x86_64 | x86-64 |
| Raspberry Pi 4/5 64-bit | aarch64 | arm64v8 |
| Raspberry Pi 32-bit | armv7l | arm32v7 |
The script auto-detects your architecture.