When replies are lost in the download this is not detected in Cloader which will cause a hanging since we are waiting for the reply.
Step to reproduce:
Read/write/flash firmware or configuration block (~5% reproducible)
The procedure will hang waiting for a reply packet
Expected behavior:
A reply should be received.
Fix:
After a timeout (a couple of seconds?) the command should be re-sent. Even for the flashing this is ok, though it will trigger a new flashing of the buffer.
When replies are lost in the download this is not detected in Cloader which will cause a hanging since we are waiting for the reply.
Step to reproduce:
Expected behavior: A reply should be received.
Fix: After a timeout (a couple of seconds?) the command should be re-sent. Even for the flashing this is ok, though it will trigger a new flashing of the buffer.