nRF Util for nRF5 SDK v1.0.0

Generating HEX files for Zigbee

Use the zigbee production_config command to generate production configuration HEX files for Zigbee devices.

Production configuration HEX files can be used to set the production configuration flash memory block in the Zigbee stack when working with the nRF5 SDK for Thread and Zigbee. See the Zigbee production configuration section in nRF5 SDK for Thread and Zigbee for more information.
  1. Create a yaml input file that contains the list of required values that are used to generate the production configuration HEX file.
    Enter the following command for an example of the yaml input and other available options:
    nrfutil zigbee production_config --help
  2. Run nrfutil zigbee production_config and provide input and output file names to generate a binary file in Intel HEX format.
For example, enter the following command to generate a production configuration output.hex file from the input.yaml file:
nrfutil zigbee production_config input.yaml output.hex