From 62b3dbfc5efd1343c2c92f8ca5b3aa122744dca5 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Wed, 25 Jun 2025 16:58:15 +0200 Subject: [PATCH] doc: board: ti: Add defconfigs for AM69-SK The J784S4 and AM69 Platforms page only details the defconfigs for J784S4. Mention the ones needed for AM69-SK as well, to guide users on how to build for that board. Signed-off-by: Mattijs Korpershoek Reviewed-by: Neha Malcom Francis --- doc/board/ti/j784s4_evm.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/board/ti/j784s4_evm.rst b/doc/board/ti/j784s4_evm.rst index 349fb394d74..22442874110 100644 --- a/doc/board/ti/j784s4_evm.rst +++ b/doc/board/ti/j784s4_evm.rst @@ -90,6 +90,15 @@ Set the variables corresponding to this platform: export OPTEE_PLATFORM=k3-j784s4 export OPTEE_EXTRA_ARGS="CFG_CONSOLE_UART=0x8" +.. note:: + + For AM69-SK, use the following U_BOOT_CFG instead: + + .. prompt:: bash + + export UBOOT_CFG_CORTEXR=am69_sk_r5_defconfig + export UBOOT_CFG_CORTEXA=am69_sk_a72_defconfig + .. j784s4_evm_rst_include_start_build_steps 1. Trusted Firmware-A -- 2.47.2