Firmware update on nRF7002 with non-nRF host MCU

Hello,
We are planning to use RT500 MCU as host of nRF7002 WiFi chip. 
We are looking into firmware update for nRF7002 chip.
I read through these documents
However to avoid confusion and for the sake of clarity i have the following questions.

* Will these nRF7002 update patches be available in Zephyr driver releases in future?
* Is there any licensing aspect to note when storing the nRF7002 patch on RT500 MCU's memories?
* Does nRF7002 need access to external memory for this feature as mentioned here? Or MCU connection to nRF7002 is enough for ensuring this?

* Are there any example patches available that I can try this on nRF7002 using nRF5340 to understand the flow?

Thanks for your support.


Regards,

djgj

Parents
  • Hi,

    Will these nRF7002 update patches be available in Zephyr driver releases in future?

    I assume it will be available in some form, but as per Binary Blobs, Zephyr does not allow hosting blobs within its repos. I will check this internally.

    Is there any licensing aspect to note when storing the nRF7002 patch on RT500 MCU's memories?

    I will check this internally as well.

    Does nRF7002 need access to external memory for this feature as mentioned here? Or MCU connection to nRF7002 is enough for ensuring this?

    This is handled by the host MCU, so the nRF7002 does not need access to external memory.

    Are there any example patches available that I can try this on nRF7002 using nRF5340 to understand the flow?

    The default binary is located in nrfxlib/nrf_wifi/fw_bins/default/nrf70.bin, so you can try this.

    I will get back to you when I hear from the team, either later today or early next week.

    Best regards,
    Marte

Reply
  • Hi,

    Will these nRF7002 update patches be available in Zephyr driver releases in future?

    I assume it will be available in some form, but as per Binary Blobs, Zephyr does not allow hosting blobs within its repos. I will check this internally.

    Is there any licensing aspect to note when storing the nRF7002 patch on RT500 MCU's memories?

    I will check this internally as well.

    Does nRF7002 need access to external memory for this feature as mentioned here? Or MCU connection to nRF7002 is enough for ensuring this?

    This is handled by the host MCU, so the nRF7002 does not need access to external memory.

    Are there any example patches available that I can try this on nRF7002 using nRF5340 to understand the flow?

    The default binary is located in nrfxlib/nrf_wifi/fw_bins/default/nrf70.bin, so you can try this.

    I will get back to you when I hear from the team, either later today or early next week.

    Best regards,
    Marte

Children
Related