diff options
| author | Mattijs Korpershoek <[email protected]> | 2025-06-25 16:58:15 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-07-26 07:37:03 +0200 |
| commit | 62b3dbfc5efd1343c2c92f8ca5b3aa122744dca5 (patch) | |
| tree | 736bb9aabb67d9ed88df5382b94ba78e5571a4c7 | |
| parent | ca0b03ba60b9d684df3205a02766ffbe90d6e85a (diff) | |
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 <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
| -rw-r--r-- | doc/board/ti/j784s4_evm.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
