Skip to content

Commit 3fc798b

Browse files
Revert "Revert "AM62x: Add minimal platform development guide""
This reverts commit ef600dd. https://www.ti.com/lit/pdf/spradd1 is now published. Enable back the minimal platform board porting guide for AM62x. Signed-off-by: Praneeth Bajjuri <[email protected]>
1 parent e4405ac commit 3fc798b

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

configs/AM62X/AM62X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ linux/How_to_Guides/Host/Moving_Files_to_the_Target_System
140140
linux/How_to_Guides/Host/K3_Resource_Partitioning_Tool
141141
linux/How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach
142142
linux/How_to_Guides/Host/SYSFW_Trace_Parser
143+
linux/How_to_Guides/Host/Minimal_Platform_Development
143144
linux/How_to_Guides/Target/Processor_SDK_Linux_File_System_Optimization_Customization
144145
linux/How_to_Guides/Target/How_to_boot_quickly
145146
#linux/How_to_Guides/Target/How_to_manually_flash_emmc_device # We do not support this for now
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Minimal Platform Development
2+
============================
3+
4+
When customers purchase or develop custom boards using the TI AM62x
5+
family of SoCs, the heavy integration of the existing code base results
6+
in upbringing time that ranges from a few days to several weeks. If a
7+
developer would like to create a custom board using TI's AM62x SoC, they
8+
must edit both the device tree and configuration files used for the TI
9+
boards to fit their new independent layout with differing peripherals.
10+
This application note introduces a minimal configuration to streamline
11+
this process and reduce the time of this initial upbringing process to
12+
around one day, and as shown in the case study, as little as two hours.
13+
Use the application note below to begin minimal platform development for
14+
custom boards using the TI AM62x.
15+
16+
`Minimal Platform Development on AM62x Devices <https://www.ti.com/lit/pdf/spradd1>`__
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: /common/Tools/Minimal_Platform_Development.rst.inc

source/linux/How_to_Guides_Developer_Notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ Developer Notes
4545
How_to_Guides/Host/K3_Resource_Partitioning_Tool
4646
How_to_Guides/Host/How_to_Setup_and_Debug_using_Lauterbach
4747
How_to_Guides/Host/SYSFW_Trace_Parser
48+
How_to_Guides/Host/Minimal_Platform_Development
4849
How_to_Guides/Host/Program_MMC_boot_media
4950
How_to_Guides/FAQ/Tda4_Latest_FAQs

0 commit comments

Comments
 (0)