Bug 266380 - new port: comms/py-elelabs-zigbee-ezsp-utility: Elelabs Firmware Update Utility
Summary: new port: comms/py-elelabs-zigbee-ezsp-utility: Elelabs Firmware Update Utility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-12 11:59 UTC by Ivan Rozhuk
Modified: 2022-09-12 16:44 UTC (History)
1 user (show)

See Also:


Attachments
patch (5.31 KB, patch)
2022-09-12 11:59 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2022-09-12 11:59:33 UTC
Created attachment 236516 [details]
patch

The Elelabs Firmware Update Utility is a basic Python 3 script to flash
the the firmware inside a range of Elelabs Zigbee and Thread products to
a newer version.

Currently sold supported products based on Silicon Labs microcontrollers:
    Elelabs Zigbee Raspberry Pi Shield ELR023 (EFR32MG13P)
    Elelabs Zigbee USB Adapter ELU013 (EFR32MG13P)

Previously sold supported products based on Silicon Labs microcontrollers:
    Elelabs Zigbee Raspberry Pi Shield ELR022 (EFR32MG1B)
    Elelabs Zigbee USB Adapter ELU012 (EFR32MG1B)
    Elelabs Zigbee Raspberry Pi Shield EZBPIS (EM357)
    Elelabs Zigbee USB Adapter EZBUSBA (EM357)

Disclaimer: This utility should also work with other generic EZSP
(EmberZNet Serial Protocol) or Spinel (Openthread Serial Protocol) based
adapters and modules from other vendors, however firmwares for products
not from Elelabs are not provided here and there is no guarantees that
it will work with non-Elelabs products. Be wanted that you may void your
warranty and even brick your adapter if the firmware update is not
supported by your mnaufacturer.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-09-12 16:44:21 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-12 16:44:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f1b354e3c834448592d58a3f1f4433f8305b6ef

commit 7f1b354e3c834448592d58a3f1f4433f8305b6ef
Author:     Rozhuk Ivan <rozhuk.im@gmail.com>
AuthorDate: 2022-09-12 00:16:27 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-09-12 16:44:02 +0000

    comms/py-elelabs-zigbee-ezsp-utility: new port

    PR:     266380

 comms/Makefile                                     |  1 +
 .../py-elelabs-zigbee-ezsp-utility/Makefile (new)  | 47 ++++++++++++++++++++++
 .../py-elelabs-zigbee-ezsp-utility/distinfo (new)  |  3 ++
 .../py-elelabs-zigbee-ezsp-utility/pkg-descr (new) | 21 ++++++++++
 .../pkg-message (new)                              | 34 ++++++++++++++++
 5 files changed, 106 insertions(+)