summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-05 19:01:51 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-05 19:12:41 +0100
commitf0f61eb26607d15a3d77feaa789a6d7edd02c5bf (patch)
treeecf9b235ecf0fc07acb2bd6033cdecf52a24edfa
parent5235540df0edbff0d295520baf500324b0120a03 (diff)
machines: verdin-am62: use HSFS FW for Solo PID4
Starting from V1.1B Verdin AM62 Solo variants (0071 and 0072 PID4s) use HSFS SOC and not GP, this requires to use a different firmware. After this change V1.1A variants will no longer work out of the box. Related-to: ELB-5592 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 1cbc4d9..e5915b2 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -82,8 +82,8 @@ IMAGE_FSTYPES:append = " teziimg"
# tiboot3.bin
OFFSET_BOOTROM_PAYLOAD = "0"
FIRMWARE_BINARY[0069] = "tiboot3-am62x-gp-verdin.bin"
-FIRMWARE_BINARY[0071] = "tiboot3-am62x-gp-verdin.bin"
-FIRMWARE_BINARY[0072] = "tiboot3-am62x-gp-verdin.bin"
+FIRMWARE_BINARY[0071] = "tiboot3-am62x-hs-fs-verdin.bin"
+FIRMWARE_BINARY[0072] = "tiboot3-am62x-hs-fs-verdin.bin"
FIRMWARE_BINARY[0073] = "tiboot3-am62x-hs-fs-verdin.bin"
FIRMWARE_BINARY[0074] = "tiboot3-am62x-hs-fs-verdin.bin"
FIRMWARE_BINARY[0075] = "tiboot3-am62x-hs-fs-verdin.bin"