Home ·
  • Command Line Interface
  • Command Line Interface

    SAM-BA includes a command line interface that provides support for the most common actions:

    The command line interface is designed to be self-documenting.

    The main commands can be listed using the "sam-ba --help" command:

    $ sam-ba --help
    Usage: sam-ba [options]
    
    Options:
      -v, --version                          Displays version information.
      -h, --help                             Displays this help.
      -t, --tracelevel <trace_level>         Set applet trace level to <trace_level>.
      -x, --execute <script.qml>             Execute script <script-file>.
      -p, --port <port[:options:...]>        Communicate with device using <port>.
      -d, --device <device>                  Connected device is <device>.
      -b, --board <board>                    Connected board is <board>.
      -m, --monitor <command[:options:...]>  Run monitor command <command>.
      -a, --applet <applet[:options:...]>    Load and initialize applet <applet>.
      -c, --command <command[:args:...]>     Run command <command>.

    Additional help can be obtained for most commands by supplying a "help" parameter that will display their usage.


    Copyright © 2018 Microchip Technology
    SAM-BA Documentation