Skip to content

Commit be586b4

Browse files
yunzha4xdbkinder
authored andcommitted
doc:Update Getting started guide for Intel NUC
Signed-off-by: yunzha4x <yunx.zhang@intel.com>
1 parent 009a16b commit be586b4

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ manually, as described below).
8585
Please refer to the ACRN :ref:`release_notes` for the Clear Linux OS
8686
version number tested with a specific ACRN release. Adjust the
8787
instruction below to reference the appropriate version number of Clear
88-
Linux OS (we use version 28960 as an example).
88+
Linux OS (we use version 30210 as an example).
8989

9090
#. Download the compressed Clear Linux OS installer image from
91-
https://download.clearlinux.org/releases/28960/clear/clear-28960-installer.img.xz
91+
https://download.clearlinux.org/releases/30210/clear/clear-30210-live-server.img.xz
9292
and follow the `Clear Linux OS installation guide
9393
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install-server>`_
9494
as a starting point for installing Clear Linux OS onto your platform. Follow the recommended
@@ -99,7 +99,12 @@ manually, as described below).
9999
When setting up Clear Linux on your NUC:
100100

101101
#. Launch the Clear Linux OS installer boot menu
102-
#. With Clear Linux OS highlighted, select Enter.
102+
#. With Clear Linux OS highlighted, select Enter
103+
#. Login with your root account, and new password
104+
#. Run the installer using the command::
105+
106+
$ clr-installer
107+
103108
#. From the Main Menu, select "Configure Media" and set
104109
"Auto Partition" to your desired hard disk.
105110
#. Press :kbd:`A` to show the "Advanced options".
@@ -137,7 +142,7 @@ can see your current Clear Linux version with the command::
137142

138143
$ cat /etc/os-release
139144

140-
.. note:: In the following steps, we're using Clear Linux version 28960. You should
145+
.. note:: In the following steps, we're using Clear Linux version 30210. You should
141146
specify the Clear Linux version you want to use.
142147

143148
Here are the steps to install Clear Linux on your NUC, set up the SOS
@@ -156,11 +161,11 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
156161
$ cd ~
157162
$ wget https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/doc/getting-started/acrn_quick_setup.sh
158163
159-
$ sudo sh acrn_quick_setup.sh -s 28960
164+
$ sudo sh acrn_quick_setup.sh -s 30210
160165
Password:
161166
Upgrading SOS...
162167
Disable auto update...
163-
Clear Linux version 28960 is already installed. Continuing to setup SOS...
168+
Clear Linux version 30210 is already installed. Continuing to setup SOS...
164169
Adding the service-os, kernel-iot-lts2018 and systemd-networkd-autostart bundles...
165170
...100%
166171
...100%
@@ -191,7 +196,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
191196
it using ``-e`` option. For example, to set up the SOS on an NVMe
192197
SSD, you could specify::
193198

194-
sudo sh acrn_quick_setup.sh -s 28960 -e /dev/nvme0n1p1
199+
sudo sh acrn_quick_setup.sh -s 30210 -e /dev/nvme0n1p1
195200

196201
.. note::
197202
If you don't need to reboot automatically after setting up the SOS, you
@@ -213,10 +218,10 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
213218

214219
.. code-block:: console
215220
216-
$ sudo sh acrn_quick_setup.sh -u 28960
221+
$ sudo sh acrn_quick_setup.sh -u 30210
217222
Password:
218223
Upgrading UOS...
219-
Downloading UOS image: https://download.clearlinux.org/releases/28960/clear/clear-28960-kvm.img.xz
224+
Downloading UOS image: https://download.clearlinux.org/releases/30210/clear/clear-30210-kvm.img.xz
220225
% Total % Received % Xferd Average Speed Time Time Time Current
221226
Dload Upload Total Spent Left Speed
222227
14 248M 14 35.4M 0 0 851k 0 0:04:57 0:00:42 0:04:15 293k
@@ -225,18 +230,18 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
225230

226231
.. code-block:: console
227232
228-
Unxz UOS image: clear-28960-kvm.img.xz
229-
Get UOS image: clear-28960-kvm.img
233+
Unxz UOS image: clear-30210-kvm.img.xz
234+
Get UOS image: clear-30210-kvm.img
230235
Upgrade UOS done...
231236
Now you can run this command to start UOS...
232-
$ sudo /root/launch_uos_28960.sh
237+
$ sudo /root/launch_uos_30210.sh
233238
234239
#. Now you can launch the UOS using the customized launch_uos script
235240
(with sudo):
236241

237242
.. code-block:: console
238243
239-
$ sudo /root/launch_uos_28960.sh
244+
$ sudo /root/launch_uos_30210.sh
240245
Password:
241246
cpu1 online=0
242247
cpu2 online=0
@@ -296,7 +301,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
296301
.. code-block:: console
297302
298303
# uname -r
299-
4.19.34-45.iot-lts2018-sos
304+
4.19.55-67.iot-lts2018-sos
300305
# ls /dev/acrn*
301306
/dev/acrn_hvlog_cur_0 /dev/acrn_hvlog_cur_2 /dev/acrn_trace_0 /dev/acrn_trace_2 /dev/acrn_vhm
302307
/dev/acrn_hvlog_cur_1 /dev/acrn_hvlog_cur_3 /dev/acrn_trace_1 /dev/acrn_trace_3
@@ -325,16 +330,16 @@ and UOS manually following these steps:
325330
.. note::
326331
The Clear Linux OS installer will automatically check for updates and install the
327332
latest version available on your system. If you wish to use a specific version
328-
(such as 28960), you can achieve that after the installation has completed using
329-
``sudo swupd verify --fix --picky -m 28960``
333+
(such as 30210), you can achieve that after the installation has completed using
334+
``sudo swupd verify --fix --picky -m 30210``
330335

331336
#. If you have an older version of Clear Linux OS already installed
332337
on your hardware, use this command to upgrade Clear Linux OS
333-
to version 28960 (or newer):
338+
to version 30210 (or newer):
334339

335340
.. code-block:: none
336341
337-
$ sudo swupd update -m 28960 # or newer version
342+
$ sudo swupd update -m 30210 # or newer version
338343
339344
#. Use the ``sudo swupd bundle-add`` command and add these Clear Linux OS bundles:
340345

@@ -570,14 +575,14 @@ Set up Reference UOS
570575
====================
571576

572577
#. On your platform, download the pre-built reference Clear Linux OS UOS
573-
image version 28960 (or newer) into your (root) home directory:
578+
image version 30210 (or newer) into your (root) home directory:
574579

575580
.. code-block:: none
576581
577582
$ cd ~
578583
$ mkdir uos
579584
$ cd uos
580-
$ curl https://download.clearlinux.org/releases/28960/clear/clear-28960-kvm.img.xz -o uos.img.xz
585+
$ curl https://download.clearlinux.org/releases/30210/clear/clear-30210-kvm.img.xz -o uos.img.xz
581586
582587
.. note::
583588
In case you want to use or try out a newer version of Clear Linux OS as the UOS, you can

0 commit comments

Comments
 (0)