Hi,
I have the issue that my Zigbee device reports the error "Production configuration is not present or invalid (status: -1)". I followed the guide from this(https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-nrf5sdk-tools/guides/generating_zigbee_hex.html) link and created a production configuration for my device with the values from the guide.
The memory map of my device looks like this. Regarding the documentation, the config should be placed in the section "zboss_product_config" (next page after "zboss_nvram).
But the Intel Hex file contains the wrong address, which makes sense because the command doesn´t know my memory map.
For me, it looks like the process is not completely described or integrated. Or am I wrong? And how can I solve it properly?