-
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.
docs(linux): AM65X: Update 09.03 Release tag info
Update 09.03 Release tag info. While at it move the only reference usage of source/linux/Release_Specific/_CoreSDK_Linux_Migration_Guide.rst to source/linux/Release_Specific_CoreSDK_Migration_Guide.rst Signed-off-by: Praneeth Bajjuri <[email protected]>
- Loading branch information
1 parent
3f0fe9a
commit c3c7772
Showing
4 changed files
with
119 additions
and
128 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
52 changes: 0 additions & 52 deletions
52
source/linux/Release_Specific/_CoreSDK_Linux_Migration_Guide.rst
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,51 @@ | ||
.. include:: Release_Specific/_CoreSDK_Linux_Migration_Guide.rst | ||
************************************ | ||
CoreSDK Linux Migration Guide | ||
************************************ | ||
|
||
.. rubric:: Overview | ||
|
||
This page covers migration information for applications built on top | ||
of the Processor SDK for Linux. | ||
|
||
Processor CoreSDK 10.xx Releases | ||
================================ | ||
|
||
Processor CoreSDK Sitara 10.01 | ||
------------------------------ | ||
|
||
- Tag Info: 10.01.10 | ||
- This is the final release in the 2024 LTS stream, with new stable versions of Kernel, U-boot, toolchain and Yocto Distribution. | ||
- Platforms Supported : AM62Px (HS-FS, HS-SE), AM62x ( GP, HS-FS, HS-SE), AM62x LP (HS-FS, HS-SE), AM62SIP ( HS-FS, HS-SE), AM64x 2.0 (HS-FS), AM62A (HS-FS, HS-SE) | ||
- Kernel 6.6.58 | ||
- U-Boot 2024.04 | ||
- ATF 2.11+ | ||
- OPTEE 4.4.0 | ||
- Toolchain GCC 13.3 | ||
- Yocto Scarthgap/5.0 | ||
- Graphics DDK 24.1 | ||
|
||
|
||
Processor CoreSDK Sitara 10.00 | ||
------------------------------ | ||
|
||
- Tag Info: 10.00.07 | ||
- This is the first release in the 2024 LTS stream, with new stable versions of Kernel, U-boot, toolchain and Yocto Distribution. | ||
- Platforms Supported : AM62Px (HS-FS, HS-SE), AM62x ( GP, HS-FS, HS-SE), AM62x LP (HS-FS, HS-SE), AM62SIP ( HS-FS, HS-SE), AM64x 2.0 (HS-FS), AM62A (HS-FS, HS-SE) | ||
- Kernel 6.6.32 | ||
- U-Boot 2024.04 | ||
- ATF 2.10+ | ||
- OPTEE 4.2.0 | ||
- Toolchain GCC 13.2 | ||
- Yocto Scarthgap/5.0 | ||
- Graphics DDK 24.1 | ||
|
||
|
||
.. note:: | ||
|
||
- For U-Boot builds, k3-image-gen and core-secdev-k3 are no longer needed | ||
as **binman** is used instead. Please refer to :ref:`U-Boot build | ||
instructions<Build-U-Boot-label>` for the updated steps. | ||
|
||
- For Linux builds, generic ``defconfig`` is used instead of custom | ||
fragments. Please refer to :ref:`linux users guide <preparing-to-build>` | ||
for build instructions. |