Skip to content

Commit bf22050

Browse files
fix(references): Add Program EVM User Guide and update correct U-boot reference links
Add Program EVM User Guide in the Overview/Getting Started Here section Update the correct references of u-boot building methods Include the reference for UG-SATA in Foundational Components/U-Boot section Add the UFS reference in Kernel/Kernel Drivers section Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 508f0cc commit bf22050

File tree

9 files changed

+18
-5
lines changed

9 files changed

+18
-5
lines changed

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linux/Overview/Download_and_Install_the_SDK
1212
linux/Overview/Run_Setup_Scripts
1313
linux/Overview/Top_Level_Makefile
1414
linux/Overview/GCC_ToolChain
15+
linux/Overview/Program_EVM
1516
devices/AM335X/linux/index
1617
devices/AM335X/linux/Release_Specific
1718
devices/AM335X/linux/Release_Specific_Release_Notes
@@ -28,6 +29,7 @@ linux/Foundational_Components/U-Boot/UG-DFU
2829
linux/Foundational_Components/U-Boot/UG-Network
2930
linux/Foundational_Components/U-Boot/UG-NAND
3031
linux/Foundational_Components/U-Boot/UG-Memory
32+
linux/Foundational_Components/U-Boot/UG-SATA
3133
linux/Foundational_Components/U-Boot/UG-SPI
3234
linux/Foundational_Components/U-Boot/UG-QSPI
3335
linux/Foundational_Components/U-Boot/UG-NOR
@@ -62,6 +64,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6264
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
6365
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
6466
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
67+
linux/Foundational_Components/Kernel/Kernel_Drivers/UFS
6568
linux/Foundational_Components/Kernel/Kernel_Drivers/USB/MUSB
6669
linux/Foundational_Components_Kernel_Users_Guide
6770
linux/Foundational_Components_Kernel_Release_Notes

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linux/Overview/Download_and_Install_the_SDK
1212
linux/Overview/Run_Setup_Scripts
1313
linux/Overview/Top_Level_Makefile
1414
linux/Overview/GCC_ToolChain
15+
linux/Overview/Program_EVM
1516
devices/AM437X/linux/index
1617
devices/AM437X/linux/Release_Specific
1718
devices/AM437X/linux/Release_Specific_Release_Notes
@@ -28,6 +29,7 @@ linux/Foundational_Components/U-Boot/UG-DFU
2829
linux/Foundational_Components/U-Boot/UG-Network
2930
linux/Foundational_Components/U-Boot/UG-NAND
3031
linux/Foundational_Components/U-Boot/UG-Memory
32+
linux/Foundational_Components/U-Boot/UG-SATA
3133
linux/Foundational_Components/U-Boot/UG-SPI
3234
linux/Foundational_Components/U-Boot/UG-QSPI
3335
linux/Foundational_Components/U-Boot/UG-NOR
@@ -64,6 +66,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6466
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
6567
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
6668
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
69+
linux/Foundational_Components/Kernel/Kernel_Drivers/UFS
6770
linux/Foundational_Components/Kernel/Kernel_Drivers/USB/DWC3
6871
linux/Foundational_Components_Kernel_Users_Guide
6972
linux/Foundational_Components_Kernel_Release_Notes

configs/AM65X/AM65X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6363
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
6464
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
6565
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
66+
linux/Foundational_Components/Kernel/Kernel_Drivers/UFS
6667
linux/Foundational_Components/Kernel/Kernel_Drivers/USB/DWC3
6768
linux/Foundational_Components/Kernel/Kernel_Drivers/VTM
6869
linux/Foundational_Components_Kernel_Users_Guide

source/linux/Foundational_Components/Kernel/Kernel_Drivers/UFS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _ufs:
2+
13
UFS
24
---------------------------------
35

source/linux/Foundational_Components/U-Boot/Apps-Load-in-CCS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The below lab is going to walk you through the process of using CCS to load SPL/
66
Step 1: Software Downloads
77
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88

9-
* A Linux host system configured in accordance with the `Processor SDK Linux Getting Started Guide <http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Getting_Started_Guide.html>`__, with the latest Processor Software Development Kit (PSDK) and Code Composer Studios (CCS) installed. Please refer to the release notes. This document was written using Ubuntu 18.04, Processor SDK Linux 06.03, and CCS 10.0.
9+
* A Linux host system configured in accordance with the :ref:`Processor SDK Linux Getting Started Guide <overview-getting-started>`, with the latest Processor Software Development Kit (PSDK) and Code Composer Studios (CCS) installed. Please refer to the release notes. This document was written using Ubuntu 18.04, Processor SDK Linux 06.03, and CCS 10.0.
1010

1111
Step 2: Testing Hardware Connection
1212
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -43,7 +43,7 @@ Step 3: Building the SPL/Uboot images
4343

4444
* Before we compile the Uboot, please add the following flag "CONFIG_OF_EMBED=y" in the am43xx_evm_defconfig file. If you refer to the <u-boot_dir>/README file, it mentions "If this variable is defined, U-Boot will embed a device tree binary in its image." Please keep in mind that this is suitable for debugging and development only and is not recommended for production.
4545

46-
* There are two methods of compiling Uboot: `method1 <Overview/Top_Level_Makefile.html#top-level-makefile>`__ and `method2 <Foundational_Components_U-Boot.html#build-and-boot-flow-on-32-bit-platforms>`__. Both methods will generate the necessary files required for Uboot debugging
46+
* There are two methods of compiling Uboot: :ref:`method1 <top-level-makefile>` and :ref:`method2 <Build-U-Boot-label>`. Both methods will generate the necessary files required for Uboot debugging
4747

4848
* Upon successful compilation, there are a total of 3 images that we are interested:
4949

source/linux/Foundational_Components/U-Boot/UG-SATA.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _ug-sata:
2+
13
SATA
24
------------------------------------
35

source/linux/Foundational_Components/U-Boot/UG-UFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Then we can go ahead with 'scsi scan' to see the attached devices:
2727
|
2828
2929
All the remaining scsi commands detailed in the
30-
`previous section <UG-SATA.html>`__ are
30+
:ref:`previous section <ug-sata>` are
3131
also applicable.
3232

3333
For more information about UFS see
34-
`Kernel UFS Guide <../../Foundational_Components/Kernel/Kernel_Drivers/UFS.html>`__.
34+
:ref:`Kernel UFS Guide <ufs>`.
3535

3636

source/linux/Overview/Processor_SDK_Linux_Getting_Started_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ which you can start development.
254254
.. ifconfig:: CONFIG_sdk in ('SITARA')
255255

256256
Use the `Create SD Card <Processor_SDK_Linux_create_SD_card.html>`__,
257-
or **One-time Program EVM for K2H/K2K, K2E, and K2L** - following directions for `Program EVM User Guide <Program_EVM.html>`__
257+
or **One-time Program EVM for K2H/K2K, K2E, and K2L** - following directions for :ref:`Program EVM User Guide <program-evm-user-guide>`
258258

259259
.. ifconfig:: CONFIG_sdk in ('JACINTO','j7_foundational')
260260

source/linux/Overview/Program_EVM.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. http://processors.wiki.ti.com/index.php/Program_EVM_UG
22
3+
.. _program-evm-user-guide:
4+
35
Program EVM User Guide
46
======================
57

0 commit comments

Comments
 (0)