Complete the following steps to generate a production configuration HEX file for a Zigbee device:
-
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 -
Run
nrfutil nrf5sdk-tools zigbee production_configand 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.hexfile from theinput.yamlfile:nrfutil nrf5sdk-tools zigbee production_config input.yaml output.hex