mbedflsh - flash Mbed Enabled devices from the command line
Contents
Copyright
Copyright (c) 2011-2018 ARM Limited
Description
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.
Examples
To flash the file /tmp/firmware.bin to the mounted path /mnt/MBED, run:
$ mbedflsh --file /tmp/firmware.bin --disk /mnt/MBED
Name
mbedflsh - flash Mbed Enabled devices from the command line
Options
-f, --file FILE
file to flash onto Mbed Enabled device
-d, --disk TARGET_PATH
target path (mount point) to flash file to
-c, --copy METHOD
method to use for flashing; use mbedflsh --plugins to see available plugins
--plugins
print registered plugins and exit
--version
print version and exit
--help print usage details and exit
Reporting Bugs
Upstream bug tracker: https://github.com/ARMmbed/htrun/issues
See Also
yotta(1), mbed-test-wrapper(1), mbedhtrun(1) 1.4.4 December 2018 MBEDFLSH(1)
Synopsis
mbedflsh--fileFILE--diskTARGET_PATH [--copyMETHOD]
mbedflsh–-pluginsmbedflsh–-versionmbedflsh–-help