summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-05 19:01:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-03-13 15:56:59 +0100
commit73213307680218eaaa716be0d7b86460f216d266 (patch)
treed5e703a6ffee7d592f18ad04fac0863697afec95
parentceda04ee1654b8837b30dcb97788a7ec05341441 (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> (cherry picked from commit f0f61eb26607d15a3d77feaa789a6d7edd02c5bf)
-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 390a60b..52c5888 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"