From: Nishanth Menon Date: Thu, 27 Jul 2023 18:58:59 +0000 (-0500) Subject: doc: board: ti: j7200_evm: Convert the emmc layout to svg X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=93d90bf33e70a4b67af9e1cabb04341c560021b2;p=u-boot.git doc: board: ti: j7200_evm: Convert the emmc layout to svg Convert the emmc memory layout to svg Signed-off-by: Nishanth Menon --- diff --git a/doc/board/ti/img/emmc_j7200_evm_boot01.svg b/doc/board/ti/img/emmc_j7200_evm_boot01.svg new file mode 100644 index 0000000000..43e8b254a8 --- /dev/null +++ b/doc/board/ti/img/emmc_j7200_evm_boot01.svg @@ -0,0 +1,662 @@ + + + + + + + + + + + + tiboot3.bin (1MB) + + + + tiboot3.bin (1MB) + + + + + + + + + + + 0x0 + + + + + + 0x0 + + + + + + + + + tispl.bin (2MB) + + + + tispl.bin (2MB) + + + + + + + + + + + 0x800 + + + + + + 0x800 + + + + + + + + + U-boot.img (4MB) + + + + U-boot.img (4MB) + + + + + + + + + + + 0x1800 + + + + + + 0x1800 + + + + + + + + + environment (128KB) + + + + environment (128KB) + + + + + + + + + + + 0x3800 + + + + + + 0x3800 + + + + + + + + + backup environment (128KB) + + + + backup environment (128KB) + + + + + + + + + + + 0x3900 + + + + + + 0x3900 + + + + + + + + + + + 0x3A00 + + + + + + 0x3A00 + + + + + + + + + + UDA Partition + + + + UDA Partition + + + + + + + + + Boot0/1 partition (8MB) + + + + Boot0/1 partition (8MB) + + + + + + + + + rootfs + + + + rootfs + + + + + + + Text is not SVG - cannot display + + + diff --git a/doc/board/ti/img/emmc_j7200_evm_udafs.svg b/doc/board/ti/img/emmc_j7200_evm_udafs.svg new file mode 100644 index 0000000000..4287bb65b5 --- /dev/null +++ b/doc/board/ti/img/emmc_j7200_evm_udafs.svg @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + 0x0 + + + + + + 0x0 + + + + + + + + + + + 0x3A00 + + + + + + 0x3A00 + + + + + + + + + + UDA Partition + + + + UDA Partition + + + + + + + + + Boot0/1 partition (8MB) + + + + Boot0/1 partition (8MB) + + + + + + + + + + + rootfs + + + + rootfs + + + + + + + + + boot + + + + boot + + + + + + + + + + tiboot3.bin* + + + + tiboot3.bi... + + + + + + + + + tispl.bin + + + + tispl.bin + + + + + + + + + u-boot.img + + + + u-boot.img + + + + + + + + + environment + + + + environment + + + + + + + Text is not SVG - cannot display + + + diff --git a/doc/board/ti/j7200_evm.rst b/doc/board/ti/j7200_evm.rst index a69935b1fa..33d849198c 100644 --- a/doc/board/ti/j7200_evm.rst +++ b/doc/board/ti/j7200_evm.rst @@ -186,42 +186,14 @@ Current allocated size for tiboot3 size is 1MB, tispl is 2MB. Size of u-boot.img is taken 4MB for refernece, But this is subject to change depending upon atf, optee size -.. code-block:: console - - boot0/1 partition (8 MB) user partition - 0x0+----------------------------------+ 0x0+------------------------+ - | tiboot3.bin (1 MB) | | | - 0x800+----------------------------------+ | | - | tispl.bin (2 MB) | | | - 0x1800+----------------------------------+ | | - | u-boot.img (4MB) | | | - 0x3800+----------------------------------+ | | - | | | | - 0x3900+ environment | | | - | | | | - 0x3A00+----------------------------------+ +-------------------------+ +.. image:: img/emmc_j7200_evm_boot01.svg In case of UDA FS mode booting, following is layout. All boot images tiboot3.bin, tispl and u-boot should be written to fat formatted UDA FS as file. -.. code-block:: console - - boot0/1 partition (8 MB) user partition - 0x0+---------------------------------+ 0x0+-------------------------+ - | | | tiboot3.bin* | - 0x800+----------------------------------+ | | - | | | tispl.bin | - 0x1800+----------------------------------+ | | - | | | u-boot.img | - 0x3800+----------------------------------+ | | - | | | | - 0x3900+ | | environment | - | | | | - 0x3A00+----------------------------------+ +-------------------------+ - - +.. image:: img/emmc_j7200_evm_udafs.svg In case of booting from eMMC, write above images into raw or UDA FS. and set mmc partconf accordingly.