.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "MBEDFLSH" "1" "December 2018" "1.4.4" "User Commands" .hy .SH NAME .PP \f[B]mbedflsh\f[R] - flash Mbed Enabled devices from the command line .SH SYNOPSIS .PP \f[B]mbedflsh\f[R] \f[B]--file\f[R] \f[I]FILE\f[R] \f[B]--disk\f[R] \f[I]TARGET_PATH\f[R] [\f[B]--copy\f[R] \f[I]METHOD\f[R]] .PP \f[B]mbedflsh\f[R] \f[B]\[en]-plugins\f[R] .PP \f[B]mbedflsh\f[R] \f[B]\[en]-version\f[R] .PP \f[B]mbedflsh\f[R] \f[B]\[en]-help\f[R] .SH DESCRIPTION .PP \f[B]mbedflsh\f[R] allows a file to be flashed directly to a mounted Mbed Enabled device from the command line. .PP Whilst test automation tools such as \f[B]mbed-test-wrapper\f[R] can provide automated flashing of Mbed devices after successful embedded software build, \f[B]mbedflsh\f[R] provides a simple and convenient CLI to flash devices directly. .SH OPTIONS .TP -f, --file \f[I]FILE\f[R] file to flash onto Mbed Enabled device .TP -d, --disk \f[I]TARGET_PATH\f[R] target path (mount point) to flash file to .TP -c, --copy \f[I]METHOD\f[R] method to use for flashing; use \f[V]mbedflsh --plugins\f[R] to see available plugins .TP --plugins print registered plugins and exit .TP --version print version and exit .TP --help print usage details and exit .SH EXAMPLES .PP To flash the file \f[V]/tmp/firmware.bin\f[R] to the mounted path \f[V]/mnt/MBED\f[R], run: .IP .nf \f[C] $ mbedflsh --file /tmp/firmware.bin --disk /mnt/MBED \f[R] .fi .SH REPORTING BUGS .PP Upstream bug tracker: https://github.com/ARMmbed/htrun/issues .SH COPYRIGHT .PP Copyright (c) 2011-2018 ARM Limited .SH AUTHOR .PP This manual page is based on the mbed-host-tests documentation. It was created by Nick Morrott for the Debian GNU/Linux system, but may be used by others .SH SEE ALSO .PP \f[B]yotta\f[R](1), \f[B]mbed-test-wrapper\f[R](1), \f[B]mbedhtrun\f[R](1)