Hi
I am implementing dfu over modbus.
Basically I managed to integrate all the steps (transport, set pending, restart, confirm).
What I'd like to do is to implement image validity checking without necessarily having to reboot the system to test the image previously set as pending.
I was thinking of using the flash_img_check function, which takes as an argument, among other struct flash_img_check
Can you help me understand how to assign the values of this struct(struct flash_img_check)?
best regards