diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2024-02-28 09:58:48 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-03-13 08:10:00 +0100 |
commit | f99a1e241ffe9ad979b93a2c7d58edadf083505d (patch) | |
tree | 7110a336deb5a16dc339942bb74f4e4243ebe4b5 | |
parent | 27987b86a0a45849c1f6110252ec15b413caf34c (diff) | |
download | u-boot-f99a1e241ffe9ad979b93a2c7d58edadf083505d.zip u-boot-f99a1e241ffe9ad979b93a2c7d58edadf083505d.tar.gz u-boot-f99a1e241ffe9ad979b93a2c7d58edadf083505d.tar.bz2 |
doc: board: phytec: phycore-am62x: Update artifact names
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>
-rw-r--r-- | doc/board/phytec/phycore-am62x.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/board/phytec/phycore-am62x.rst b/doc/board/phytec/phycore-am62x.rst index 1d641a7..bc6d524 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 ---- |