Skip to content

Commit 1847497

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
Documentation: update GSG for release 0.3
Update Getting Started Guide (GSG) with Clear Linux version and kernel versions for ACRN v0.3. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent 33137dc commit 1847497

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ complete this setup.
3838
.. note::
3939

4040
ACRN v0.3 (and the current master branch) requires Clear Linux
41-
version 26120 or newer. If you use a newer version of Clear Linux,
41+
version 26200 or newer. If you use a newer version of Clear Linux,
4242
you'll need to adjust the instructions below to reference the version
4343
number of Clear Linux you are using.
4444

4545
#. Download the compressed Clear installer image from
46-
https://download.clearlinux.org/releases/26120/clear/clear-26120-installer.img.xz
46+
https://download.clearlinux.org/releases/26200/clear/clear-26200-installer.img.xz
4747
and follow the `Clear Linux installation guide
4848
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install>`__
4949
as a starting point for installing Clear Linux onto your platform. Follow the recommended
@@ -65,16 +65,16 @@ complete this setup.
6565
.. note::
6666
The Clear Linux installer will automatically check for updates and install the
6767
latest version available on your system. If you wish to use a specific version
68-
(such as 26120), you can achieve that after the installation has completed using
69-
``swupd verify --fix --picky -m 26120``
68+
(such as 26200), you can achieve that after the installation has completed using
69+
``swupd verify --fix --picky -m 26200``
7070

7171
#. If you have an older version of Clear Linux already installed
7272
on your hardware, use this command to upgrade Clear Linux
73-
to version 26120 (or newer):
73+
to version 26200 (or newer):
7474

7575
.. code-block:: none
7676
77-
# swupd update -m 26120 # or newer version
77+
# swupd update -m 26200 # or newer version
7878
7979
#. Use the ``swupd bundle-add`` command and add these Clear Linux bundles:
8080

@@ -124,9 +124,9 @@ partition. Follow these steps:
124124
125125
# ls -1 /mnt/EFI/org.clearlinux
126126
bootloaderx64.efi
127-
kernel-org.clearlinux.native.4.18.16-650
128-
kernel-org.clearlinux.iot-lts2018-sos.4.19.0-16
129-
kernel-org.clearlinux.iot-lts2018.4.19.0-16
127+
kernel-org.clearlinux.native.4.19.1-654
128+
kernel-org.clearlinux.iot-lts2018-sos.4.19.0-19
129+
kernel-org.clearlinux.iot-lts2018.4.19.0-19
130130
loaderx64.efi
131131
132132
.. note::
@@ -262,9 +262,9 @@ partition. Follow these steps:
262262
:caption: ACRN Service OS Boot Menu
263263
264264
=> The ACRN Service OS
265-
Clear Linux OS for Intel Architecture (Clear-linux-iot-lts2018-4.19.0-16)
266-
Clear Linux OS for Intel Architecture (Clear-linux-iot-lts2018-sos-4.19.0-16)
267-
Clear Linux OS for Intel Architecture (Clear-linux-native.4.18.16-650)
265+
Clear Linux OS for Intel Architecture (Clear-linux-iot-lts2018-4.19.0-19)
266+
Clear Linux OS for Intel Architecture (Clear-linux-iot-lts2018-sos-4.19.0-19)
267+
Clear Linux OS for Intel Architecture (Clear-linux-native.4.19.1-654)
268268
EFI Default Loader
269269
Reboot Into Firmware Interface
270270
@@ -309,12 +309,12 @@ Set up Reference UOS
309309
====================
310310

311311
#. On your platform, download the pre-built reference Clear Linux UOS
312-
image version 26120 (or newer) into your (root) home directory:
312+
image version 26200 (or newer) into your (root) home directory:
313313

314314
.. code-block:: none
315315
316316
# cd ~
317-
# curl -O https://download.clearlinux.org/releases/26120/clear/clear-26120-kvm.img.xz
317+
# curl -O https://download.clearlinux.org/releases/26200/clear/clear-26200-kvm.img.xz
318318
319319
.. note::
320320
In case you want to use or try out a newer version of Clear Linux as the UOS, you can
@@ -325,16 +325,16 @@ Set up Reference UOS
325325

326326
.. code-block:: none
327327
328-
# unxz clear-26120-kvm.img.xz
328+
# unxz clear-26200-kvm.img.xz
329329
330330
#. Deploy the UOS kernel modules to UOS virtual disk image (note: you'll need to use
331331
the same **standard** image version number noted in step 1 above):
332332

333333
.. code-block:: none
334334
335-
# losetup -f -P --show /root/clear-25130-kvm.img
335+
# losetup -f -P --show /root/clear-26200-kvm.img
336336
# mount /dev/loop0p3 /mnt
337-
# cp -r /usr/lib/modules/4.19.0-16.iot-lts2018 /mnt/lib/modules/
337+
# cp -r /usr/lib/modules/4.19.0-19.iot-lts2018 /mnt/lib/modules/
338338
# umount /mnt
339339
# sync
340340
@@ -353,7 +353,7 @@ Set up Reference UOS
353353

354354
.. note::
355355
In case you have downloaded a different Clear Linux image than the one above
356-
(``clear-25130-kvm.img.xz``), you will need to modify the Clear Linux file name
356+
(``clear-26200-kvm.img.xz``), you will need to modify the Clear Linux file name
357357
and version number highlighted above (the ``-s 3,virtio-blk`` argument) to match
358358
what you have downloaded above. Likewise, you may need to adjust the kernel file
359359
name on the second line highlighted (check the exact name to be used using:

0 commit comments

Comments
 (0)