Skip to content

Commit 501d301

Browse files
committed
doc(linux): Sync AM57 SDK doc form forked repo
v2: fixed rst warning Signed-off-by: Udit Kumar <[email protected]>
1 parent 0ebc7b7 commit 501d301

38 files changed

+3589
-695
lines changed

configs/AM57X/AM57X_linux_config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Configuration Values
3535
--------------------
3636
'CONFIG_part_family' : 'AM57X_family'
3737
'CONFIG_part_variant' : 'AM57X'
38-
'CONFIG_sdk' : 'JACINTO'
38+
'CONFIG_sdk' : 'SITARA'
3939
'CONFIG_image_type' : 'default'
40-
'CONFIG_icss_support' : 'yes'
40+
'CONFIG_icss_support' : 'no'
4141
'CONFIG_rt_linux_support' : 'yes'
4242
'CONFIG_gpu_ip' : 'SGX'
43-
'CONFIG_crypto' : ''
43+
'CONFIG_crypto' : 'crypto'

configs/AM57X/AM57X_linux_toc.txt

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ linux/Overview_GPLv3_Disclaimer
99
linux/Overview/Processor_SDK_Linux_Getting_Started_Guide
1010
linux/Overview/Processor_SDK_Linux_create_SD_card
1111
linux/Overview/Download_and_Install_the_SDK
12-
linux/Overview/Program_EVM
1312
linux/Overview/Run_Setup_Scripts
1413
linux/Overview/Top_Level_Makefile
1514
linux/Overview/GCC_ToolChain
@@ -28,48 +27,39 @@ linux/Foundational_Components/U-Boot/UG-General-Info
2827
linux/Foundational_Components/U-Boot/UG-DFU
2928
linux/Foundational_Components/U-Boot/UG-Network
3029
linux/Foundational_Components/U-Boot/UG-NAND
31-
linux/Foundational_Components/U-Boot/UG-Memory-OMAP
32-
linux/Foundational_Components/U-Boot/UG-SPI
30+
linux/Foundational_Components/U-Boot/UG-Memory
3331
linux/Foundational_Components/U-Boot/UG-QSPI
32+
linux/Foundational_Components/U-Boot/UG-SPI
3433
linux/Foundational_Components/U-Boot/UG-NOR
3534
linux/Foundational_Components/U-Boot/UG-UART
3635
linux/Foundational_Components/U-Boot/UG-SATA
37-
linux/Foundational_Components/U-Boot/UG-DDR3
38-
linux/Foundational_Components/U-Boot/UG-RemoteProc
3936
linux/Foundational_Components/U-Boot/Applications
40-
linux/Foundational_Components/U-Boot/Apps-SPL-Debug-OpenOCD
37+
linux/Foundational_Components/U-Boot/Apps-SPL-Debug
4138
linux/Foundational_Components/U-Boot/Apps-Load-in-CCS
4239
linux/Foundational_Components/U-Boot/Apps-TroubleShooting
43-
linux/Foundational_Components_Boot_Monitor
4440
linux/Foundational_Components_Kernel
4541
linux/Foundational_Components_Kernel_Drivers
46-
linux/Foundational_Components/Kernel/Kernel_Drivers/ADC
4742
linux/Foundational_Components/Kernel/Kernel_Drivers/Audio
48-
linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/VPFE
4943
linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/VIP
50-
linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto/SA2UL_OMAP
44+
linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto
5145
linux/Foundational_Components/Kernel/Kernel_Drivers/DCAN
5246
linux/Foundational_Components/Kernel/Kernel_Drivers/Display/LCDC
5347
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
5448
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
5549
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
56-
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP
5750
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
5851
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
5952
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6053
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management
61-
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_overview
6254
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_dvfs
6355
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_smartreflex
64-
linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_suspend_resume
6556
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6657
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
6758
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6859
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/SATA
6960
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
7061
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
7162
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
72-
linux/Foundational_Components/Kernel/Kernel_Drivers/UBIFS
7363
linux/Foundational_Components/Kernel/Kernel_Drivers/USB/DWC3
7464
linux/Foundational_Components/Kernel/Kernel_Drivers/VPE
7565
linux/Foundational_Components_Kernel_Users_Guide
@@ -79,7 +69,6 @@ linux/Foundational_Components_Kernel_FAQs
7969
linux/Foundational_Components_Filesystem
8070
linux/Foundational_Components_Tools
8171
linux/Foundational_Components/Tools/Development_Tools
82-
linux/Foundational_Components/Tools/Flash_Tools
8372
linux/Foundational_Components/Tools/Pin_Mux_Tools
8473
linux/Foundational_Components/Tools/Code_Composer_Studio
8574
linux/Foundational_Components_PRU-ICSS_PRU_ICSSG
@@ -98,54 +87,37 @@ linux/Foundational_Components_CMEM
9887
linux/Foundational_Components_OPTEE
9988
linux/Foundational_Components_ATF
10089

101-
linux/Foundational_Components/Graphics/index
90+
linux/Foundational_Components_Graphics
10291
linux/Foundational_Components/Graphics/Common/Display
10392
linux/Foundational_Components/Graphics/Common/GTK+_Graphics_Framework
10493
linux/Foundational_Components/Graphics/Common/OpenGL_ES
10594
linux/Foundational_Components/Graphics/Common/PVR_Tools
10695
linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework
10796
linux/Foundational_Components/Graphics/Common/Weston
97+
linux/Foundational_Components/Graphics/SGX/Migration_From_Prior_Releases
10898
linux/Foundational_Components/Graphics/SGX/OMAP_DRM
10999
linux/Foundational_Components/Graphics/SGX/Overview
110100
linux/Foundational_Components/Graphics/SGX/SGX_Debug_Info
111101
linux/Foundational_Components/Graphics/SGX/Build_Guide
112102

