CreatorDev / boardfarm

Test framework for OpenWrt based devices
BSD 3-Clause Clear License
0 stars 4 forks source link

Add boardfarm recovery from a broken state #14

Open mtusnio opened 7 years ago

mtusnio commented 7 years ago

There are two parts to this task:

The physical setup needs to ensure that, even with the usb kmod failing, the ethernet connection lets boardfarm download an image to fix itself.

Apart from that the software needs to be able to recover itself from a fail state and flash a stable image, so that any PR that breaks boardfarm won't break all other PRs.

Acceptance Criteria:

Ham22 commented 7 years ago

Surely if we use the u-boot consoles 'nand write' command over serial we could write the new images in a recoverable way?

Alternative is to do what we used to do on old projects and boot from JTAG