ARMmbed / htrun

MOVED: https://github.com/ARMmbed/mbed-os-tools (Flash, reset and run host supervised tests on mbed platforms)
8 stars 37 forks source link

Tests start without rebooting the MPS2+ #179

Closed hug-dev closed 6 years ago

hug-dev commented 6 years ago

On the MPS2+, the module_reset_mps2.py file handles the rebooting process. It happens copying a reboot.txt file onto the board. However sometimes the test process continues because the file is not actually copied to the board and the board stays mounted. A sync command, as done in module_copy_mps2.py, prevents this error and forces the file to be copied onto the board.

A pull request is going to be sent to fix this.

@malcolm-brooks-arm