Skip to content

Commit be5ca4f

Browse files
cshilwantStaticRocket
authored andcommitted
fix: Switch from relative links to :ref: for cross-referencing
Use :ref: for cross-referencing to arbitrary locations in the entire document Signed-off-by: Chirag Shilwant <[email protected]>
1 parent 202d79c commit be5ca4f

File tree

9 files changed

+21
-18
lines changed

9 files changed

+21
-18
lines changed

source/devices/AM62PX/linux/Overview/Build_and_Run_the_Demos.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Processor SDK AM62Px support GNU make based build system.
1717

1818
Refer the respective user guides to build Linux and other RTOS/NO-RTOS packages
1919

20-
- For Linux Kernel, u-boot & DTB `[Use Link] <../../../../linux/Foundational_Components.html>`__
21-
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_02_00_38/exports/docs/api_guide_am62px/index.html>`__
20+
- For Linux Kernel, u-boot & DTB - `[Use Link] <foundational-components-linux>`
21+
- For RTOS/NO-RTOS source (MCU+ SDK) - `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_02_00_38/exports/docs/api_guide_am62px/index.html>`__

source/devices/AM62X/linux/Overview/Build_and_Run_the_Demos.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Processor SDK AM62x support GNU make based build system.
1717

1818
Refer the respective user guides to build Linux and other RTOS/NO-RTOS packages
1919

20-
- For Linux Kernel, u-boot & DTB `[Use Link] <../../../../linux/Foundational_Components.html>`__
21-
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_00_38/exports/docs/api_guide_am62x/index.html>`__
20+
- For Linux Kernel, u-boot & DTB - :ref:`[Use Link] <foundational-components-linux>`
21+
- For RTOS/NO-RTOS source (MCU+ SDK) - `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_00_38/exports/docs/api_guide_am62x/index.html>`__
2222

2323

2424

source/devices/AM62X/linux/Release_Specific_Migration_Guide.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ Processor SDK 10.00.07.04
4343
instructions<Build-U-Boot-label>` for the updated steps.
4444

4545
- For Linux builds, generic ``defconfig`` is used instead of custom
46-
fragments. Please refer to `linux users guide
47-
<../../../linux/Foundational_Components_Kernel_Users_Guide.html#preparing-to-build>`__
46+
fragments. Please refer to :ref:`Linux Kernel User Guide <preparing-to-build>`
4847
for build instructions.
4948

5049
.. include:: /linux/Release_Specific/_AM62_Enable_UHS_MMCSD.rst

source/linux/Foundational_Components.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _foundational-components-linux:
2+
13
############################
24
Foundational Components
35
############################

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ I2C2 and CSI-RX Port 0:
211211
status = "okay";
212212
};
213213
214+
.. _enabling-camera-sensors:
215+
214216
***********************
215217
Enabling camera sensors
216218
***********************

source/linux/Foundational_Components/U-Boot/UG-General-Info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Build U-Boot
565565
:name: target-images
566566

567567
Copy the below images to the boot partition of an SD card and boot.
568-
Instructions to format the SD card can be found `here <../../Overview/Processor_SDK_Linux_create_SD_card.html>`__.
568+
Instructions to format the SD card can be found :ref:`here <processor-sdk-linux-create-sd-card>`.
569569

570570
.. ifconfig:: CONFIG_part_variant in ('AM65X')
571571

source/linux/Overview/Processor_SDK_Linux_Getting_Started_Guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mention, a new Operating System (OS) for many), is getting an
3535
environment set up where you can build and debug code on hardware. The
3636
SDK attacks this problem with providing everything you need to do
3737
development, and it is validated on standard TI hardware platforms
38-
(EVMs) (see `here <../Release_Specific_Supported_Platforms_and_Versions.html>`__ for more details).
38+
(EVMs) (see :ref:`here <release-specific-supported-platforms-and-versions>` for more details).
3939
It wraps all of this up into one simple installer that helps get
4040
everything you need in the right place to do development. For example,
4141
you can start off with simply re-building the Linux Embedded System
@@ -59,7 +59,7 @@ What would you like to do with the SDK?
5959
As described above, the SDK has a lot to it. Let’s break it down to two
6060
pieces to simplify things a bit:
6161

