Hi,
I'm trying to found a way to flash production config for a project based on zigbee NCS example with OTA.
Is nrfutil still a valuable tool for creating a production config hex file?
How could I get the address on which a config should be flashed?
Hi,
I'm trying to found a way to flash production config for a project based on zigbee NCS example with OTA.
Is nrfutil still a valuable tool for creating a production config hex file?
How could I get the address on which a config should be flashed?
Hi,
In the nRF Connect SDK, the production configuration block is created by the Partition Manager. However, using nrfutil should still work, but it has not been tested with NCS.
The Partition Manager generates the file build/zephyr/include/generated/pm_config.h when you build Zigbee projects. You can look at this file to find the partition addresses, such as PM_ZBOSS_PRODUCT_CONFIG_ADDRESS.
Please see Production configuration in the ZBOSS documentation for more information.
Best regards,
Marte