mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 10:58:31 -07:00
2.9 KiB
2.9 KiB
Flashing the firmware on the CC2531 USB stick
The CC2531 USB stick needs to be flashed with a custom firmware.
NOTE: The following instructions assume you have a CC Debugger. In case you don't, see Alternative firmware flashing methods.
Windows
- Install SmartRF Flash programmer (NOT V2). This software is free but requires a Texas Instruments account in order to download.
- Install the CC debugger driver on your PC (Windows only). Before continuing, verify that the CC Debugger driver has been installed correctly. See Figure 1. Verify Correct Driver Installation @ Chapter 5.1. In case the CC Debugger is not recognized correctly install the driver manually.
- Connect
CC debugger --> Downloader cable CC2531 --> CC2531 USB sniffer
. - Connect BOTH the
CC2531 USB sniffer
and theCC debugger
to your PC using USB. - If the light on the CC debugger is RED press set reset button on the CC debugger. The light on the CC debugger should now turn GREEN. If not use CC debugger user guide to troubleshoot your problem.
4. Download the firmware CC2531ZNP-Prod.hex
5. Start SmartRF Flash Programmer, setup as shown below and press Perform actions
.
Linux or MacOS
Credits to @Frans-Willem for majority of instructions.
- Ubuntu: dh-autoreconf, libusb-1.0, libboost-all-dev
- Fedora: dh-autoreconf, boost-devel, libusb1-devel
- Archlinux: dh-autoreconf, libusb, boost
- macOS: brew install autoconf automake libusb boost pkgconfig libtool
- Build cc-tool
git clone https://github.com/dashesy/cc-tool.git
cd cc-tool
./bootstrap
./configure
make
- Connect
CC debugger --> Downloader cable CC2531 --> CC2531 USB sniffer
. - Connect BOTH the
CC2531 USB sniffer
and theCC debugger
to your PC using USB. - If the light on the CC debugger is RED, press the Reset button on the CC debugger. The light on the CC debugger should now turn GREEN. If not, follow the CC debugger user guide to troubleshoot your problem.
- Download the firmware CC2531ZNP-Prod.hex.
- Flash your firmware:
sudo ./cc-tool -e -w CC2531ZNP-Prod.hex