Skip to content

Commit d516b9e

Browse files
feat: Add yocto machine and targets information for AM62L Yocto SDK
- Add the machine and list of targets for AM62L while building the image from sources in Yocto. - Update the tisdk default image name in Create SD card info Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 6c0e08f commit d516b9e

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

source/linux/Overview/Processor_SDK_Linux_create_SD_card.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Create SD Card using balenaEtcher
5757

5858
.. parsed-literal::
5959
60-
tisdk-|__IMAGE_TYPE__|-image-<machine>.wic.xz
60+
tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic.xz
6161
6262
2. Download and install the balenaEtcher tool
6363

@@ -86,16 +86,16 @@ Create SD Card using bmap-tools
8686

8787
.. parsed-literal::
8888
89-
tisdk-|__IMAGE_TYPE__|-image-<machine>.wic.xz
89+
tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic.xz
9090
91-
2. Decompress the tisdk-|__IMAGE_TYPE__|-image-<machine>.wic.xz to tisdk-|__IMAGE_TYPE__|-image-<machine>.wic
91+
2. Decompress the tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic.xz to tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic
9292

9393
- For Linux:
9494

9595
.. parsed-literal::
9696
9797
cd <PSDK_PATH>/filesystem
98-
unxz tisdk-|__IMAGE_TYPE__|-image-<machine>.wic.xz
98+
unxz tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic.xz
9999
100100
3. Flash the WIC image to SD card
101101

@@ -140,13 +140,13 @@ Create SD Card using bmap-tools
140140

141141
.. parsed-literal::
142142
143-
bmaptool create -o tisdk-|__IMAGE_TYPE__|-image.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>.wic
143+
bmaptool create -o tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic
144144
145145
c) Then write the WIC image to the SD card with the following command:
146146

147147
.. parsed-literal::
148148
149-
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>.wic /dev/sdx
149+
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic /dev/sdx
150150
151151
152152
.. danger::
@@ -158,7 +158,7 @@ Create SD Card using bmap-tools
158158

159159
.. parsed-literal::
160160
161-
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>.wic /dev/sdc
161+
sudo bmaptool copy --bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.bmap tisdk-|__IMAGE_TYPE__|-image-<machine>-<version>.rootfs.wic /dev/sdc
162162
163163
.. _processor-sdk-linux-create-sd-card-with-custom-images:
164164

source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The "Build Output" is given relative to the
338338
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
339339
+------------------------------+----------------------------------------------------------------------+----------------------------+
340340

341-
.. ifconfig:: CONFIG_part_variant in ('AM62X')
341+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62LX')
342342

343343
+------------------------------+----------------------------------------------------------------+----------------------------+
344344
| Target | Build Output | Description |
@@ -611,6 +611,14 @@ The "Build Output" is given relative to the
611611
| am65xx-evm | AM65x Evaluation Module, AM65x Industrial Development Kit, DRA80xM Evaluation Module |
612612
+---------------+-----------------------------------------------------------------------------------------+
613613

614+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
615+
616+
+---------------+-----------------------------------------------+
617+
| **MACHINE** | **Supported EVMs** |
618+
+---------------+-----------------------------------------------+
619+
| am62lxx-evm | AM62L EVM - HS-FS |
620+
+---------------+-----------------------------------------------+
621+
614622
.. ifconfig:: CONFIG_part_variant in ('Gen')
615623

616624
+---------------+---------------------------------------------------------------------------------------+
@@ -698,6 +706,14 @@ The "Build Output" is given relative to the
698706
| am65xx-evm | AM65x Evaluation Module, AM65x Industrial Development Kit, DRA80xM Evaluation Module |
699707
+---------------+-----------------------------------------------------------------------------------------+
700708

709+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
710+
711+
+---------------+-----------------------------------------------+
712+
| **MACHINE** | **Supported EVMs** |
713+
+---------------+-----------------------------------------------+
714+
| am62lxx-evm | AM62L EVM - HS-FS |
715+
+---------------+-----------------------------------------------+
716+
701717
.. ifconfig:: CONFIG_part_variant in ('Gen')
702718

703719
+---------------+--------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)