Skip to content

Commit cec479c

Browse files
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 4569296 commit cec479c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

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

0 commit comments

Comments
 (0)