NabuCasa / silabs-firmware-builder

Silicon Labs firmware builder
42 stars 54 forks source link

Can this work on other SiLabs devices? #48

Closed IIAIronWolf closed 3 months ago

IIAIronWolf commented 5 months ago

I have the NRF52840. It was hard enough getting it flashed to run OpenThread. It would be awesome if this could be used to program other SiLabs devices, specifically the NRF52840, as it is a suggested board in the OpenThread Border Router documentation in the HA add-ons.

darkxst commented 5 months ago

specifically the NRF52840

That would be Nordic, not Silabs.

This builder is very tightly coupled to the Silabs Gecko SDK, and cant be used to build other manufacturers SDK's.

github-actions[bot] commented 4 months ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

IIAIronWolf commented 2 months ago

specifically the NRF52840

That would be Nordic, not Silabs.

This builder is very tightly coupled to the Silabs Gecko SDK, and cant be used to build other manufacturers SDK's.

Regardless, why would HA put it in their documentation as an option (NRF52840). I literally only bought it because it was suggested.

puddly commented 2 months ago

What specific documentation are you referring to?

IIAIronWolf commented 2 months ago

What specific documentation are you referring to?

The OTBR documentation. image

agners commented 2 months ago

Regardless, why would HA put it in their documentation as an option (NRF52840). I literally only bought it because it was suggested.

The OpenThread Border Router add-on can talk to any OpenThread RCP radio talking the Spinel protocol. It should work with the nRF52840 radios as well, in fact, I've tested that radio in the past already.

However, this is all unrelated to this particular GitHub repository: This is about firmware builds for SiLabs radio.

As the documentation says, there is a easy route with SkyConnect/ZBT-1 and Yellow since the add-on pre-installs it. For alternative radio you are on your own. But there is article linked.

In any case, this is unrelated to this repository. If you belive that you flashed a correct firmware, and still have issues running the OpenThread Border Router add-on, please open an issue at https://github.com/home-assistant/addons along with the add-on logs when using your radio and information what firmware and the process you used to flash the firmware for it.