Skip to content

Commit 5ec8fbf

Browse files
feat(linux): AM62DX: Add RTOS documentation and expand SDK guides
- Add new RTOS/NO-RTOS documentation section with MCU+ SDK links - Integrate RTOS documentation into main AM62DX index - Expand table of contents with additional U-Boot guides (UG-UMS, UG-RemoteProc) - Add kernel driver documentation for MCRC64 and DM-Timer - Include comprehensive how-to guides for file transfer, resource partitioning, filesystem optimization, K3Conf tool, and CMA configuration Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
1 parent 6d5c516 commit 5ec8fbf

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

configs/AM62DX/AM62DX_linux_toc.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
devices/AM62DX/index
2+
devices/AM62DX/index_RTOS
23
devices/AM62DX/linux/Overview
34
devices/AM62DX/linux/Overview_Getting_Started_Guide
45
devices/AM62DX/linux/Overview/Download_and_Install_the_SDK
@@ -34,8 +35,10 @@ linux/Foundational_Components/U-Boot/BG-Environment-K3
3435
linux/Foundational_Components/U-Boot/BG-Ram-Device-Trees-K3
3536
linux/Foundational_Components/U-Boot/UG-DFU
3637
linux/Foundational_Components/U-Boot/UG-Memory-K3
38+
linux/Foundational_Components/U-Boot/UG-UMS
3739
linux/Foundational_Components/U-Boot/UG-QSPI
3840
linux/Foundational_Components/U-Boot/UG-UART
41+
linux/Foundational_Components/U-Boot/UG-RemoteProc
3942

4043
linux/Foundational_Components/U-Boot/Applications
4144
linux/Foundational_Components/U-Boot/Apps-SPL-Debug-OpenOCD
@@ -46,13 +49,15 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Audio
4649
linux/Foundational_Components/Kernel/Kernel_Drivers/EQEP
4750
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
4851
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
49-
linux/Foundational_Components/Kernel/Kernel_Drivers/MCAN
52+
#linux/Foundational_Components/Kernel/Kernel_Drivers/MCAN
53+
linux/Foundational_Components/Kernel/Kernel_Drivers/MCRC64
5054
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet
5155
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
5256
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
5357
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
5458
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/MMC-SD
5559
#linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
60+
linux/Foundational_Components/Kernel/Kernel_Drivers/DM-Timer
5661
linux/Foundational_Components/Kernel/Kernel_Drivers/UART
5762
linux/Foundational_Components/Kernel/Kernel_Drivers/UBIFS
5863
linux/Foundational_Components/Kernel/Kernel_Drivers/VTM
@@ -75,13 +80,19 @@ linux/Foundational_Components_OPTEE
7580

7681
linux/How_to_Guides
7782
linux/How_to_Guides_Developer_Notes
83+
linux/How_to_Guides/Host/Moving_Files_to_the_Target_System
84+
linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
7885
linux/How_to_Guides/Host/SYSFW_Trace_Parser
86+
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
7987
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
8088
linux/How_to_Guides/Target/How_to_emmc_boot
8189
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
90+
#linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x
91+
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
8292
linux/How_to_Guides/Target/Runtime_debug_unlock_on_secure_device
8393
linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info
8494
linux/How_to_Guides/FAQ/How_to_Integrate_Open_Source_Software
95+
linux/How_to_Guides/Target/How_To_Carve_Out_CMA
8596
linux/How_to_Guides_Hardware_Setup_with_CCS
8697
linux/How_to_Guides/Hardware_Setup_with_CCS/AM62Dx_EVM_Hardware_Setup
8798

source/devices/AM62DX/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Linux SDK Software Developer's Guide
1717
/devices/AM62DX/linux/Release_Specific
1818
/linux/Foundational_Components
1919
/linux/How_to_Guides
20+
/devices/AM62DX/index_RTOS
2021
/linux/Demo_User_Guides/index_Demos
2122
/linux/Documentation_Tarball
2223

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#######################
2+
RTOS/NO-RTOS [MCU+ SDK]
3+
#######################
4+
5+
**For MCU+ SDK RTOS/NO-RTOS documentation, refer below links**
6+
7+
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62DX/11_02_00_20/exports/docs/api_guide_am62dx/index.html>`__

0 commit comments

Comments
 (0)