diff --git a/doc/tutorials/images/sos_console_login.png b/doc/tutorials/images/sos_console_login.png deleted file mode 100644 index 84c1ae7e1..000000000 Binary files a/doc/tutorials/images/sos_console_login.png and /dev/null differ diff --git a/doc/tutorials/images/vm_console_login.png b/doc/tutorials/images/vm_console_login.png new file mode 100644 index 000000000..6b97dacb1 Binary files /dev/null and b/doc/tutorials/images/vm_console_login.png differ diff --git a/doc/tutorials/using_sbl_on_up2.rst b/doc/tutorials/using_sbl_on_up2.rst index 6359312fa..18e30d454 100644 --- a/doc/tutorials/using_sbl_on_up2.rst +++ b/doc/tutorials/using_sbl_on_up2.rst @@ -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