113-
linux/Industrial_Protocols
114-
linux/Industrial_Protocols_ICSS_Dual_EMAC
115-
linux/Industrial_Protocols_HSR_PRP
116-
linux/Industrial_Protocols_PTP
117-
linux/Industrial_Protocols_RSTP
118-
linux/Industrial_Protocols_CCLINK
119-
linux/Industrial_Protocols_SORTE
120-
linux/Industrial_Protocols_OPCUA
121103
linux/Examples_and_Demos
122104
linux/Examples_and_Demos_Application_Demos
123105
linux/Examples_and_Demos/Application_Demos/Dual_Camera_Demo
124-
linux/Examples_and_Demos/Application_Demos/Video_Analytics
125-
linux/Examples_and_Demos/Application_Demos/Barcode
126-
linux/Examples_and_Demos/Application_Demos/QT_Thermostat_HMI_Demo
127-
linux/Examples_and_Demos/Application_Demos/PRU_ADC
128106
linux/Examples_and_Demos/Application_Demos/Video_Graphics_Test
129-
linux/Examples_and_Demos/Application_Demos/Watchdog_demo
130-
linux/Examples_and_Demos/Application_Demos/Additional_Application_Demo_Links
131-
linux/Examples_and_Demos_Sub-system_Demos
132107
linux/How_to_Guides
133108
linux/How_to_Guides_Host
134109
linux/How_to_Guides/Host/How_to_Build_a_Ubuntu_Linux_host_under_VMware
135110
linux/How_to_Guides/Host/Connect_to_an_EVM_via_Telnet
136111
linux/How_to_Guides/Host/How_to_Setup_a_Samba_Server
137112
linux/How_to_Guides/Host/Boot_Sequence
138113
linux/How_to_Guides/Host/Moving_Files_to_the_Target_System
139-
linux/How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot
140114
linux/How_to_Guides/Host/Customizing_the_SDK_Splash_Screen
141115
linux/How_to_Guides/Host/Additional_How_to_Guide_Links
142116
linux/How_to_Guides_Target
143117
linux/How_to_Guides/Target/How_to_Recalibrate_the_Touchscreen
144118
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
145-
linux/How_to_Guides/Target/How_to_add_a_JVM
146119
linux/How_to_Guides/Target/How_to_use_a_Mouse_instead_of_the_Touchscreen_with_Matrix
147120
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
148-
linux/How_to_Guides/Target/Taking_the_C66x_Out_Of_Reset_with_Linux_Running_on_the_ARM_A15
149121
linux/How_to_Guides/Target/How_to_Change_dtb_File
150122
linux/How_to_Guides/Target/How_to_Set_Display_for_AM572x_GP_EVM
151123
linux/How_to_Guides_Hardware_Setup_with_CCS

source/common/Release_Specific/_Processor_SDK_Supported_Platforms_and_Versions.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,38 @@ The following platforms and EVMs are supported with Processor SDK.
176176
| | | |-lcdk-hardware-setup>`__ | | | | |
177177
+--------------------------------------+--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+----------------+
178178

179+
180+
.. ifconfig:: CONFIG_part_family in ('AM57X_family')
181+
182+
+--------------------------------------+--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
183+
|**Platform** |**EVM** |**Tested |**Document** |**Processor SDK |**Processor SDK |**Processor SDK |
184+
| | |Version** | |Linux** |RT Linux** |RTOS** |
185+
+--------------------------------------+--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
186+
|`AM57x <http://www.ti.com/lsds/ti/ |`AM572x EVM | A3 |`Hardware User's Guide <http:// | X | X | X |
187+
|processors/sitara/arm_cortex-a15/ |<http://www.ti.com/tool/ | |www.ti.com/lit/pdf/spruig1>`__ | | | |
188+
|am57x/overview.page>`__ |TMDSEVM572X>`__ | | | | | |
189+
| +--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
190+
| |`AM572x IDK | 1.3A |`Hardware User's Guide <http:// | X | X | X |
191+
| |<http://www.ti.com/tool/ | |www.ti.com/lit/pdf/sprui64>`__ | | | |
192+
| |TMDXIDK5728>`__ | |`Hardware Setup with CCS <http://processors | | | |
193+
| | | |.wiki.ti.com/index.php/TMDXIDK5728_ | | | |
194+
| | | |Hardware_Setup>`__ | | | |
195+
| +--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
196+
| |`AM571x IDK | 1.3A |`Hardware User's Guide <http:// | X | X | X |
197+
| |<http://www.ti.com/tool/ | |www.ti.com/lit/pdf/sprui97>`__ | | | |
198+
| |tmdxidk5718>`__ | |`Hardware Setup with CCS <http://processors | | | |
199+
| | | |.wiki.ti.com/index.php/TMDXIDK5728_ | | | |
200+
| | | |Hardware_Setup>`__ | | | |
201+
| +--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
202+
| |`AM574x IDK | 1.0A |`Hardware User's Guide <http:// | X | X | X |
203+
| |<http://www.ti.com/tool/ | |www.ti.com/lit/pdf/spruij9>`__ | | | |
204+
| |TMDSIDK574>`__ | |`Hardware Setup with CCS <http://processors | | | |
205+
| | | |.wiki.ti.com/index.php/TMDXIDK5728_ | | | |
206+
| | | |Hardware_Setup>`__ | | | |
207+
+--------------------------------------+--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+
208+
209+
210+
179211
.. ifconfig:: CONFIG_part_family in ('AM335X_family')
180212

181213
+--------------------------------------+--------------------------------------+----------+--------------------------------------------+----------------+----------------+----------------+

0 commit comments

Comments
 (0)