@@ -38,12 +38,12 @@ complete this setup.
38
38
.. note ::
39
39
40
40
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,
42
42
you'll need to adjust the instructions below to reference the version
43
43
number of Clear Linux you are using.
44
44
45
45
#. 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
47
47
and follow the `Clear Linux installation guide
48
48
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install> `__
49
49
as a starting point for installing Clear Linux onto your platform. Follow the recommended
@@ -65,16 +65,16 @@ complete this setup.
65
65
.. note ::
66
66
The Clear Linux installer will automatically check for updates and install the
67
67
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 ``
70
70
71
71
#. If you have an older version of Clear Linux already installed
72
72
on your hardware, use this command to upgrade Clear Linux
73
- to version 26120 (or newer):
73
+ to version 26200 (or newer):
74
74
75
75
.. code-block :: none
76
76
77
- # swupd update -m 26120 # or newer version
77
+ # swupd update -m 26200 # or newer version
78
78
79
79
#. Use the ``swupd bundle-add `` command and add these Clear Linux bundles:
80
80
@@ -124,9 +124,9 @@ partition. Follow these steps:
124
124
125
125
# ls -1 /mnt/EFI/org.clearlinux
126
126
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
130
130
loaderx64.efi
131
131
132
132
.. note ::
@@ -262,9 +262,9 @@ partition. Follow these steps:
262
262
:caption: ACRN Service OS Boot Menu
263
263
264
264
=> 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 )
268
268
EFI Default Loader
269
269
Reboot Into Firmware Interface
270
270
@@ -309,12 +309,12 @@ Set up Reference UOS
309
309
====================
310
310
311
311
#. 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:
313
313
314
314
.. code-block :: none
315
315
316
316
# 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
318
318
319
319
.. note ::
320
320
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
325
325
326
326
.. code-block :: none
327
327
328
- # unxz clear-26120 -kvm.img.xz
328
+ # unxz clear-26200 -kvm.img.xz
329
329
330
330
#. Deploy the UOS kernel modules to UOS virtual disk image (note: you'll need to use
331
331
the same **standard ** image version number noted in step 1 above):
332
332
333
333
.. code-block :: none
334
334
335
- # losetup -f -P --show /root/clear-25130 -kvm.img
335
+ # losetup -f -P --show /root/clear-26200 -kvm.img
336
336
# 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/
338
338
# umount /mnt
339
339
# sync
340
340
@@ -353,7 +353,7 @@ Set up Reference UOS
353
353
354
354
.. note ::
355
355
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
357
357
and version number highlighted above (the ``-s 3,virtio-blk `` argument) to match
358
358
what you have downloaded above. Likewise, you may need to adjust the kernel file
359
359
name on the second line highlighted (check the exact name to be used using:
0 commit comments