balena-io-hardware / autokit-interface-sw

Apache License 2.0
5 stars 2 forks source link

add blind wait for flasher image when we can't detect state #82

Open rcooke-warwick opened 4 months ago

rcooke-warwick commented 4 months ago

There exist some cases where we:

This PR adds a workaround, using the FLASHER_IMAGE_WAIT env var, you can specify in ms a period to wait for the flasher image to flash the DUT internal storage, and then hope it's done.

Change-type: patch