62-
- The example `Embedded Linux System <../Overview_Software_Stack.html>`__.
62+
- The example :ref:`Embedded Linux System <linux-software-stack>`.
6363
Essentially, a working bootloader (U-Boot), Linux
6464
kernel, and filesystem that can be put on an SD card and ran on a TI
6565
EVMs.
@@ -126,7 +126,7 @@ something, check out the next section which shares how to play with the
126126
embedded Linux system |__FEATURINGMATRIX__|, the first piece of the SDK
127127
mentioned earlier. All you’ll need is access to a Linux
128128
computer, a SD card, a SD card reader, some free, open-source software,
129-
and a supported `Hardware Platform <../Release_Specific_Supported_Platforms_and_Versions.html>`__.
129+
and a supported :ref:`Hardware Platform <release-specific-supported-platforms-and-versions>`.
130130

131131
.. ifconfig:: CONFIG_sdk in ('SITARA')
132132

@@ -143,7 +143,7 @@ presentations gets old fast. So, if you want to see an example of what
143143
you can build with the SDK and actually hold it in your hands and play
144144
with it (or show it to someone else that needs help understanding what
145145
you want to do with it), with minimal effort, you can simply run the
146-
SDK Embedded Linux System |__FEATURINGMATRIX__| on a supported `Hardware platform <../Release_Specific_Supported_Platforms_and_Versions.html>`__.
146+
SDK Embedded Linux System |__FEATURINGMATRIX__| on a supported :ref:`Hardware platform <release-specific-supported-platforms-and-versions>`.
147147
This will allow you to poke and prod and interact. It’s a powerful way
148148
to get the imagination active and engaged.
149149

source/linux/Overview/_Processor_SDK_Linux_Software_Stack.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
.. http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Software_Stack
1+
.. _linux-software-stack:
22

3-
************************************
3+
**************
44
Software Stack
5-
************************************
5+
**************
66

77
The following software stack illustrates at a high level the various
88
components provided with the Processor SDK for Linux.
99

1010
.. note::
11-
**Availability of certain applications are platform dependent
12-
and clarified in the associated User Guides.**
11+
12+
Availability of certain applications are platform dependent and clarified in the associated User Guides.
1313

1414
.. ifconfig:: CONFIG_part_family in ('General_family', 'AM335X_family', 'AM437X_family')
1515

source/system/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Launching and Using the TI Apps Launcher
6464

6565
The TI Apps Launcher launches on Linux startup. Follow the below instructions to use it.
6666

67-
1. Flash an SD card with the :file:`tisdk-default-image`. User can download the :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__|. Please follow the instructions from here to `Flash an SD card <../../linux/Overview/Processor_SDK_Linux_create_SD_card.html>`__.
67+
1. Flash an SD card with the :file:`tisdk-default-image`. User can download the :file:`tisdk-default-image` wic image from |__SDK_DOWNLOAD_URL__|. Please follow the instructions from here to :ref:`Flash an SD card <processor-sdk-linux-create-sd-card>`.
6868

6969
.. note::
7070

@@ -130,7 +130,7 @@ ________________________
130130
.. ifconfig:: CONFIG_part_variant in ('AM62X')
131131

132132

133-
1. Ensure you have enabled the camera sensors which you have connected to SK-EVM. Refer `this <../../linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX.html#enabling-camera-sensors>`__ to know the list of camera modules supported and how to enable the sensor overlays for them.
133+
1. Ensure you have enabled the camera sensors which you have connected to SK-EVM. Refer :ref:`this <enabling-camera-sensors>` to know the list of camera modules supported and how to enable the sensor overlays for them.
134134

135135
2. To launch the Live Camera demo, click on the `Live Camera` button on the left panel.
136136

0 commit comments

Comments
 (0)