aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/ota-update/verify-update.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ota-update/verify-update.yaml')
-rw-r--r--automated/linux/ota-update/verify-update.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/automated/linux/ota-update/verify-update.yaml b/automated/linux/ota-update/verify-update.yaml
index 58128c19..94ef3bc6 100644
--- a/automated/linux/ota-update/verify-update.yaml
+++ b/automated/linux/ota-update/verify-update.yaml
@@ -15,14 +15,16 @@ metadata:
devices:
- imx8mm
- imx6ull
+ - stm32mp15-disco
params:
UBOOT_VAR_TOOL: "fw_printenv"
UBOOT_VAR_SET_TOOL: "fw_setenv"
TYPE: "kernel"
TARGET_VERSION: "1"
+ BOOTROM_USE_SECONDARY: "true"
run:
steps:
- cd ./automated/linux/ota-update
- - ./verify-update.sh -t "${TYPE}" -u "${UBOOT_VAR_TOOL}" -s "${UBOOT_VAR_SET_TOOL}" -v "${TARGET_VERSION}"
+ - ./verify-update.sh -t "${TYPE}" -u "${UBOOT_VAR_TOOL}" -s "${UBOOT_VAR_SET_TOOL}" -v "${TARGET_VERSION}" -b "${BOOTROM_USE_SECONDARY}"
- ../../utils/send-to-lava.sh ./output/result.txt