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

#if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2) doesn't support in lwm2m client project?

Hello,

We are using lwm2m client project SDK version v1.9.0.  We need to enable  #define CONNMON_LAC 12 to get LAC value but i am facing problem to enable #if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2). could you please provide the document to update firmware version to enable require object.

I follow the this link  https://www.nordicsemi.com/Products/nRF9160/Download#infotabs and update the mfw_nrf9160_1.3.1.zip using programmer. this zip file contain three hex file i put all together in "File memory layout" and "Erase & write".

Result is still same. Could you please explain me the right way to enable #if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2)

Thanks

Best Regards

Deepak Aagri

Parents
  • Hello Deepak,

    I’m not really sure if I understand what you would like me to answer here, because I do not see any obvious connection between the Zephyr configuration parameter CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2 and how to perform a modem firmware update.

    We are using lwm2m client project SDK version v1.9.0.  We need to enable  #define CONNMON_LAC 12 to get LAC value but i am facing problem to enable #if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2). could you please provide the document to update firmware version to enable require object.

    I have added:

    CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2=y

    to the LwM2M client and can build it without any errors. What kind of error are you facing?

    I follow the this link  https://www.nordicsemi.com/Products/nRF9160/Download#infotabs and update the mfw_nrf9160_1.3.1.zip using programmer. this zip file contain three hex file i put all together in "File memory layout" and "Erase & write".

    Modem update triggered by selecting the whole mfw_nrf9160_1.x.x.zip file followed by “Write”.

    Regards,

    Markus

Reply
  • Hello Deepak,

    I’m not really sure if I understand what you would like me to answer here, because I do not see any obvious connection between the Zephyr configuration parameter CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2 and how to perform a modem firmware update.

    We are using lwm2m client project SDK version v1.9.0.  We need to enable  #define CONNMON_LAC 12 to get LAC value but i am facing problem to enable #if defined(CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2). could you please provide the document to update firmware version to enable require object.

    I have added:

    CONFIG_LWM2M_CONNMON_OBJECT_VERSION_1_2=y

    to the LwM2M client and can build it without any errors. What kind of error are you facing?

    I follow the this link  https://www.nordicsemi.com/Products/nRF9160/Download#infotabs and update the mfw_nrf9160_1.3.1.zip using programmer. this zip file contain three hex file i put all together in "File memory layout" and "Erase & write".

    Modem update triggered by selecting the whole mfw_nrf9160_1.x.x.zip file followed by “Write”.

    Regards,

    Markus

Children
No Data
Related