mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 11:36:50 +00:00
doc: Add platform sos info and GUI screenshots against Celadon Guest OS
Add sos info and Celadon OS GUI screenshots for the Celadon UOS tutorial. Signed-off-by: ruix.li <ruix.li@intel.com>
This commit is contained in:
parent
714162fb8b
commit
1aef5290ea
BIN
doc/tutorials/images/Celadon_apps.png
Normal file
BIN
doc/tutorials/images/Celadon_apps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
BIN
doc/tutorials/images/Celadon_home.png
Normal file
BIN
doc/tutorials/images/Celadon_home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -74,7 +74,7 @@ Build Celadon from source
|
|||||||
Steps for Using Celadon as User OS
|
Steps for Using Celadon as User OS
|
||||||
**********************************
|
**********************************
|
||||||
|
|
||||||
#. Follow :ref:`getting-started-apl-nuc` to boot the "ACRN Service OS"
|
#. Follow :ref:`getting-started-apl-nuc` to boot the "ACRN Service OS" based on Clear Linux 29880.
|
||||||
|
|
||||||
#. Prepare dependencies on your NUC::
|
#. Prepare dependencies on your NUC::
|
||||||
|
|
||||||
@ -85,7 +85,8 @@ Steps for Using Celadon as User OS
|
|||||||
# scp <cel_apl_gptimage.img from your host> ./android.img
|
# scp <cel_apl_gptimage.img from your host> ./android.img
|
||||||
# sh launch_android.sh
|
# sh launch_android.sh
|
||||||
|
|
||||||
#. You will see the shell console after Celadon boots. Check the build info using the ``getprop`` command:
|
#. You will see the shell console from the terminal and the Celadon GUI on the secondary monitor
|
||||||
|
after system boots. You can check the build info using the ``getprop`` command in shell console:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -94,3 +95,11 @@ Steps for Using Celadon as User OS
|
|||||||
[ro.bootimage.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
[ro.bootimage.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
||||||
[ro.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
[ro.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
||||||
[ro.vendor.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
[ro.vendor.build.fingerprint]: [cel_apl/cel_apl/cel_apl:9/PPR2.181005.003.A1/rui06241613:userdebug/test-keys]
|
||||||
|
|
||||||
|
.. figure:: images/Celadon_home.png
|
||||||
|
:width: 700px
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
.. figure:: images/Celadon_apps.png
|
||||||
|
:width: 700px
|
||||||
|
:align: center
|
||||||
|
Loading…
Reference in New Issue
Block a user