mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
doc: update Using SBL on UP2 Board
1. The origin clearlinux version 29070 in this doucment example is not workable with acrn latest code, update the clearlinux version. 2. Replace the sos_console_login.png with vm_console_login.png Signed-off-by: Lei Lu <leix.lu@intel.com>
This commit is contained in:
parent
c3001e61a2
commit
bf1a162c3e
Binary file not shown.
Before Width: | Height: | Size: 100 KiB |
BIN
doc/tutorials/images/vm_console_login.png
Normal file
BIN
doc/tutorials/images/vm_console_login.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
@ -95,14 +95,14 @@ An example of the configuration file ``uos.json``:
|
||||
{ "disk" : "clearlinux.img", "partition" : 2, "type" : "ext4" } ],
|
||||
"PartitionMountPoints" : [ { "disk" : "clearlinux.img", "partition" : 1, "mount" : "/boot" },
|
||||
{ "disk" : "clearlinux.img", "partition" : 2, "mount" : "/" } ],
|
||||
"Version": 29070,
|
||||
"Version": 30690,
|
||||
"Bundles": ["kernel-iot-lts2018", "openssh-server", "x11-server", "os-core", "os-core-update"]
|
||||
}
|
||||
|
||||
.. note::
|
||||
To generate the image with a specified version, please modify
|
||||
the "Version" argument, ``"Version": 2****`` instead
|
||||
of ``"Version": 29070`` for example.
|
||||
the "Version" argument, ``"Version": 3****`` instead
|
||||
of ``"Version": 30690`` for example.
|
||||
|
||||
|
||||
Build SOS and LaaG image:
|
||||
@ -111,7 +111,7 @@ Build SOS and LaaG image:
|
||||
|
||||
$ sudo -s
|
||||
# chmod +x create-up2-images.sh
|
||||
# ./create-up2-images.sh --images-type all --clearlinux-version 29070 --laag-json uos.json
|
||||
# ./create-up2-images.sh --images-type all --clearlinux-version 30690 --laag-json uos.json
|
||||
|
||||
.. note::
|
||||
You must have root privileges to run ``create-up2-images.sh``.
|
||||
@ -122,7 +122,7 @@ Build SOS and LaaG image:
|
||||
|
||||
.. note::
|
||||
When building images, you can modify the ``--clearlinux-version`` argument
|
||||
to a specific version (such as 29070). To generate the images of SOS only,
|
||||
to a specific version (such as 30690). To generate the images of SOS only,
|
||||
modify the ``--images-type`` argument to ``sos``.
|
||||
|
||||
This step will generate the images of SOS and LaaG:
|
||||
@ -287,7 +287,7 @@ Boot to SOS
|
||||
After flashing, UP2 board will automatically reboot and
|
||||
boot to ACRN hypervisor. And login SOS by following command:
|
||||
|
||||
.. image:: images/sos_console_login.png
|
||||
.. image:: images/vm_console_login.png
|
||||
:align: center
|
||||
|
||||
Launch UOS
|
||||
|
Loading…
Reference in New Issue
Block a user