Skip to content

Commit 46d28eb

Browse files
cshilwantjeevantelukula
authored andcommitted
fix(linux): Update Yocto build steps for AM62A
* Use tabs to showcase both Linux & RT Linux build steps for EdgeAI filesystem. This was added for other platforms but was missing for AM62A. * While at it, also fix the oe-config file name for AM62A 11.1 EdgeAI SDK release. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
1 parent a12e47b commit 46d28eb

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,32 @@ The MACHINE can be set to |__SDK_BUILD_MACHINE__|, for example.
107107
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
108108

109109
The final command below will build the **tisdk-edgeai-image**, which is the
110-
Processor SDK image with arago + edge ai filesystem. See `Build Options`_ for a list of
110+
Processor SDK image with Arago + EdgeAI filesystem. See `Build Options`_ for a list of
111111
additional targets.
112112

113-
.. code-block:: console
113+
.. tabs::
114+
115+
.. tab:: Build Linux SD card Image
116+
117+
.. code-block:: console
114118
115-
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
116-
$ cd tisdk
117-
$ ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt
118-
$ cd build
119-
$ . conf/setenv
120-
$ MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image
119+
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
120+
$ cd tisdk
121+
$ ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/<oeconfig-file>
122+
$ cd build
123+
$ . conf/setenv
124+
$ MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image
121125
122-
Your tisdk-edgeai-image wic image will be generated in arago-tmp-[toolchain]/deploy directory. Use `Processor\_SDK\_Linux\_create\_SD\_card <Overview/Processor_SDK_Linux_create_SD_card.html>`__ to flash this image on the SD-Card.
126+
.. tab:: Build RT-Linux SD card Image
127+
128+
.. code-block:: console
129+
130+
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
131+
$ cd tisdk
132+
$ ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/<oeconfig-file>
133+
$ cd build
134+
$ . conf/setenv
135+
$ MACHINE=am62axx-evm ARAGO_RT_ENABLE=1 bitbake -k tisdk-edgeai-image
123136
124137
.. ifconfig:: CONFIG_part_variant not in ('AM62AX')
125138

0 commit comments

Comments
 (0)