logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mbedflsh - flash Mbed Enabled devices from the command line

Author

       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

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

See Also