zigbee2mqtt/docs/getting_started/flashing_the_cc2531.md
2019-01-24 17:46:30 +01:00

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

  1. Install SmartRF Flash programmer (NOT V2). This software is free but requires a Texas Instruments account in order to download.
  2. 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.
  3. Connect CC debugger --> Downloader cable CC2531 --> CC2531 USB sniffer.
  4. Connect BOTH the CC2531 USB sniffer and the CC debugger to your PC using USB.
  5. 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.

How to connect 4. Download the firmware CC2531ZNP-Prod.hex 5. Start SmartRF Flash Programmer, setup as shown below and press Perform actions. SmartRF Flash Programmer

Linux or MacOS

Credits to @Frans-Willem for majority of instructions.

  1. Install prerequisites for CC-Tool using a package manager (e.g. Homebrew for macOS)
  • 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
  1. Build cc-tool
git clone https://github.com/dashesy/cc-tool.git
cd cc-tool
./bootstrap
./configure
make
  1. Connect CC debugger --> Downloader cable CC2531 --> CC2531 USB sniffer.
  2. Connect BOTH the CC2531 USB sniffer and the CC debugger to your PC using USB.
  3. 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. How to connect
  4. Download the firmware CC2531ZNP-Prod.hex.
  5. Flash your firmware:
sudo ./cc-tool -e -w CC2531ZNP-Prod.hex

What's next?

Running Zigbee2mqtt