diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-08-22 11:40:59 -0500 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-08-23 08:02:59 +0200 |
commit | dfd299a6964145877e5dbaed9486c5dab31d1510 (patch) | |
tree | ecaed736de21727b2c1eabd0086f09210e8e80c3 /doc/board | |
parent | f5a578e77e3598a830483f539e5ddd03b2e08eea (diff) | |
download | u-boot-dfd299a6964145877e5dbaed9486c5dab31d1510.zip u-boot-dfd299a6964145877e5dbaed9486c5dab31d1510.tar.gz u-boot-dfd299a6964145877e5dbaed9486c5dab31d1510.tar.bz2 |
doc: board: ti: am65x: provide image alt text
Provide alternative text for image.
Fixes: fd358121bdb8 ("doc: board: ti: am65x: Update with boot flow diagram")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/ti/am65x_evm.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/board/ti/am65x_evm.rst b/doc/board/ti/am65x_evm.rst index 5f3c46c..10e30f4 100644 --- a/doc/board/ti/am65x_evm.rst +++ b/doc/board/ti/am65x_evm.rst @@ -46,6 +46,7 @@ applications. This should happen before running Linux. instead use Falcon boot flow to reduce boot time. .. image:: img/boot_diagram_am65.svg + :alt: Boot flow diagram - Here DMSC acts as master and provides all the critical services. R5/A53 requests DMSC to get these services done as shown in the above diagram. @@ -136,14 +137,17 @@ Image formats: - tiboot3.bin .. image:: img/no_multi_cert_tiboot3.bin.svg + :alt: tiboot3.bin image format - tispl.bin .. image:: img/nodm_tispl.bin.svg + :alt: tispl.bin image format - sysfw.itb .. image:: img/sysfw.itb.svg + :alt: sysfw.itb image format eMMC: ----- @@ -185,6 +189,7 @@ used: eMMC layout: .. image:: img/emmc_am65x_evm_boot0.svg + :alt: emmc boot partition layout Kernel image and DT are expected to be present in the /boot folder of rootfs. To boot kernel from eMMC, use the following commands: @@ -220,6 +225,7 @@ addresses. Flash layout for OSPI: .. image:: img/ospi_sysfw.svg + :alt: OSPI flash partition layout Kernel Image and DT are expected to be present in the /boot folder of UBIFS ospi.rootfs just like in SD card case. U-Boot looks for UBI volume named |