Skip to content

Commit 5afaa6e

Browse files
authored
silabs-multiprotocol: Fix firmware flashing for amd64 (home-assistant#2968)
* Use `UNIVERSAL_SILABS_FLASHER` build-time variable in `amd64` Dockerfile * Bump version to 1.1.1
1 parent e80e9d5 commit 5afaa6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

silabs-multiprotocol/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
- Bugfix: bump universal SiLabs flasher to 0.0.12 for amd64
6+
37
## 1.1.0
48

59
- Use default baudrate of 460800 (WARNING: You MUST update your configuration!)

silabs-multiprotocol/Dockerfile.amd64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ RUN \
128128

129129
FROM $BUILD_FROM
130130

131+
ARG UNIVERSAL_SILABS_FLASHER
132+
131133
RUN \
132134
set -x \
133135
&& apt-get update \
@@ -227,7 +229,7 @@ RUN \
227229
&& cd build/otbr/ \
228230
&& ninja \
229231
&& ninja install) \
230-
&& pip install universal-silabs-flasher==0.0.7 \
232+
&& pip install universal-silabs-flasher==${UNIVERSAL_SILABS_FLASHER} \
231233
&& apt-get purge -y --auto-remove \
232234
build-essential \
233235
patch \

silabs-multiprotocol/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 1.1.0
2+
version: 1.1.1
33
slug: silabs_multiprotocol
44
name: Silicon Labs Multiprotocol
55
description: Zigbee and OpenThread multiprotocol add-on

0 commit comments

Comments
 (0)