[PATCH 7/8] board: am62x: add env file for am6254atl

Bryan Brattlof bb at ti.com
Wed Oct 22 14:40:12 CEST 2025


On October 22, 2025 thus sayeth Anshul Dalal:
> 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

Oops. ;)

~Bryan


More information about the U-Boot mailing list