Skip to content

Commit 325c61b

Browse files
paresh-bhagat12cshilwant
authored andcommitted
feat: Add info in Overview doc to build Jailhouse Image
Jailhouse Image build needs some extra branding steps and cannot be build simply by specifying image name during build. So add a new section which mentions steps to build jailhouse image. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent fba1cf0 commit 325c61b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,40 @@ The MACHINE can be set to |__SDK_BUILD_MACHINE__|, for example.
152152
$ . conf/setenv
153153
$ MACHINE=<machine> ARAGO_RT_ENABLE=1 bitbake -k tisdk-default-image
154154
155+
.. ifconfig:: CONFIG_part_variant in ('AM62X','AM62PX')
156+
157+
* The final command below will build the :file:`tisdk-jailhouse-image`, which is the
158+
Processor SDK image with arago filesystem and Jailhouse support.
159+
160+
.. ifconfig:: CONFIG_part_variant in ('AM62X')
161+
162+
* :file:`tisdk-jailhouse-image` is not applicable for am62xxsip-evm and beagleplay.
163+
164+
.. tabs::
165+
166+
.. tab:: Build Jailhouse Linux SD card Image
167+
168+
.. code-block:: console
169+
170+
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
171+
$ cd tisdk
172+
$ ./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>
173+
$ cd build
174+
$ . conf/setenv
175+
$ echo 'TI_EXTRAS="tie-jailhouse"' >> conf/local.conf
176+
$ MACHINE=<machine> bitbake -k tisdk-jailhouse-image
177+
178+
.. tab:: Build Jailhouse RT-Linux SD card Image
179+
180+
.. code-block:: console
181+
182+
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
183+
$ cd tisdk
184+
$ ./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>
185+
$ cd build
186+
$ . conf/setenv
187+
$ echo 'TI_EXTRAS="tie-jailhouse"' >> conf/local.conf
188+
$ MACHINE=<machine> ARAGO_RT_ENABLE=1 bitbake -k tisdk-jailhouse-image
155189
156190
.. ifconfig:: CONFIG_sdk in ('JACINTO','j7_foundational')
157191

0 commit comments

Comments
 (0)