Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

silabs-flasher: Bump firmwares to Gecko SDK 4.4.3 #3730

Merged
merged 4 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions silabs_flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0
- Update firmwares to EmberZNet 7.4.3
- Update universal-silabs-flasher to v0.0.22

## 0.2.3

- Upgrade to Alpine 3.19
Expand Down
2 changes: 1 addition & 1 deletion silabs_flasher/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build_from:
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.19
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.19
args:
UNIVERSAL_SILABS_FLASHER: 0.0.19
UNIVERSAL_SILABS_FLASHER: 0.0.22
2 changes: 1 addition & 1 deletion silabs_flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.2.3
version: 0.3.0
slug: silabs_flasher
name: Silicon Labs Flasher
description: Silicon Labs firmware flasher add-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if bashio::config.has_value 'firmware_url'; then
else
# Assume to run on Yellow if UART4 is mapped to ttyAMA1
if [ -d /sys/devices/platform/soc/fe201800.serial/tty/ttyAMA1 ] && [ "${device}" == "/dev/ttyAMA1" ]; then
firmware="NabuCasa_Yellow_EZSP_v7.3.1.0_PA32_ncp-uart-hw_115200.gbl"
firmware="yellow_ncp-uart-hw_7.4.3.0.gbl"
else
# Check device manufacturer/product information
usb_device_path=$(realpath /sys/class/tty/$(readlink /sys/class/tty/$(basename ${device}) | sed 's:/[^/]*tty[^/]*::g' )/../)
Expand All @@ -70,9 +70,9 @@ else

bashio::log.info "Checking ${device} identifying ${usb_product} from ${usb_manufacturer}."
if [[ "${usb_manufacturer}" == "Nabu Casa" && "${usb_product}" == "SkyConnect"* ]]; then
firmware="NabuCasa_SkyConnect_EZSP_v7.3.1.0_ncp-uart-hw_115200.gbl"
firmware="skyconnect_ncp-uart-hw_7.4.3.0.gbl"
elif [[ "${usb_manufacturer}" == "Nabu Casa" && "${usb_product}" == "Home Assistant Connect ZBT-1"* ]]; then
firmware="NabuCasa_SkyConnect_EZSP_v7.3.1.0_ncp-uart-hw_115200.gbl"
firmware="skyconnect_ncp-uart-hw_7.4.3.0.gbl"
else
exit_no_firmware
fi
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.