FW update instruction and firmware for first zigbee hardware
This commit is contained in:
parent
809609ec77
commit
1f2f121ee2
16
README.md
16
README.md
@ -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
|
||||||
|
```
|
||||||
|
|||||||
BIN
firmware/zbdonglee_zigbee_ncp_8.0.2.0_sw_flow_115200.gbl
Normal file
BIN
firmware/zbdonglee_zigbee_ncp_8.0.2.0_sw_flow_115200.gbl
Normal file
Binary file not shown.
1
raspi.gbl
Symbolic link
1
raspi.gbl
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
firmware/zbdonglee_zigbee_ncp_8.0.2.0_sw_flow_115200.gbl
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
universal-silabs-flasher
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user