-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-Introduce: AM62x: Add minimal platform development guide
commit ef600dd (Revert "AM62x: Add minimal platform development guide") removed references of minimal platform guide till updates to the linked app note were addressed. 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]>
- Loading branch information
1 parent
e4405ac
commit b730e33
Showing
4 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Minimal Platform Development | ||
============================ | ||
|
||
When customers purchase or develop custom boards using the TI AM62x | ||
family of SoCs, the heavy integration of the existing code base results | ||
in upbringing time that ranges from a few days to several weeks. If a | ||
developer would like to create a custom board using TI's AM62x SoC, they | ||
must edit both the device tree and configuration files used for the TI | ||
boards to fit their new independent layout with differing peripherals. | ||
This application note introduces a minimal configuration to streamline | ||
this process and reduce the time of this initial upbringing process to | ||
around one day, and as shown in the case study, as little as two hours. | ||
Use the application note below to begin minimal platform development for | ||
custom boards using the TI AM62x. | ||
|
||
`Minimal Platform Development on AM62x Devices <https://www.ti.com/lit/pdf/spradd1>`__ |
1 change: 1 addition & 0 deletions
1
source/linux/How_to_Guides/Host/Minimal_Platform_Development.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: /common/Tools/_Minimal_Platform_Development.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters