Skip to content

Commit 768ff06

Browse files
committed
fix(foundational): nonexistent document ref
Removal of the unreachable files resulted in a new issue, the main tree that is conditionally masked still had a reference to the now nonexistent file. Not sure how to detect that programmatically yet. Fixes: 5904b7a ("fix(unreachable): purge all unreachable files") Signed-off-by: Randolph Sapp <[email protected]>
1 parent bea1036 commit 768ff06

11 files changed

+1
-28
lines changed

source/linux/Examples_and_Demos_Application_Demos.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ Application Demos
66
:maxdepth: 5
77

88
Examples_and_Demos/Application_Demos/Dual_Camera_Demo
9-
Examples_and_Demos/Application_Demos/Barcode
109
Examples_and_Demos/Application_Demos/QT_Thermostat_HMI_Demo
11-
Examples_and_Demos/Application_Demos/Optical_Flow_with_OpenVX
12-
Examples_and_Demos/Application_Demos/ROS_Radar
1310
Examples_and_Demos/Application_Demos/PRU_ADC
1411
Examples_and_Demos/Application_Demos/Video_Graphics_Test
15-
Examples_and_Demos/Application_Demos/Watchdog_demo
1612
Examples_and_Demos/Application_Demos/Additional_Application_Demo_Links
1713

source/linux/Foundational_Components.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ Foundational Components
2828
Foundational_Components_IPCLLD
2929
Foundational_Components_CMEM
3030
Foundational_Components/Graphics/index
31-
Foundational_Components_Multimedia_IVAHD
3231
Foundational_Components_Multimedia_D5520_VXE384
3332
Foundational_Components_Multimedia_wave5
34-
Foundational_Components_OpenCL
3533
Foundational_Components_OpenCV
36-
Foundational_Components_OpenVX
3734
Foundational_Components_Hypervisor
3835
Foundational_Components_Virtualization
3936
Foundational_Components_Machine_Learning

source/linux/Foundational_Components/PRU-ICSS-Linux-Drivers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Linux Drivers
1313
PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_sr10
1414
PRU-ICSS/Linux_Drivers/pru-sw-uart
1515
PRU-ICSS/Linux_Drivers/pruss-uart
16-
PRU-ICSS/Linux_Drivers/pru-icssg-pwm

source/linux/Foundational_Components/Power_Management/pm_suspend_resume.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ RTC-Only and RTC+DDR Mode
375375

376376
RTC-Only and RTC+DDR modes are only supported on AM437x devices.
377377

378-
.. ifconfig:: CONFIG_part_family in ('AM437X_family')
379-
380-
Please refer to :doc:`pm_rtc_ddr` for details.
381-
382378
.. rubric:: DDR3 VTT Regulator Toggling
383379

384380
Some boards using DDR3 have a VTT Regulator that must be shut off during

source/linux/Foundational_Components_Machine_Learning.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ Machine Learning
7676
Foundational_Components/Machine_Learning/armnn
7777
Foundational_Components/Machine_Learning/arm_compute_library
7878
Foundational_Components/Machine_Learning/nnstreamer
79-
Foundational_Components/Machine_Learning/tflite_j7

source/linux/Foundational_Components_Power_Management.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Power Management
1111
Foundational_Components/Power_Management/pm_runtime_pm
1212
Foundational_Components/Power_Management/pm_smartreflex
1313
Foundational_Components/Power_Management/pm_suspend_resume
14-
Foundational_Components/Power_Management/pm_rtc_ddr
1514
Foundational_Components/Power_Management/pm_low_power_modes
1615
Foundational_Components/Power_Management/pm_am62lx_low_power_modes
1716
Foundational_Components/Power_Management/pm_wakeup_sources

source/linux/How_to_Guides/Host/Program_the_eMMC_on_Beaglebone_Black.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ What is Needed
3232
* A mini-USB or Ethernet cable to connect the Beaglebone Black to the host PC
3333
* A 5V power supply compatible with the Beaglebone Black
3434
* A Serial Debug Cable is recommended to monitor U-Boot outputs
35-
* A configured `TFTP Server
36-
<../Host/How_to_Setup_Ubuntu_1404_Network_Boot.html>`__
35+
* A configured TFTP Server
3736
* The following files:
3837

3938
* :download:`**fetcher.sh** <files/fetcher.sh>` script
@@ -51,10 +50,6 @@ run on the flash.
5150
.. note:: We can use the prebuilt U-Boot images as-is with no modifications
5251
needed
5352

54-
.. note:: A configured TFTP Server is necessary for this guide. Steps to
55-
properly configure a TFTP Server can be found `here
56-
<../Host/How_to_Setup_Ubuntu_1404_Network_Boot.html>`__
57-
5853
* Copy **u-boot-spl.bin-am335x-evm** and **u-boot-am335x-evm.img** files from
5954
**<Processor-SDK>/board-support/prebuilt-images/** into the root **/tftpboot/**
6055
folder. **/tftpboot/** is often located under **/var/lib/**

source/linux/How_to_Guides_Developer_Notes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Developer Notes
1212
How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot
1313
How_to_Guides/Host/Customizing_the_SDK_Splash_Screen
1414
How_to_Guides/Host/AM335x_ICEv2_flash_erase
15-
How_to_Guides/Host/How_to_Setup_Ubuntu_1404_Network_Boot
1615
How_to_Guides/Host/Additional_How_to_Guide_Links
1716
How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
1817
How_to_Guides/Target/How_to_add_a_JVM

source/linux/How_to_Guides_Hardware_Setup_with_CCS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ Hardware EVM Setup
1010
How_to_Guides/Hardware_Setup_with_CCS/TMDX654_EVM_Hardware_Setup
1111
How_to_Guides/Hardware_Setup_with_CCS/AM572x_GP_EVM_Hardware_Setup
1212
How_to_Guides/Hardware_Setup_with_CCS/TMDXIDK5728_Hardware_Setup
13-
How_to_Guides/Hardware_Setup_with_CCS/66AK2G02_GP_EVM_Hardware_Setup
14-
How_to_Guides/Hardware_Setup_with_CCS/66AK2G02_ICE_EVM_Hardware_setup
15-
How_to_Guides/Hardware_Setup_with_CCS/EVMK2E_Hardware_Setup
1613
How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
1714
How_to_Guides/Hardware_Setup_with_CCS/ICE_AM335x_Hardware_Setup
1815
How_to_Guides/Hardware_Setup_with_CCS/ICE_AMIC110_EVM_Hardware_Setup
19-
How_to_Guides/Hardware_Setup_with_CCS/OMAPL138-C6748_LCDK_Hardware_Setup
2016
How_to_Guides/Hardware_Setup_with_CCS/J721E_EVM_Hardware_Setup
2117
How_to_Guides/Hardware_Setup_with_CCS/J7200_EVM_Hardware_Setup
2218
How_to_Guides/Hardware_Setup_with_CCS/J721S2_EVM_Hardware_Setup

source/linux/How_to_Guides_Host.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Host
1313
How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot
1414
How_to_Guides/Host/Customizing_the_SDK_Splash_Screen
1515
How_to_Guides/Host/AM335x_ICEv2_flash_erase
16-
How_to_Guides/Host/How_to_Setup_Ubuntu_1404_Network_Boot
1716
How_to_Guides/Host/Additional_How_to_Guide_Links
1817
How_to_Guides/Host/AM335x_AM437x_Hardware_Migration_Guide
1918
How_to_Guides/Host/Program_the_eMMC_on_Beaglebone_Black

0 commit comments

Comments
 (0)