summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeha Malcom Francis <n-francis@ti.com>2023-12-21 11:13:32 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit15c7792a5c6df54f8ac27732a8791c0a09088be1 (patch)
treec7465caceeaea0ee227f36550607660bddd409c0 /doc
parent751a8f20b94c94e70bcc5323e7ba9f048f0ea041 (diff)
doc: board: ti: k3: Mention TI_DM argument
commit 09a17b0d01dd7c81f6fd96228581d7df47a1a7b1 upstream Mention TI_DM argument can be used to fetch a custom DM binary in the A72 build instructions for K3 devices. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/ti/k3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
index e9a65e00ee..e8bb19ab3f 100644
--- a/doc/board/ti/k3.rst
+++ b/doc/board/ti/k3.rst
@@ -278,6 +278,12 @@ use the `lite` option.
BL31=<path/to/atf/bl31.bin \
TEE=<path/to/optee/tee-pager_v2.bin
+.. note::
+ It is also possible to pick up a custom DM binary by adding TI_DM argument
+ pointing to the file. If not provided, it defaults to picking up the DM
+ binary from BINMAN_INDIRS. This is only applicable to devices that utilize
+ split firmware.
+
At this point you should have every binary needed initialize both the
wakeup and main domain and to boot to the U-Boot prompt