Skip to content

Commit 06e474c

Browse files
jmentipraneethbajjuri
authored andcommitted
feat: Add boot from eMMC how-to-guides to toc's
This patch adds boot from eMMC how-to-guides to all applicable device toc's. Also now remove the depreciated Signed-off-by: Judith Mendez <[email protected]>
1 parent f1831fd commit 06e474c

17 files changed

+32
-243
lines changed

configs/AM62AX/AM62AX_linux_toc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
115115
linux/How_to_Guides/Host/SYSFW_Trace_Parser
116116
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
117117
linux/How_to_Guides/Target/How_to_boot_quickly
118+
linux/How_to_Guides/Target/How_to_emmc_boot
119+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
118120
linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x
119121
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
120122
linux/How_to_Guides/Target/How_To_Enable_M2CC3301_in_linux

configs/AM62LX/AM62LX_linux_toc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ linux/How_to_Guides/Host/SYSFW_Trace_Parser
102102
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
103103
linux/How_to_Guides/Target/How_to_playback_audio_over_HDMI
104104
#linux/How_to_Guides/Target/How_to_boot_quickly
105+
linux/How_to_Guides/Target/How_to_emmc_boot
106+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
105107
linux/How_to_Guides/Target/How_To_Enable_M2CC3301_in_linux
106108
linux/How_to_Guides/Target/Runtime_debug_unlock_on_secure_device
107109
linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info

configs/AM62PX/AM62PX_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ linux/How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach
140140
linux/How_to_Guides/Host/SYSFW_Trace_Parser
141141
#linux/How_to_Guides/Host/Minimal_Platform_Development
142142
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
143-
#linux/How_to_Guides/Target/How_to_manually_flash_emmc_device # We do not support this for now
143+
linux/How_to_Guides/Target/How_to_emmc_boot
144+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
144145
#linux/How_to_Guides/Target/How_to_suspend_to_ram_on_AM62x
145146
linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x
146147
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux

configs/AM62X/AM62X_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ linux/How_to_Guides/Host/SYSFW_Trace_Parser
154154
linux/How_to_Guides/Host/Minimal_Platform_Development
155155
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
156156
linux/How_to_Guides/Target/How_to_boot_quickly
157-
#linux/How_to_Guides/Target/How_to_manually_flash_emmc_device # We do not support this for now
157+
linux/How_to_Guides/Target/How_to_emmc_boot
158+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
158159
linux/How_to_Guides/Target/How_to_suspend_to_ram_on_AM62x
159160
linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x
160161
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux

configs/AM64X/AM64X_linux_toc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
128128
linux/How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach
129129
linux/How_to_Guides/Host/SYSFW_Trace_Parser
130130
linux/How_to_Guides/Host/Program_MMC_boot_media
131+
linux/How_to_Guides/Target/How_to_emmc_boot
132+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
131133
linux/How_to_Guides/Hardware_Setup_with_CCS/AM64x_EVM_Hardware_Setup
132134
linux/How_to_Guides/FAQ/How_to_Verify_Ipc_Linux_R5
133135
linux/How_to_Guides/FAQ/How_to_Check_Device_Tree_Info

configs/AM67/AM67_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
112112
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
113113
linux/How_to_Guides/Target/How_to_Change_dtb_File
114114
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
115-
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
115+
linux/How_to_Guides/Target/How_to_emmc_boot
116+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
116117
linux/How_to_Guides/Target/How_to_visualize_statistics_data
117118
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
118119
linux/How_to_Guides/Target/How_to_Tune_Real_Time_Linux

configs/AM67A/AM67A_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
113113
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
114114
linux/How_to_Guides/Target/How_to_Change_dtb_File
115115
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
116-
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
116+
linux/How_to_Guides/Target/How_to_emmc_boot
117+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
117118
linux/How_to_Guides/Target/How_to_visualize_statistics_data
118119
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
119120
linux/How_to_Guides/Target/How_to_Tune_Real_Time_Linux

configs/AM69/AM69_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
117117
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
118118
linux/How_to_Guides/Target/How_to_Change_dtb_File
119119
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
120-
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
120+
linux/How_to_Guides/Target/How_to_emmc_boot
121+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
121122
linux/How_to_Guides/Target/How_to_visualize_statistics_data
122123
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
123124
linux/How_to_Guides/Target/How_to_Tune_Real_Time_Linux

configs/AM69A/AM69A_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
118118
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
119119
linux/How_to_Guides/Target/How_to_Change_dtb_File
120120
linux/How_to_Guides/Target/How_to_enable_DT_overlays_in_linux
121-
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
121+
linux/How_to_Guides/Target/How_to_emmc_boot
122+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
122123
linux/How_to_Guides/Target/How_to_visualize_statistics_data
123124
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
124125
linux/How_to_Guides/FAQ/How_to_Verify_Ipc_Linux_R5

configs/J7200/J7200_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ linux/How_to_Guides/Host/How_to_Flash_Linux_System_from_U-boot
9999
linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
100100
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
101101
linux/How_to_Guides/Target/How_to_Change_dtb_File
102-
linux/How_to_Guides/Target/How_to_manually_flash_emmc_device
102+
linux/How_to_Guides/Target/How_to_emmc_boot
103+
linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda
103104
linux/How_to_Guides/Target/How_to_visualize_statistics_data
104105
linux/How_to_Guides/Target/How_to_Use_K3Conf_Tool
105106
linux/How_to_Guides/Target/How_to_Tune_Real_Time_Linux

0 commit comments

Comments
 (0)