[PATCH 7/8] board: am62x: add env file for am6254atl
    Anshul Dalal 
    anshuld at ti.com
       
    Wed Oct 22 12:25:43 CEST 2025
    
    
  
Add the env file for am6254atl with the following changes from
am62x.env:
1. splashimage address updated from 0x80200000 to 0x81a00000
2. DFU addresses updated to reflect updated TEXT_BASE for spl and u-boot
Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
 board/ti/am62x/am6254atl.env        | 37 +++++++++++++++++++++++++++++++++++++
 configs/am6254atl_evm_a53_defconfig |  1 +
 configs/am6254atl_evm_r5_defconfig  |  1 +
 3 files changed, 39 insertions(+)
diff --git a/board/ti/am62x/am6254atl.env b/board/ti/am62x/am6254atl.env
new file mode 100644
index 0000000000000000000000000000000000000000..e2b0b102bfe12dba38271d42d54962849cff21d1
--- /dev/null
+++ b/board/ti/am62x/am6254atl.env
@@ -0,0 +1,37 @@
+#include <env/ti/ti_common.env>
+#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
+
+
+#if CONFIG_CMD_REMOTEPROC
+#include <env/ti/k3_rproc.env>
+#endif
+
+rproc_fw_binaries= 0 /lib/firmware/am62-mcu-m4f0_0-fw
+
+name_kern=Image
+console=ttyS2,115200n8
+args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
+	${mtdparts}
+run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
+
+boot_targets=mmc1 mmc0 usb pxe dhcp
+boot=mmc
+mmcdev=1
+bootpart=1:2
+bootdir=/boot
+rd_spec=-
+
+splashfile=ti_logo_414x97_32bpp.bmp.gz
+splashimage=0x82180000
+splashpos=m,m
+splashsource=sf
+
+dfu_alt_info_ram=
+	tispl.bin ram 0x82000000 0x200000;
+	u-boot.img ram 0x82f80000 0x400000
+
+#if CONFIG_BOOTMETH_ANDROID
+#include <env/ti/android.env>
+adtb_idx=0
+#endif
\ No newline at end of file
diff --git a/configs/am6254atl_evm_a53_defconfig b/configs/am6254atl_evm_a53_defconfig
index fdf6be7068e7b2fe4e48f1f322703f6838729497..58ef0a43b11a49ba661c970faee43725794ec4ca 100644
--- a/configs/am6254atl_evm_a53_defconfig
+++ b/configs/am6254atl_evm_a53_defconfig
@@ -13,3 +13,4 @@ CONFIG_SPL_BSS_START_ADDR=0x82c00000
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x82f80000
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x82b00000
 CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am6254atl-sk"
+CONFIG_ENV_SOURCE_FILE="am6254atl"
diff --git a/configs/am6254atl_evm_r5_defconfig b/configs/am6254atl_evm_r5_defconfig
index 852c3cfd144166dd2d4db4098c8e204358ac1536..5c94666859421231a88b0d4f80e80685ce6c31cf 100644
--- a/configs/am6254atl_evm_r5_defconfig
+++ b/configs/am6254atl_evm_r5_defconfig
@@ -4,6 +4,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_K3=y
 CONFIG_SOC_K3_AM625=y
 CONFIG_TARGET_AM625_R5_EVM=y
+CONFIG_ENV_SOURCE_FILE="am6254atl"
 CONFIG_K3_OPTEE_LOAD_ADDR=0x80080000
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x82000000
 CONFIG_DEFAULT_DEVICE_TREE="k3-am6254atl-r5-sk"
-- 
2.51.0
    
    
More information about the U-Boot
mailing list