Skip to content

Commit

Permalink
Restructure flashing section
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 23, 2023
1 parent ac2c345 commit b87a0b0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/guide/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,18 @@ Note that only adapters based on a Texas Instruments chip (CC2530/CC2531/CC2538/

### Flashing CC1352/CC2652/CC2538 based adapters
Adapters based on CC1352 or CC2652 chips can be flashed by putting them in the bootloader. See your adapter manual on how to do this. After you have done this one of the following tools can be used to flash it.
- [ZigStar GW Multi tool](https://github.com/xyzroe/ZigStarGW-MT) (multi platform GUI tool)
- [ZigStar TI CC2652 FW Flasher](https://github.com/mercenaruss/zigstar_addons) (Home Assistant Addon for onsite flashing)
- [CC2538-BSL](https://github.com/JelmerT/cc2538-bsl) (multi platform Python based command line tool) ([instructions](./flashing/flashing_via_cc2538-bsl.md))
- [llama-bsl](https://github.com/electrolama/llama-bsl) (multi platform Python based command line tool, a fork of cc2538-bsl with added features)
- Texas Instruments [FLASH PROGRAMMER 2](https://www.ti.com/tool/FLASH-PROGRAMMER) (Windows only) (can't find your device? read below!)
- UI tools
- Texas Instruments [FLASH PROGRAMMER 2](https://www.ti.com/tool/FLASH-PROGRAMMER) (Windows only) (can't find your device? read below!)
- [ZigStar GW Multi tool](https://github.com/xyzroe/ZigStarGW-MT) (multi platform GUI tool)
- CLI tools (multi platform Python based command line tools)
- [CC2538-BSL](https://github.com/JelmerT/cc2538-bsl) ([instructions](./flashing/flashing_via_cc2538-bsl.md))
- [llama-bsl](https://github.com/electrolama/llama-bsl) (fork of cc2538-bsl with added features)
- Home Assistant addon
- [TubesZB TI CC2652 FW Flasher](https://github.com/tube0013/tubeszb_addons)
- [ZigStar TI CC2652 FW Flasher](https://github.com/mercenaruss/zigstar_addons) (fork of TubesZB with added features)

- Some Ethernet adapters support flashing Zigbee firmware over their own web-interface. In this case you do not need any external software and hardware. Just go to the webinterface and press "Update Zigbee firmware". Please refer to the manual of your particular Zigbee adapter for this functionality.

<img src="../../images/flashing/web-interface-ota-flashing.jpg" title="SLZB-06 WEB OTA Zigbee Flashing" class="float-left" height=300 />


Expand Down

0 comments on commit b87a0b0

Please sign in to comment.