Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions configs/AM335X/AM335X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Replacement Variables
'__SDK_DOWNLOAD_URL__' : '`AM335X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM335X>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'
Expand All @@ -36,7 +35,7 @@ Configuration Values
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_rt_linux_support' : 'no'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a replacement variable, it's just a static config that changes content in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst. Setting the string to Limited/CICD is the same as setting it to no.

'CONFIG_gpu_ip' : 'SGX'
'CONFIG_crypto' : 'omap'

6 changes: 0 additions & 6 deletions configs/AM335X/AM335X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,7 @@ linux/How_to_Guides_Target
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
linux/How_to_Guides/Target/How_to_add_a_JVM
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
linux/How_to_Guides/Target/How_to_fix_y2k38
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AM335x_Hardware_Setup
linux/How_to_Guides/Hardware_Setup_with_CCS/ICE_AMIC110_EVM_Hardware_Setup
linux/How_to_Guides_Board_Port
linux/How_to_Guides/Board_Port/U-Boot
linux/How_to_Guides/Board_Port/Linux
Expand All @@ -151,7 +146,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about this other common/PRU-ICSS/PRU-Getting* sections , prefer to clean these up as well if no longer applicable.
@nsaulnier-ti to comment on this.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@praneethbajjuri this is for SDK 11.2, right?

For AM335x & AM437x, we should leave most of the PRU pages here - there is no replacement PRU Academy for these devices.

The AM335x/AM437x PRU Soft UART (AKA software UART) was no longer supported as of SDK 9.1 (though support may have been dropped earlier), that should have been dropped from the docs years ago:
https://jira.itg.ti.com/browse/LCPD-37422

Please remove this page. I would prefer to also list the descope in the release notes, but I'm not sure how yall would handle a descope from years ago: https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/11_02_05_02/exports/docs/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/pru-sw-uart.html

It is worth checking PRU Serial UART (aka hardware UART) to make sure it is still supported on kernel 6.12, I'm not sure if this got upstreamed or not.

For AM62x & AM64x the April 2026 release of PRU Academy did migrate over multiple pages that used to be hosted in the Linux SDK, so we can chat about updating SDK 12.0 docs to point to the new academy pages.

common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
common/PRU-ICSS/PRU-Hands-on-Labs
common/PRU-ICSS/Resource_Tables
Expand Down
3 changes: 1 addition & 2 deletions configs/AM437X/AM437X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Replacement Variables
'__SDK_DOWNLOAD_URL__' : '`AM437X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM437X>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'
Expand All @@ -36,7 +35,7 @@ Configuration Values
'CONFIG_sdk' : 'SITARA'
'CONFIG_image_type' : 'default'
'CONFIG_icss_support' : 'yes'
'CONFIG_rt_linux_support' : 'yes'
'CONFIG_rt_linux_support' : 'no'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above of AM335x

'CONFIG_gpu_ip' : 'SGX'
'CONFIG_crypto' : 'omap'

4 changes: 0 additions & 4 deletions configs/AM437X/AM437X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customiz
linux/How_to_Guides/Target/How_to_add_a_JVM
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides/Target/How_to_fix_y2k38
linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/EVMK2H_Hardware_Setup
linux/How_to_Guides_Board_Port
linux/How_to_Guides/Board_Port/U-Boot
common/PRU-ICSS/Getting_Started_with_PSSP
Expand All @@ -145,7 +142,6 @@ common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_assemblyCode
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab2_mixedCandAssembly
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab3
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab4_TIRTOS
common/PRU-ICSS/PRU-Getting-Started-Labs_Lab5
common/PRU-ICSS/PRU-Hands-on-Labs
common/PRU-ICSS/Resource_Tables
Expand Down
1 change: 0 additions & 1 deletion configs/AM57X/AM57X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customiz
linux/How_to_Guides/Target/How_to_add_a_JVM
linux/How_to_Guides/Target/Update_U-Boot_Environment_Variables_stored_in_SPI_Flash_from_Linux
linux/How_to_Guides/Target/How_to_Change_dtb_File
linux/How_to_Guides/Target/How_to_fix_y2k38
linux/How_to_Guides/Target/How_to_Set_Display_for_AM572x_GP_EVM
linux/How_to_Guides_Hardware_Setup_with_CCS
linux/How_to_Guides/Hardware_Setup_with_CCS/AM572x_GP_EVM_Hardware_Setup
Expand Down
Loading
Loading