Skip to content

Commit

Permalink
openthread_border_router: Update to OpenThread RCP firmwares (home-as…
Browse files Browse the repository at this point in the history
…sistant#3091)

Update the Home Assistant SkyConnect and Yellow firmwares to the latest
version built from Gecko SDK v4.3.0.0.
  • Loading branch information
agners authored Jun 13, 2023
1 parent 29874bb commit 7ae5f49
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions openthread_border_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.0

- Update firmare for Home Assistant SkyConnect and Yellow to the latest version
built from Gecko SDK v4.3.0.0.

## 2.1.0

- Add REST API patches to fix a bugs and support deleting datasets
Expand Down
2 changes: 1 addition & 1 deletion openthread_border_router/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.1.0
version: 2.2.0
slug: openthread_border_router
name: OpenThread Border Router
description: OpenThread Border Router add-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# 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
bashio::log.info "Detected Home Assistant Yellow"
firmware="NabuCasa_Yellow_OpenThread_RCP_v2.2.2.0_PA32_ot-rcp_hw_460800.gbl"
firmware="NabuCasa_Yellow_OpenThread_RCP_v2.3.0.0_PA32_ot-rcp_hw_460800.gbl"
gpio_reset_flag="--yellow-gpio-reset"
else
# Check device manufacturer/product information
Expand All @@ -46,7 +46,7 @@ else

bashio::log.info "Checking ${device} identifying ${usb_product} from ${usb_manufacturer}."
if [[ "${usb_manufacturer}" == "Nabu Casa" && "${usb_product}" == "SkyConnect"* ]]; then
firmware="NabuCasa_SkyConnect_OpenThread_RCP_v2.2.2.0_ot-rcp_hw_460800.gbl"
firmware="NabuCasa_SkyConnect_OpenThread_RCP_v2.3.0.0_ot-rcp_hw_460800.gbl"
else
exit_no_firmware
fi
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7ae5f49

Please sign in to comment.