# EmberZNet 8.2.2 now runs on the Lidl Silvercrest Gateway! #51
Replies: 11 comments 13 replies
|
Thanks, |
|
I have multiple issues with installation on Ubuntu 24.04.3 LTS I installed successfully RCP firmware on Lidl gateway. Building deps, cpcd and zigbeed is successfull. First trouble is with rcp-stack. After copying and starting the command systemd services are not created
If I try file from path Also some files in path /home/sipe/.config/rcp-stack/bin were copied manually, not automatically by script. Also others errors that I found and fixed manually First rcp-stackp up And after that socat service error. Maybe I missed some steps during the installation phase, appreciate your help and guide. Thank you. |
|
Thanks for the detailed report! The issue is that Quick fix: Run the script directly from the cloned repo instead: A/ Clone the repo (if not already done) B/ Run rcp-stack from its directory
Or add an alias to your The first rcp-stack up will:
Let me know if that fixes your problem. I have updated the guide to clarify this. Thanks for pointing it out! |
|
Looks like there is rcp-check-command missing systemd/user/zigbeed.service rcp-stack up is failing cpcd seems to start fine I think issue is within zigbeed.service I don't see rcp-check-command in repo. Thank you for assistance to resolve this. |
|
is ti possible whole stack run inside system? isn't RTL8196E powerful enough to handle this task alone? |
|
rcp-stack up now started successfully but zigbeed service fails due to configuration missing |
|
I found a small problem when I first ran “rcp-stack up” from inside the local git clone. That helped. |
|
@stream2me @sipe @psolyca @geduxas — and anyone else following this thread — how's it going on your side? Does |
|
Another problem found. Finally i'm now able to restart the System and Z2M will start up again. |
|
Hey @stream2me, Thanks again for PR #55 — the I just pushed a follow-up commit ( Build scripts (
Dockerfile / install_deps.sh:
Docker image (
Docs & minor:
All your fixes (unbound variable, Would you be able to pull and test on your side? Especially: git pull
./build_cpcd.sh --local # or --deb
./build_zigbeed.sh --local # or --debLet me know if anything breaks! |
|
Updated my local fork with your commits. ./build_cpcd.sh --local: --deb is also working. Same for zigbeed: So everything seems to be fine. I also tried |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Despite Silicon Labs dropping Series 1 support in EmberZNet 8.x, we found a workaround using the RCP architecture: the Zigbee stack runs on a Linux host via cpcd + zigbeed, while the gateway's EFR32 chip handles only the radio layer.
Result: EZSP 18 / EmberZNet 8.2.2 on a Series 1 chip.
See the full guide: EMBERZNET-8.x-GUIDE.md
🐳 Docker Stack Now Available
For those who don't want to compile cpcd and zigbeed from source, a ready-to-use Docker stack is now available:
Features:
Quick start:
Web UI available at
http://localhost:8080after ~60 seconds.📦 Image:
ghcr.io/jnilo1/cpcd-zigbeed:latestSee the full RCP-UART-HW Docker documentation.
All reactions