Is it possible to compile a firmware targeting minimum difference from previous version?

68 Views Asked by At

I am using gnu-arm to generate the .hex files for my MCU. I want to send firmware updates over the air, using a limited bandwidth channel, so the idea is to just send an incremental update, using the difference between version. Is it possible with gnu-arm (or anything else) to generate an .hex version that differs as little as possible from another one?

0

There are 0 best solutions below