LimeUtil --update

LimeSDR-mini re-flashes if I check to see if there are updates with LimeUtil --update.

May I suggest that LimeUtil --update checks whether internet version > installed version and only does update if newer?
Won’t go into details because reasons are obvious.

1 Like

Opened an issue:

1 Like

Wrote up a small PR for this https://github.com/myriadrf/LimeSuite/pull/230

I was not really sure if we wanted it to return an error code to indicate no update was needed. For now I just have it return 0 (success) even if it does not need to do anything. It does print info log messages if it determines the gateware or firmware does not need to be updated.

Happy to make any changes.

Many thanks for doing this, much appreciated.