diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-25 12:44:16 -0400 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-07-28 11:36:37 +0200 |
commit | f687c8f7b44624a058b1a3979acea7f37f301c74 (patch) | |
tree | af9b12f85ced4f0669ce1df7fe036aea53a6d215 | |
parent | 54edc37a22ecd7d640e449f098575ef2ff22f315 (diff) |
doc: ti: Clarify required file names for K3 platforms
Now that we are using binman in all cases on these platforms, reword
things to be clearer that for filesystem booting we need to use a
specific name for each component.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
-rw-r--r-- | doc/board/ti/am62x_sk.rst | 3 | ||||
-rw-r--r-- | doc/board/ti/am65x_evm.rst | 3 | ||||
-rw-r--r-- | doc/board/ti/j7200_evm.rst | 3 | ||||
-rw-r--r-- | doc/board/ti/j721e_evm.rst | 4 |
4 files changed, 9 insertions, 4 deletions
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst index 3a122b07564..0721ee30749 100644 --- a/doc/board/ti/am62x_sk.rst +++ b/doc/board/ti/am62x_sk.rst @@ -169,7 +169,8 @@ Build procedure: Target Images -------------- -Copy the below images to an SD card and boot: +In order to boot we need tiboot3.bin, tispl.bin and u-boot.img. Each SoC +variant (GP, HS-FS, HS-SE) requires a different source for these files. - GP diff --git a/doc/board/ti/am65x_evm.rst b/doc/board/ti/am65x_evm.rst index 300cd3e9b96..82bae7c633a 100644 --- a/doc/board/ti/am65x_evm.rst +++ b/doc/board/ti/am65x_evm.rst @@ -170,7 +170,8 @@ Build procedure: Target Images -------------- -Copy the below images to an SD card and boot: +In order to boot we need tiboot3.bin, sysfw.itb, tispl.bin and u-boot.img. +Each SoC variant (GP and HS) requires a different source for these files. - GP diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst index 5e3d75059ca..909eb509638 100644 --- a/doc/board/ti/j7200_evm.rst +++ b/doc/board/ti/j7200_evm.rst @@ -172,7 +172,8 @@ Build procedure: Target Images -------------- -Copy the below images to an SD card and boot: +In order to boot we need tiboot3.bin, tispl.bin and u-boot.img. Each SoC +variant (GP, HS-FS, HS-SE) requires a different source for these files. - GP diff --git a/doc/board/ti/j721e_evm.rst b/doc/board/ti/j721e_evm.rst index 46244197f34..a93160b7748 100644 --- a/doc/board/ti/j721e_evm.rst +++ b/doc/board/ti/j721e_evm.rst @@ -183,7 +183,9 @@ Build procedure: Target Images -------------- -Copy the below images to an SD card and boot: +In order to boot we need tiboot3.bin, sysfw.itb, tispl.bin and u-boot.img. +Each SoC variant (GP, HS-FS and HS-SE) requires a different source for these +files. - GP |