Skip to content

Commit ae2ec9f

Browse files
jeevantelukulaStaticRocket
authored andcommitted
fix(references): Fix broken links in How to Guides, Industrial Protocol and Examples and Demos docs
Add HSR_PRP in toc tree for AM335x and AM437x Fix broken links in How to Guides and Examples and Demos Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent edbb2b8 commit ae2ec9f

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ linux/Foundational_Components/Graphics/SGX/Overview
112112
linux/Foundational_Components/Graphics/SGX/SGX_Debug_Info
113113

114114
linux/Industrial_Protocols
115+
linux/Industrial_Protocols_HSR_PRP
115116
linux/Industrial_Protocols_PTP
116117
linux/Industrial_Protocols_RSTP
117118
linux/Industrial_Protocols_CCLINK

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ linux/Foundational_Components/Graphics/SGX/Overview
112112
linux/Foundational_Components/Graphics/SGX/SGX_Debug_Info
113113

114114
linux/Industrial_Protocols
115+
linux/Industrial_Protocols_HSR_PRP
115116
linux/Industrial_Protocols_PTP
116117
linux/Industrial_Protocols_RSTP
117118
linux/Industrial_Protocols_CCLINK

source/linux/Examples_and_Demos/_Hands_on_with_QT.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ be adapted accordingly.
9999
- QT Creator 5.7.0 installed on your Linux host.
100100

101101
- You can download Qt Creator from open source distribution version
102-
of Qt http://download.qt.io/official_releases/qt/5.7/5.7.0/
102+
of Qt at http://download.qt.io/official_releases/qt/
103103
- QT will download as a .run file. Make the file executable by
104104
running the **chmod + <qtfile>** command and **./<qtfile>**. These
105105
steps should launch the QT installer.
@@ -1458,10 +1458,9 @@ style sheets.
14581458
For debugging QT application with source code to QT libraries,
14591459
corresponding QT library will need to be installed to the
14601460
<ti-processor-sdk-linux-xxx>/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi
1461-
location. The \*.ipk package can be found from the `yocto build of
1462-
PSDK <http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK>`__
1463-
under
1464-
build/arago-tmp-external-arm-toolchain/work/armv7ahf-neon-linux-gnueabi.
1461+
location. The \*.ipk package can be found from the
1462+
:ref:`yocto build of PSDK <building-the-sdk-with-yocto>`
1463+
under build/arago-tmp-external-arm-toolchain/work/armv7ahf-neon-linux-gnueabi.
14651464
Linux "find" command can be used to refine the search for \*.ipk file.
14661465
For example, following steps to debug qtbase application
14671466

source/linux/Examples_and_Demos_Sub-system_Demos.rst

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

31-
.. _hands-on-with-qt:
32-
3331
Hands on with QT
3432
================
3533
.. include:: Examples_and_Demos/_Hands_on_with_QT.rst

source/linux/How_to_Guides/Board_Port/Linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Board Port using a **hello_world.dts** file, which can then be
99
iteratively changed to add needed peripherals.
1010

1111
This tutorial assumes the latest `TI SDK
12-
<https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html>`__
12+
<https://www.ti.com/tool/PROCESSOR-SDK-AM335X>`__
1313
has been installed, and a host machine has been properly configured.
1414

1515
This tutorial also recommends using TI's :download:`hello_world.dts <files/hello_world.dts>` file.

source/linux/How_to_Guides/Host/AM335x_ICEv2_flash_erase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on a Ubuntu 14.04 host system
2222
#. Launch Code Composer Studio (CCS)
2323

2424
- If you do not have CCS, download it here: `CCS
25-
Download <http://processors.wiki.ti.com/index.php/Download_CCS>`__
25+
Download <https://www.ti.com/tool/download/CCSTUDIO>`__
2626

2727
#. Create a target configuration file in CCS to connect to the AM3359
2828
ICE board

source/linux/Industrial_Protocols/_CCLINK.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,10 @@ CCIEF-BASIC\_Slave/build/linux. Then, run "make" which generates
102102
Slave\_sample
103103

104104
An alternative to rebuild CCLINK IEF Basic is cross-compilation on X86
105-
using the Yocto recipe. In order to do that, please refer to `Processor
106-
SDK Building The
107-
SDK <http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK>`__
108-
to set up the build environment, and `Processor SDK Yocto
109-
Recipes <http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Recipes>`__
105+
using the Yocto recipe. In order to do that, please refer to
106+
:ref:`Processor SDK Building The SDK <building-the-sdk-with-yocto>`
107+
to set up the build environment, and
108+
:ref:`Processor SDK Yocto Recipes <building-the-sdk-recipes>`
110109
to bitbake the recipes and install the newly built packages for CCLINK
111110
IEF Basic:
112111

0 commit comments

Comments
 (0)