MBEDFLSH(1) | User Commands | MBEDFLSH(1) |
mbedflsh - flash Mbed Enabled devices from the command line
mbedflsh --file FILE --disk TARGET_PATH [--copy METHOD]
mbedflsh –-plugins
mbedflsh –-version
mbedflsh –-help
mbedflsh allows a file to be flashed directly to a mounted Mbed Enabled device from the command line.
Whilst test automation tools such as mbed-test-wrapper can provide automated flashing of Mbed devices after successful embedded software build, mbedflsh provides a simple and convenient CLI to flash devices directly.
To flash the file /tmp/firmware.bin to the mounted path /mnt/MBED, run:
$ mbedflsh --file /tmp/firmware.bin --disk /mnt/MBED
Upstream bug tracker: https://github.com/ARMmbed/htrun/issues
Copyright (c) 2011-2018 ARM Limited
This manual page is based on the mbed-host-tests documentation. It was created by Nick Morrott <nickm@debian.org> for the Debian GNU/Linux system, but may be used by others
December 2018 | 1.4.4 |