cli: flash: introduce flash CLI command; introduce hook post_build_image_write

This commit is contained in:
Ricardo Pardini
2023-04-14 22:33:20 +02:00
parent d59271f903
commit 7ea8e040d0
4 changed files with 77 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ function armbian_register_commands() {
["build"]="standard_build" # implemented in cli_standard_build_pre_run and cli_standard_build_run
["distccd"]="distccd" # implemented in cli_distccd_pre_run and cli_distccd_run
["flash"]="flash" # implemented in cli_flash_pre_run and cli_flash_run
# external tooling, made easy.
["oras-upload"]="oras" # implemented in cli_oras_pre_run and cli_oras_run; up/down/info are the same, see vars below