[PATCH] 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 --- Cc: Neha Malcom Francis n-francis@ti.com Cc: Heinrich Schuchardt xypron.glpk@gmx.de --- doc/board/ti/am62x_sk.rst | 3 ++- doc/board/ti/am65x_evm.rst | 3 ++- doc/board/ti/j7200_evm.rst | 3 ++- 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 3a122b075641..0721ee30749a 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 300cd3e9b960..82bae7c633ab 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 5e3d75059ca5..d4af3f435349 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 46244197f346..a93160b77482 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

Hi Tom,
Thanks for the patch!
On 25/07/23 22:14, Tom Rini wrote:
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
Cc: Neha Malcom Francis n-francis@ti.com Cc: Heinrich Schuchardt xypron.glpk@gmx.de
doc/board/ti/am62x_sk.rst | 3 ++- doc/board/ti/am65x_evm.rst | 3 ++- doc/board/ti/j7200_evm.rst | 3 ++- 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 3a122b075641..0721ee30749a 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 300cd3e9b960..82bae7c633ab 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 5e3d75059ca5..d4af3f435349 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 46244197f346..a93160b77482 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
Reviewed-by: Neha Malcom Francis n-francis@ti.com
participants (2)
-
Neha Malcom Francis
-
Tom Rini