[PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build

Emanuele Ghidoli ghidoliemanuele at gmail.com
Thu May 14 11:15:12 CEST 2026


From: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>

The combined boot firmware firmware-aquila-am69-gp.bin depends on
tiboot3-am69-gp-aquila.bin, which in turn requires the GP variant
of the TI system firmware blob (ti-fs-firmware-j784s4-gp.bin).

Fix the combined boot firmware image build by adding the missing binman
nodes.

Fixes: f62d4535cf17 ("arm: dts: k3-am69-aquila: add combined boot firmware image")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>
---
 arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
index f91cdf15aff3..c3a66ac8dae2 100644
--- a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
+++ b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
@@ -12,6 +12,11 @@
 #if defined(CONFIG_CPU_V7R)
 
 &binman {
+	tiboot3_am69_gp {
+		insert-template = <&tiboot3_j784s4_gp>;
+		filename = "tiboot3-am69-gp-aquila.bin";
+	};
+
 	tiboot3-am69-hs {
 		insert-template = <&tiboot3_j784s4_hs>;
 		filename = "tiboot3-am69-hs-aquila.bin";
@@ -28,6 +33,10 @@
 	filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-enc.bin";
 };
 
+&ti_fs_gp {
+	filename = "ti-sysfw/ti-fs-firmware-j784s4-gp.bin";
+};
+
 &sysfw_inner_cert {
 	filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-cert.bin";
 };
-- 
2.43.0



More information about the U-Boot mailing list