mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-12 06:38:22 +00:00
doc: fix typo in using_sbl doc
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
2830a18b80
commit
55053a8cf7
@ -106,33 +106,33 @@ An example of the configuration file ``uos.json``:
|
|||||||
|
|
||||||
|
|
||||||
Build SOS and LaaG image:
|
Build SOS and LaaG image:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ sudo -s
|
$ sudo -s
|
||||||
# chmod +x create-up2-images.sh
|
# chmod +x create-up2-images.sh
|
||||||
# ./create-up2-images.sh --images-type all --clearlinux-version 27230 --laag-json uos.json
|
# ./create-up2-images.sh --images-type all --clearlinux-version 27230 --laag-json uos.json
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
You must have root privileges to run ``create-up2-images.sh``.
|
You must have root privileges to run ``create-up2-images.sh``.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you want to build with your own ``acrn-hypervisor``,add the ``--acrn-code-path``
|
If you want to build with your own ``acrn-hypervisor``, add the ``--acrn-code-path``
|
||||||
argument specifying the directory where your ``acrn-hypervisor`` is found.
|
argument specifying the directory where your ``acrn-hypervisor`` is found.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
When building images, you can modify the ``--clearlinux-version`` argument
|
When building images, you can modify the ``--clearlinux-version`` argument
|
||||||
to a specific version (such as 26800). To generate the images of SOS only,
|
to a specific version (such as 26800). To generate the images of SOS only,
|
||||||
modify the ``--images-type`` argument to ``sos``.
|
modify the ``--images-type`` argument to ``sos``.
|
||||||
|
|
||||||
This step will generate the images of SOS and LaaG:
|
This step will generate the images of SOS and LaaG:
|
||||||
|
|
||||||
* sos_boot.img
|
* sos_boot.img
|
||||||
* sos_rootfs.img
|
* sos_rootfs.img
|
||||||
* up2_laag.img
|
* up2_laag.img
|
||||||
|
|
||||||
Build the binary image ``partition_desc.bin`` for
|
Build the binary image ``partition_desc.bin`` for
|
||||||
GPT partitions, and change the partition layout
|
GPT partitions, and change the partition layout
|
||||||
in ``partition_desc.ini`` if needed.
|
in ``partition_desc.ini`` if needed.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -141,7 +141,7 @@ in ``partition_desc.ini`` if needed.
|
|||||||
$ sudo -s
|
$ sudo -s
|
||||||
# python2 gpt_ini2bin.py partition_desc.ini>partition_desc.bin
|
# python2 gpt_ini2bin.py partition_desc.ini>partition_desc.bin
|
||||||
|
|
||||||
We still need the configuration file ``flash_LaaG.json`` for flashing,
|
We still need the configuration file ``flash_LaaG.json`` for flashing,
|
||||||
which is also in the directory ``~/acrn-hypervisor/doc/tutorials/``.
|
which is also in the directory ``~/acrn-hypervisor/doc/tutorials/``.
|
||||||
|
|
||||||
.. table::
|
.. table::
|
||||||
|
Loading…
Reference in New Issue
Block a user