FW update instruction and firmware for first zigbee hardware

This commit is contained in:
Dirk Alders 2025-11-09 15:57:35 +01:00
parent 809609ec77
commit 1f2f121ee2
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# zigbee_firmware # Update Zigbee Firmware
Update Zigbee Firmware ## Find your device
```
smarthome@raspi:/opt/smarthome/zigbee/cfg/zigbee_firmware $ ls -l /dev/serial/by-id/
total 0
lrwxrwxrwx 1 root root 13 Nov 9 14:30 usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_a028fc1bda12ef11be6d78b8bf9df066-if00-port0 -> ../../ttyUSB0
```
## Update your device
```
smarthome@raspi:/opt/smarthome/zigbee/cfg/zigbee_firmware $ mkvenv
smarthome@raspi:/opt/smarthome/zigbee/cfg/zigbee_firmware $ source venv/bin/activate
smarthome@raspi:/opt/smarthome/zigbee/cfg/zigbee_firmware $ universal-silabs-flasher --device /dev/ttyUSB0 flash --firmware ./raspi.gbl
```

1
raspi.gbl Symbolic link
View File

@ -0,0 +1 @@
firmware/zbdonglee_zigbee_ncp_8.0.2.0_sw_flow_115200.gbl

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
universal-silabs-flasher