Skip to content

Commit 1b81c03

Browse files
fix (references): Update cross referencing to docs for Program EVM User Guide, UG-SATA and UFS and html links
Update the cross referencing to other docs replacing ref tag with doc tag which directly point to the document Update referencing the links through html to using ref tags Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 2b2dbdf commit 1b81c03

File tree

12 files changed

+16
-24
lines changed

12 files changed

+16
-24
lines changed

source/common/PRU-ICSS/PRU-Hands-on-Labs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Software
6060
However, the notation ***<PRU_SW_PATH>*** will be used throughout
6161
the labs to reference this assumed installation location. If you use
6262
a different location please modify the steps below.
63-
- `CCSv6 <ti.com/tool/download/CCSTUDIO>`__
63+
- `CCSv6 <https://www.ti.com/tool/download/CCSTUDIO>`__
6464
- `PRU Code Generation
6565
Tools <http://software-dl.ti.com/codegen/non-esd/downloads/download.htm#PRU>`__
6666
(also available through the CCS App Center)
@@ -971,7 +971,7 @@ to your set up.
971971
a. Use the script included with the SDK to create a bootable SD card.
972972

973973
You can find instructions on this process at the
974-
`Linux SD Card Creation Guide <../../linux/Overview/Processor_SDK_Linux_create_SD_card.html>`__.
974+
:ref:`Linux SD Card Creation Guide <processor-sdk-linux-create-sd-card>`.
975975

976976
b. Once the card is created, mount it on your Linux host to copy the
977977
files to it.

source/devices/AM335X/linux/Release_Specific_Migration_Guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ Processor SDK 03.02
441441

442442
- The QT QPA eglfs\_kms, which supports multiple screens, has been
443443
enabled and used as the default eglfs platform plugin. For more
444-
information, see `QT and Graphics
445-
Migration <../../../linux/Foundational_Components_Graphics.html>`__
444+
information, see :ref:`QT and Graphics
445+
Migration <foundational-components-graphics-and-display>`
446446
- bootmonitor now goes thru mkimage and as a result the load address
447447
changed. Users should manually execute following commands in their
448448
u-boot environment to properly install the secure monitor on k2

source/linux/Examples_and_Demos/_Hands_on_with_QT.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ be adapted accordingly.
9393
- SD card with Sitara Linux SDK installed.
9494

9595
- For help creating a 2 partition SD card with the SDK content see
96-
the `create\_sdcard.sh
97-
script <Overview/Processor_SDK_Linux_create_SD_card.html>`__ page
96+
the :ref:`create\_sdcard.sh script <processor-sdk-linux-sd-card-with-default-images>` page
9897

9998
- QT Creator 5.7.0 installed on your Linux host.
10099

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _ufs:
2-
31
UFS
42
---------------------------------
53

source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Here are the steps needed to test out the new Ethernet interfaces:
232232
- follow the script directions to format your SD card and then
233233
install the pre-built binaries from the SDK
234234
- for more information on creating an SD card:
235-
`Processor\_SDK\_Linux\_create\_SD\_card\_script <Overview/Processor_SDK_Linux_create_SD_card.html>`__
235+
:ref:`Processor\_SDK\_Linux\_create\_SD\_card\_script <processor-sdk-linux-sd-card-with-default-images>`
236236

237237
- Boot from the newly created SD card
238238

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

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

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-
:ref:`previous section <ug-sata>` are
30+
:doc:`previous section <UG-SATA>` are
3131
also applicable.
3232

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

3636

source/linux/How_to_Guides/Board_Port/Linux.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ file.
106106

107107
* Test the minimal Hello World Linux Board Port
108108

109-
#. Create a bootable SD card by following the steps outlined in the `Linux SD
110-
Card Creation Guide
111-
<../../Overview/Processor_SDK_Linux_create_SD_card.html>`__. It is
109+
#. Create a bootable SD card by following the steps outlined in the :ref:`Linux SD
110+
Card Creation Guide <processor-sdk-linux-create-sd-card>`. It is
112111
recommended to follow the steps to create a "SD Card Using Default Images."
113112

114113
#. Make a copy of the **am335x-boneblack.dtb** file in the SD card root file

source/linux/How_to_Guides/Target/How_to_Boot_Beagle_Bone_Black_with_Processor_SDK_Linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ How to Boot Beagle Bone Black with Processor SDK Linux
99
By default, BeagleBone Black EVM boots with the Debian image on eMMC.
1010
This page describes two ways to boot a BeagleBone Black EVM with
1111
Processor SDK Linux. First, create an SD card with processor SDK Linux
12-
(`Create SD Card <../../Overview/Processor_SDK_Linux_create_SD_card.html>`__).
12+
(:ref:`Create SD Card <processor-sdk-linux-create-sd-card>`).
1313
Then, choose either of the two procedures below to boot with Processor
1414
SDK Linux.
1515

source/linux/How_to_Guides/Target/How_to_Program_Beaglebone_Black_eMMC_via_SD_Card.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ What is Needed
2828

2929
Preparing the SD Card
3030
---------------------
31-
* Follow the steps outlined in the `Linux SD Card Creation Guide
32-
<../../Overview/Processor_SDK_Linux_create_SD_card.html>`__.
31+
* Follow the steps outlined in the :ref:`Linux SD Card Creation Guide
32+
<processor-sdk-linux-sd-card-with-default-images>`.
3333
* For this guide, it is recommended to follow the steps to create an "SD Card
3434
Using Default Images."
3535
* Once the SD Card has been created with default

0 commit comments

Comments
 (0)