This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Flashiing zigbee production config in Zephyr project with OTA enabled

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?

Parents
  • 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

Reply
  • 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

Children
No Data
Related