Closed Necroneco closed 8 months ago
Hello, I updated the latest modified firmware, but it still shows an update.
It sometimes fail on the zigbee update. Try to manual update zigbee fw.
Emm, how to manual update zigbee fw?
cd /tmp && wget -O /tmp/curl "http://master.dl.sourceforge.net/project/aqarahub/binutils/curl?viasf=1" && chmod a+x /tmp/curl
/tmp/curl -s -k -L -o /tmp/coor.bin https://raw.githubusercontent.com/niceboygithub/AqaraCameraHubfw/main/original/E1/4.0.4_0006_4.1.0_0003/Network-Co-Processor.ota
md5sum /tmp/coor.bin
zigbee_msnger zgb_ota /tmp/coor.bin
cd /tmp && wget -O /tmp/curl "http://master.dl.sourceforge.net/project/aqarahub/binutils/curl?viasf=1" && chmod a+x /tmp/curl /tmp/curl -s -k -L -o /tmp/coor.bin https://raw.githubusercontent.com/niceboygithub/AqaraCameraHubfw/main/original/E1/4.0.4_0006_4.1.0_0003/Network-Co-Processor.ota md5sum /tmp/coor.bin zigbee_msnger zgb_ota /tmp/coor.bin
Success! Thank you!
Thanks~~