-
Notifications
You must be signed in to change notification settings - Fork 84
AM335x, AM437 doc fixes - master #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
@@ -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 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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' | ||
|
|
@@ -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' | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above of AM335x |
||
| 'CONFIG_gpu_ip' : 'SGX' | ||
| 'CONFIG_crypto' : 'omap' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not completely true. We have limited release thru source and CICD basic sanity for this platform.
Ref: https://git.yoctoproject.org/meta-ti/tree/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.12/ti33x/defconfig?h=scarthgap
https://software-dl.ti.com/cicd-report/linux/index.html?section=snapshot&platform=am335x&snapshot=cicd.scarthgap.202604160814
Would prefer to rebrand no as " Limited/CICD "
There was a problem hiding this comment.
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 toLimited/CICDis the same as setting it tono.