AM335x, AM437 doc fixes - master#705
Conversation
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. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
EVMK2H is outdated and hence remove all its references. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
Y2k38 bug was in kirkstone filesystem and resovled in 11.02 scarthgap release. This guide is no longer needed. Hence remove the references. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
There was a problem hiding this comment.
All processors.wiki.ti.com links i believe would be broken?
Can you fix them
| 'CONFIG_image_type' : 'default' | ||
| 'CONFIG_icss_support' : 'yes' | ||
| 'CONFIG_rt_linux_support' : 'yes' | ||
| 'CONFIG_rt_linux_support' : 'no' |
There was a problem hiding this comment.
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.
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.
| @@ -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 | |||
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
@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.
| 'CONFIG_image_type' : 'default' | ||
| 'CONFIG_icss_support' : 'yes' | ||
| 'CONFIG_rt_linux_support' : 'yes' | ||
| 'CONFIG_rt_linux_support' : 'no' |
There was a problem hiding this comment.
same as above of AM335x
No description provided.