ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

target: Avoid intermittent error when installing binary #640

Closed douglas-raillard-arm closed 1 year ago

douglas-raillard-arm commented 1 year ago

Installing busybox sometimes fails with:

cp: /data/local/tmp/bin/busybox: Text file busy

Fix that by using the -f option, which will remove the destination file first and retry the copy in case of failure.