How to reduce the size of matter.ota firmware? Are there any compression method?

Building project with configure file `prj_release.conf` can reduce size of matter.ota, but I still think it is large. 

I want to reduce the size of matter.ota file, are there any compression method for nordic, like "lzma" compression for silabs EFR32?

Parents
  • Hi,

    Could you expand upon your motivation for compressing?

    The reason for why I'm asking is if you're struggling with having enough room on the secondary application slot on the nRF where you store your update image, then compressing it will not solve this issue.

    If you need this because you want to compress the update firmware before transport, then send it, and decompress it on the nRF side then this should be possible with proprietary solutions, but we don't have anything out of the box solution for this.

    Kind regards,
    Andreas

Reply
  • Hi,

    Could you expand upon your motivation for compressing?

    The reason for why I'm asking is if you're struggling with having enough room on the secondary application slot on the nRF where you store your update image, then compressing it will not solve this issue.

    If you need this because you want to compress the update firmware before transport, then send it, and decompress it on the nRF side then this should be possible with proprietary solutions, but we don't have anything out of the box solution for this.

    Kind regards,
    Andreas

Children
Related