banksy-git / lidl-gateway-freedom

Freeing the Silvercrest (Lidl/Tuya) Smart Home Gateway from the cloud.
https://paulbanks.org/projects/lidl-zigbee/
GNU General Public License v3.0
206 stars 66 forks source link

Segmentation fault #24

Closed allertman closed 1 year ago

allertman commented 1 year ago

I just purchased a Silvercreast zigbee GW board rev 1.0.2.7. I sucessfully gained root access. The GW is not exposing port 8888 on my Network though.

When running the serialgateway on my Silvercreast zigbee GW board rev 1.0.2.7 :

./serialgateway

I get this error: Segmentation fault

Any ideas/tips how to proceed? Unfortunately I dont know how to build the serialgateway SW myself, I am not advanced enough in Linux nor C++...

allertman commented 1 year ago

I dit some more reading and came accross this: Use CMD.EXE: type .\serialgateway.bin | ssh root@192.168.178.126 "cat >/tuya/serialgateway"

I used Powershell before and it did not work!