flash_firmware
Flash firmware onto a target device using an optional artifact path. Control whether the target halts after reset.
Instructions
Flash firmware through the shared target-control service layer.
Args:
path: Optional explicit artifact path. When omitted, resolve the default
flash artifact for the connected session's loaded board config.
Returns the resolved path in the success text.
halt_after_reset: If True, leave the target halted after flashing.
If False, reset and let it run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| halt_after_reset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |