pyOCD¶
The pyocd boot method is used to flash and boot devices using the
pyOCD tool. It takes no parameters.
- boot:
method: pyocd
timeout:
minutes: 10
The boot method requires configuration on the device type level. The supported configurations are:
command- executable command to invokeoptions- list of options to pass to the executableconnect_before_flash- iftrue, connect to device before running pyocd flash command, otherwise after the command (default isfalse)