diff mbox series

doc: board: phytec: phycore-am62x: Update artifact names

Message ID 20240228085848.1230795-1-w.egorov@phytec.de
State Accepted, archived
Commit f99a1e241ffe9ad979b93a2c7d58edadf083505d
Delegated to: Heinrich Schuchardt
Headers show
Series doc: board: phytec: phycore-am62x: Update artifact names | expand

Commit Message

Wadim Egorov Feb. 28, 2024, 8:58 a.m. UTC
Use proper binary artifact names for HSFS devices.
Do not use the *_unsigned binaries.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 doc/board/phytec/phycore-am62x.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Dhruva Gole Feb. 28, 2024, 9:15 a.m. UTC | #1
Hi,

+ Tom

On 28/02/24 14:28, Wadim Egorov wrote:
> Use proper binary artifact names for HSFS devices.
> Do not use the *_unsigned binaries.
> 
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
> ---


Reviewed-by: Dhruva Gole <d-gole@ti.com>

>   doc/board/phytec/phycore-am62x.rst | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/board/phytec/phycore-am62x.rst b/doc/board/phytec/phycore-am62x.rst
> index 1d641a78cf..bc6d524669 100644
> --- a/doc/board/phytec/phycore-am62x.rst
> +++ b/doc/board/phytec/phycore-am62x.rst
> @@ -92,9 +92,9 @@ Assuming the uSD card is `/dev/mmcblk0`:
>   To boot from a micro SD card on a HSFS device simply copy the following
>   artifacts to the FAT partition:
>   
> -* tiboot3.bin from R5 build as tiboot3.bin
> -* tispl.bin_unsigned from Cortex-A build as tispl.bin
> -* u-boot.img_unsigned from Cortex-A build as u-boot.img
> +* tiboot3.bin from R5 build
> +* tispl.bin from Cortex-A build
> +* u-boot.img from Cortex-A build

LGTM.
diff mbox series

Patch

diff --git a/doc/board/phytec/phycore-am62x.rst b/doc/board/phytec/phycore-am62x.rst
index 1d641a78cf..bc6d524669 100644
--- a/doc/board/phytec/phycore-am62x.rst
+++ b/doc/board/phytec/phycore-am62x.rst
@@ -92,9 +92,9 @@  Assuming the uSD card is `/dev/mmcblk0`:
 To boot from a micro SD card on a HSFS device simply copy the following
 artifacts to the FAT partition:
 
-* tiboot3.bin from R5 build as tiboot3.bin
-* tispl.bin_unsigned from Cortex-A build as tispl.bin
-* u-boot.img_unsigned from Cortex-A build as u-boot.img
+* tiboot3.bin from R5 build
+* tispl.bin from Cortex-A build
+* u-boot.img from Cortex-A build
 
 Boot
 ----