mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
Update the version of Ubuntu to 18.04
This commit is contained in:
parent
abfa1c1644
commit
65f21a77e2
@ -12,12 +12,12 @@ In the following instructions we'll build on material in the
|
|||||||
Install Ubuntu (natively)
|
Install Ubuntu (natively)
|
||||||
*************************
|
*************************
|
||||||
|
|
||||||
Ubuntu 16.04.4 LTS was used throughout this document, other versions such as
|
Ubuntu 18.04.1 LTS was used throughout this document, other versions such as
|
||||||
18.04 works too.
|
16.04 works too.
|
||||||
|
|
||||||
* Download Ubuntu 16.04 from the `Ubuntu 16.04.4 LTS (Xenial Xerus) page
|
* Download Ubuntu 18.04 from the `Ubuntu 18.04.1 LTS (Bionic Beaver) page
|
||||||
<http://old-releases.ubuntu.com/releases/16.04.4/>`_ and select the `ubuntu-16.04.4-desktop-amd64.iso
|
<http://releases.ubuntu.com/18.04.1/>`_ and select the `ubuntu-18.04.1-desktop-amd64.iso
|
||||||
<http://old-releases.ubuntu.com/releases/16.04.4/ubuntu-16.04.4-desktop-amd64.iso>`_ image.
|
<http://releases.ubuntu.com/18.04.1/ubuntu-18.04.1-desktop-amd64.iso>`_ image.
|
||||||
|
|
||||||
* Follow Ubuntu's `online instructions <https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop?_ga=2.114179015.1954550575.1530817291-1278304647.1523530035>`_
|
* Follow Ubuntu's `online instructions <https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop?_ga=2.114179015.1954550575.1530817291-1278304647.1523530035>`_
|
||||||
to install it on your device.
|
to install it on your device.
|
||||||
@ -62,7 +62,9 @@ Install development tools for ARCN development:
|
|||||||
sudo pip3 install kconfiglib
|
sudo pip3 install kconfiglib
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
You need to use gcc version 7.3.* or higher else you will run into issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_. Follow these instructions to install the gcc-7 package on Ubuntu 16.04:
|
You need to use gcc version 7.3.* or higher else you will run into issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_.
|
||||||
|
|
||||||
|
Follow these instructions to install the gcc-7 package on Ubuntu 18.04:
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -338,7 +340,7 @@ Enabling network sharing
|
|||||||
|
|
||||||
After booting up the SOS and UOS, network sharing must be enabled to give network
|
After booting up the SOS and UOS, network sharing must be enabled to give network
|
||||||
access to the UOS by enabling the TAP and networking bridge in the SOS. The following
|
access to the UOS by enabling the TAP and networking bridge in the SOS. The following
|
||||||
script example shows how to set this up (verified in Ubuntu 14.04 and 16.04 as the SOS).
|
script example shows how to set this up (verified in Ubuntu 16.04 and 18.04 as the SOS).
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
Loading…
Reference in New Issue
Block a user