Skip to content

Commit 6f55b72

Browse files
fix(references): fix broken links in Foundational Componenets section
Fixed the processors.wiki links and some broken links in Foundational components section Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent bf22050 commit 6f55b72

File tree

11 files changed

+20
-16
lines changed

11 files changed

+20
-16
lines changed

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ linux/Foundational_Components_Virtualization
9393
linux/Foundational_Components/Virtualization/Docker
9494
linux/Foundational_Components_Machine_Learning
9595
linux/Foundational_Components/Machine_Learning/armnn
96+
linux/Foundational_Components/Machine_Learning/tidl
9697
linux/Foundational_Components/Machine_Learning/tflite
9798
linux/Foundational_Components/Machine_Learning/neo
9899
linux/Foundational_Components/Machine_Learning/tvm

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ linux/Foundational_Components_Virtualization
9494
linux/Foundational_Components/Virtualization/Docker
9595
linux/Foundational_Components_Machine_Learning
9696
linux/Foundational_Components/Machine_Learning/armnn
97+
linux/Foundational_Components/Machine_Learning/tidl
9798
linux/Foundational_Components/Machine_Learning/tflite
9899
linux/Foundational_Components/Machine_Learning/neo
99100
linux/Foundational_Components/Machine_Learning/tvm

source/common/PRU-ICSS/Getting_Started_with_PSSP.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ a few requirements once you have installed to your preferred directory.
7474

7575
#. (**Optional**) Install CCS to the directory of your choosing
7676
CCS installation instruction for Linux can be found
77-
`here <http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv7#Installation_Instructions>`__.
77+
`here <https://software-dl.ti.com/ccs/esd/documents/ccs_linux_host_support.html>`__.
7878
Makefiles are provided in order to build all examples in the PRU Software Support
7979
Package. The ability to build the PRU projects using the Makefiles
8080
makes CCS optional in a Linux environment.
@@ -88,7 +88,7 @@ a few requirements once you have installed to your preferred directory.
8888
`here <https://git.ti.com/pru-software-support-package/pru-software-support-package/trees/master>`__.
8989
#. Install CCS to the directory of your choosing
9090
Installers can be found
91-
`here <http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_7_Downloads>`__.
91+
`here <https://www.ti.com/tool/download/CCSTUDIO>`__.
9292

9393
|
9494

source/common/PRU-ICSS/Overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ PRU evaluation hardware can be ordered from ti.com:
277277

278278
* PRU Networking
279279

280-
* `TMDS64GPEVM <https://www.ti.com/tool/TMDS64GPEVM>`__
280+
* `TMDS64EVM <https://www.ti.com/tool/TMDS64EVM>`__
281281

282282
* Generic PRU Development
283283

284-
* `SK-AM64 <https://www.ti.com/tool/SK-AM64>`__
284+
* `SK-AM64 <https://www.ti.com/tool/SK-AM64B>`__
285285

286286
* AM65x
287287

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

Lines changed: 3 additions & 4 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 <http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads>`__
63+
- `CCSv6 <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)
@@ -868,9 +868,8 @@ Configure the Kernel
868868
.. note::
869869

870870
This step is needed before building the kernel, kernel modules, device
871-
tree files, etc. For more information about these steps, see the `Kernel
872-
Users
873-
Guide <http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_Kernel_Users_Guide.html>`__.
871+
tree files, etc. For more information about these steps, see the
872+
:ref:`Kernel Users Guide <linux_kernel_users_guide>`.
874873

875874
4. Prepare to build the kernel, kernel modules, device tree files, etc
876875

source/linux/Examples_and_Demos/_Hands_on_with_QT.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_QT
2+
.. _hands-on-with-qt:
23
.. rubric:: Introduction
34
:name: introduction-hands-on-qt
45

source/linux/Examples_and_Demos_Sub-system_Demos.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ WLAN and Bluetooth
2828
==================
2929
.. include:: Examples_and_Demos/_WLAN_and_Bluetooth.rst
3030

31+
.. _hands-on-with-qt:
32+
3133
Hands on with QT
3234
================
3335
.. include:: Examples_and_Demos/_Hands_on_with_QT.rst

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ simple means to send and receive SPI messages the spidev driver can be
198198
used. Spidev provides a user space accessible means to communicate with
199199
the SPI interface. Latest documentation regarding spidev driver can be
200200
found
201-
`here <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/spi/spidev.rst>`__.
201+
`here <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/spi/spidev.rst>`_.
202202

203203
Spidev allows users to interact with the spi interface in a variety of
204204
programming languages that can communicate with kernel ioctls.

source/linux/Foundational_Components/Tools/Code_Composer_Studio/_CCS_Installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ can be located by browsing to `SDK for Sitara
9696
Processors <http://www.ti.com/tool/linuxezsdk-sitara>`__ and selecting
9797
the device being used. The CCS installer can be found on the device's
9898
SDK installer page under the Optional Addons or directly from the
99-
`Download CCS <http://processors.wiki.ti.com/index.php/Download_CCS>`__ wiki page.
99+
`Download CCS <https://www.ti.com/tool/download/CCSTUDIO>`__ page.
100100

101101
.. Image:: /images/SDK_download_page.png
102102

@@ -292,8 +292,8 @@ After opening CCS with a new workspace:
292292

293293
#. The *Projects:* list will now be populated with the projects found.
294294
#. Uncheck the following projects. They are Qt projects and are imported
295-
using a different method. For more information, see the `Hands on
296-
with QT <Examples_and_Demos_Sub-system_Demos.html#hands-on-with-qt>`__
295+
using a different method. For more information, see the :ref:`Hands on
296+
with QT <hands-on-with-qt>`
297297
training.
298298

299299
- matrix\_browser

source/linux/Foundational_Components/Tools/Code_Composer_Studio/_Kernel_Debugging_with_CCS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Starting with Sitara Linux SDK 6.0 the location of the toolchain has
66
changed and for non ARM 9 devices a new Linaro based toolchain will be
77
used. Details about the change in toolchain location can be found
8-
`here <http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_GCC_Toolchain#Updated.C2.A0Linux-Devkit_Structure>`__.
8+
:ref:`here <overview-getting-started>`.
99
Also details about the switch to Linaro can be found
10-
`here <http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_GCC_Toolchain#Switch_to_Linaro>`__.
10+
:ref:`here <overview-getting-started>`.
1111

1212
AM18x users are not affected by the switch to Linaro. Therefore, any
1313
references to the Linaro toolchain prefix "**arm-linux-gnueabihf**-"
@@ -324,7 +324,7 @@ your emulator and board must be ready.
324324

325325
In this example a Beaglebone (AM3359) was used, together with the Sitara
326326
support package available at the `CCS download
327-
page <http://processors.wiki.ti.com/index.php/Download_CCS>`__.
327+
page <https://www.ti.com/tool/download/CCSTUDIO>`__.
328328
**Note:** check the `Getting Started
329329
Guide <http://processors.wiki.ti.com/index.php/GSG:Debugging_projects_v5#Creating_a_Target_Configuration_File>`__
330330
to learn how to create one.

0 commit comments

Comments
 (0)