Skip to content

Commit af953a3

Browse files
fix(am335x/am437x): Remove RTOS and RT-Linux support
RTOS and RT-Linux are not supported for AM335x and AM437x in this release. Remove all related documentation, hardware setup guides, TOC entries, and build instructions. Also update Y2K38 docs to reflect resolution in Scarthgap. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
1 parent 5478c5f commit af953a3

15 files changed

Lines changed: 60 additions & 1074 deletions

configs/AM335X/AM335X_linux_config.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Replacement Variables
2424
'__SDK_DOWNLOAD_URL__' : '`AM335X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM335X>`__'
2525
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
2626
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
27-
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
2827
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
2928
'__SYSFW_CORE_NAME__' : \
3029
'__IMAGE_TYPE__' : 'default'
@@ -36,7 +35,7 @@ Configuration Values
3635
'CONFIG_sdk' : 'SITARA'
3736
'CONFIG_image_type' : 'default'
3837
'CONFIG_icss_support' : 'yes'
39-
'CONFIG_rt_linux_support' : 'yes'
38+
'CONFIG_rt_linux_support' : 'no'
4039
'CONFIG_gpu_ip' : 'SGX'
4140
'CONFIG_crypto' : 'omap'
4241

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ linux/How_to_Guides/Target/How_to_fix_y2k38
132132
linux/How_to_Guides/Target/How_to_Change_dtb_File
133133
linux/How_to_Guides/Target/How_to_Boot_Beagle_Bone_Black_with_Processor_SDK_Linux
134134
linux/How_to_Guides/Target/How_to_Program_Beaglebone_Black_eMMC_via_SD_Card
135-
linux/How_to_Guides_Hardware_Setup_with_CCS
136-
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
137-
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AM335x_Hardware_Setup
138-
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AMIC110_EVM_Hardware_Setup
139135
linux/How_to_Guides_Board_Port
140136
linux/How_to_Guides/Board_Port/U-Boot
141137
linux/How_to_Guides/Board_Port/Linux
@@ -154,7 +150,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
154150
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
155151
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
156152
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
157-
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
158153
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
159154
common/PRU-ICSS/PRU-Hands-on-Labs
160155
common/PRU-ICSS/Resource_Tables

configs/AM437X/AM437X_linux_config.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Replacement Variables
2424
'__SDK_DOWNLOAD_URL__' : '`AM437X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM437X>`__'
2525
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
2626
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
27-
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
2827
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
2928
'__SYSFW_CORE_NAME__' : \
3029
'__IMAGE_TYPE__' : 'default'
@@ -36,7 +35,7 @@ Configuration Values
3635
'CONFIG_sdk' : 'SITARA'
3736
'CONFIG_image_type' : 'default'
3837
'CONFIG_icss_support' : 'yes'
39-
'CONFIG_rt_linux_support' : 'yes'
38+
'CONFIG_rt_linux_support' : 'no'
4039
'CONFIG_gpu_ip' : 'SGX'
4140
'CONFIG_crypto' : 'omap'
4241

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ linux/How_to_Guides/Target/How_to_add_a_JVM
126126
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
127127
linux/How_to_Guides/Target/How_to_Change_dtb_File
128128
linux/How_to_Guides/Target/How_to_fix_y2k38
129-
linux/How_to_Guides_Hardware_Setup_with_CCS
130-
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
131129
linux/How_to_Guides_Board_Port
132130
linux/How_to_Guides/Board_Port/U-Boot
133131
common/PRU-ICSS/Getting_Started_with_PSSP
@@ -145,7 +143,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
145143
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
146144
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
147145
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
148-
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
149146
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
150147
common/PRU-ICSS/PRU-Hands-on-Labs
151148
common/PRU-ICSS/Resource_Tables

0 commit comments

Comments
 (0)