This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Inclusion of ~110kb uncompressed / ~15kb compressed binary blob in DFU image ?

Hi,

We have a Lattice Ice40 UltraPlus FPGA, SPI FLASH, and nRF52832. We would like to be able to include the FPGA's binary image in our DFU package but it is about 110kb uncompressed (or 15kb compressed with zip or gzip).

We have been able to include it in compressed form in RAM using ld but that eats up a lot of the available space and requires us to decompress it (which we still haven't managed)

Is there an easy way to store the uncompressed binary in the nRF's DFU FLASH image or a simple way to decompress the zipped binary ?

Thanks,
~ Scott

Parents Reply Children
Related