Skip to content

Commit 2bce3b2

Browse files
Foundational_Components/Hypervisor/Jailhouse.rst: Update doc to
highlight jailhouse module issue. Jailhouse module does not gets autoloaded during bootup. So the module needs to be loaded manually. Highlight the module load steps. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent 45e53a7 commit 2bce3b2

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

source/linux/Foundational_Components/Hypervisor/Jailhouse.rst

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,22 @@ on the EVM then power on the board, the following logs can be observed on the te
251251
252252
am62pxx-evm login:
253253
254+
.. note::
255+
Jailhouse module is not autoloaded during boot-up. To load the jailhouse module
256+
after boot, run following commands:
257+
258+
.. ifconfig:: CONFIG_part_variant in ('AM62X')
259+
260+
.. code-block:: console
261+
262+
am62xx-evm@ modprobe jailhouse
263+
264+
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
265+
266+
.. code-block:: console
267+
268+
am62pxx-evm@ modprobe jailhouse
269+
254270
***************************************
255271
Pre-built components in Jailhouse Image
256272
***************************************
@@ -487,20 +503,6 @@ the demo are:
487503
488504
am62pxx-evm login: root
489505
490-
- Now load the jailhouse module
491-
492-
.. ifconfig:: CONFIG_part_variant in ('AM62X')
493-
494-
.. code-block:: console
495-
496-
am62xx-evm@ modprobe jailhouse
497-
498-
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
499-
500-
.. code-block:: console
501-
502-
am62pxx-evm@ modprobe jailhouse
503-
504506
The Linux demo (i.e Two Guest VMs) can be started using the :file:`linux-demo.sh` script
505507
in that folder. There is no such script for the bare-metal demos but the commands
506508
are very similar (all the needed pieces are in the filesystem already).

0 commit comments

Comments
 (0)