Usage

nRF Util

tags
nRF Util

Complete the following steps to generate a production configuration HEX file for a Zigbee device:

  1. Create a YAML input file that contains the required values for generating the production configuration HEX file. The file should have the following format:

    channel_mask: 0x00100000
    install_code: 83FED3407A939723A5C639B26916D505
    extended_address: AABBCCDDEEFF0011
    tx_power: 9
    app_data: 01ABCD
    
  2. Run nrfutil nrf5sdk-tools zigbee production_config and provide the input YAML file name and the output file name to generate a binary file in Intel HEX format.

    For example, use the following command to generate a production configuration output.hex file from the input.yaml file:

    nrfutil nrf5sdk-tools zigbee production_config input.yaml output.hex