electrolama / zoe

Zigbee and PoE dev kit w/ RTC for Raspberry Pi
Other
5 stars 1 forks source link

[REQUEST] Test zoe firmware read/backup and upgrade/write with zigpy-znp #4

Closed Hedda closed 4 years ago

Hedda commented 4 years ago

@omerk could you maybe test zoe firmware read/backup and upgrade/write with zigpy-znp? As per:

@puddly has implemented ability to upgrade Zigbee coordinator firmware on adapters in zigpy-znp

ip install zigpy-znp
$ python -m zigpy_znp.tools.flash_read /dev/serial/by-id/radio -o flash.bin
$ python -m zigpy_znp.tools.flash_write /dev/serial/by-id/radio -i flash.bin
Hedda commented 4 years ago

Apparently zigpy-znp can not be used for CC13xx, CC2538 and CC26xx SoCs since using a other serial boot loader with a different interface, but instead can use cc2538-bsl python script by JelmerT