aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2018-04-27 12:20:49 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2018-04-27 10:11:29 +0000
commit156d54b4d65b28d65531d2d6076bda3a67c853f2 (patch)
tree1c329333716df8d01c05fa1164d29a44665ed5ca /lhg-oe-build
parent00b5dc110677979753251f8f7580330848b434bc (diff)
lhg-oe-build/lhg-oe-rocko: don't reflash fip.bin in LAVA test job
When we were using staging.v.l.o, reflashing fip.bin was a no-op. With migration to the production instance, an attempt to reflash fip.bin seems to brick the board: NOTICE: BL1: v1.4(release):v1.4-656-g15e59585 NOTICE: BL1: Built : 11:10:19, Feb 12 2018 ERROR: Failed to load BL2 firmware. Do not try to update fip.bin, and use the existing one until this problem is resolved. Change-Id: Ie750d78b08318097a2ecbef85c83be4f23728dce Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'lhg-oe-build')
-rw-r--r--lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-morty.yaml7
-rw-r--r--lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-rocko.yaml7
2 files changed, 8 insertions, 6 deletions
diff --git a/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-morty.yaml b/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-morty.yaml
index 1a8f00f4..632b78ad 100644
--- a/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-morty.yaml
+++ b/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-morty.yaml
@@ -84,9 +84,10 @@ actions:
ptable:
url: ${PTABLE_URL}
reboot: hard-reset
- fastboot:
- url: ${FIP_URL}
- reboot: hard-reset
+ # Reflashing fip.bin doesn't seem to work atm
+ #fastboot:
+ # url: ${FIP_URL}
+ # reboot: hard-reset
boot:
url: ${BOOT_URL}
reboot: hard-reset
diff --git a/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-rocko.yaml b/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-rocko.yaml
index 145070f5..294a7c21 100644
--- a/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-rocko.yaml
+++ b/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-tests-rocko.yaml
@@ -84,9 +84,10 @@ actions:
ptable:
url: ${PTABLE_URL}
reboot: hard-reset
- fastboot:
- url: ${FIP_URL}
- reboot: hard-reset
+ # Reflashing fip.bin doesn't seem to work atm
+ #fastboot:
+ # url: ${FIP_URL}
+ # reboot: hard-reset
boot:
url: ${BOOT_URL}
reboot: hard-reset