@@ -37,13 +37,13 @@ complete this setup.
37
37
38
38
.. note ::
39
39
40
- ACRN v0.1 (and the current master branch) requires Clear Linux
41
- version 23690 or newer. If you use a newer version of Clear Linux,
40
+ ACRN v0.2 (and the current master branch) requires Clear Linux
41
+ version 25130 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/23690 /clear/clear-23690 -installer.img.xz
46
+ https://download.clearlinux.org/releases/25130 /clear/clear-25130 -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
@@ -64,18 +64,18 @@ complete this setup.
64
64
65
65
#. If you have an older version of Clear Linux already installed
66
66
on your hardware, use this command to upgrade Clear Linux
67
- to version 23690 (or newer):
67
+ to version 25130 (or newer):
68
68
69
69
.. code-block :: none
70
70
71
- # swupd update -m 23690 # or newer version
71
+ # swupd update -m 25130 # or newer version
72
72
73
73
#. Use the ``swupd bundle-add `` command and add these Clear Linux bundles:
74
74
75
75
.. code-block :: none
76
76
77
77
# swupd bundle-add vim network-basic service-os kernel-pk \
78
- desktop openssh-server
78
+ desktop openssh-server software-defined-cockpit
79
79
80
80
.. table :: Clear Linux bundles
81
81
:widths: auto
@@ -100,6 +100,10 @@ complete this setup.
100
100
| openssh-server | Server-side support for secure connectivity and |
101
101
| | remote login using the SSH protocol |
102
102
+--------------------+---------------------------------------------------+
103
+ | software-defined + Run the automotive software defined cockpit +
104
+ | -cockpit + which has graphic, media, sound and connectivity +
105
+ | + +
106
+ +--------------------+---------------------------------------------------+
103
107
104
108
Add the ACRN hypervisor to the EFI Partition
105
109
============================================
@@ -115,9 +119,9 @@ partition. Follow these steps:
115
119
116
120
# ls -1 /mnt/EFI/org.clearlinux
117
121
bootloaderx64.efi
118
- kernel-org.clearlinux.native.4.17.6-590
119
- kernel-org.clearlinux.pk414-sos.4.14.52-63
120
- kernel-org.clearlinux.pk414-standard.4.14.52-63
122
+ kernel-org.clearlinux.native.4.18.9-635
123
+ kernel-org.clearlinux.pk414-sos.4.14.68-99
124
+ kernel-org.clearlinux.pk414-standard.4.14.68-99
121
125
loaderx64.efi
122
126
123
127
.. note ::
@@ -254,9 +258,9 @@ partition. Follow these steps:
254
258
:caption: ACRN Service OS Boot Menu
255
259
256
260
=> The ACRN Service OS
257
- Clear Linux OS for Intel Architecture (Clear-linux-native-4.17.6.590 )
258
- Clear Linux OS for Intel Architecture (Clear-linux-pk414-sos-4.14.52.63 )
259
- Clear Linux OS for Intel Architecture (Clear-linux-pk414-standard-4.14.52.63 )
261
+ Clear Linux OS for Intel Architecture (Clear-linux-native-4.18.9-635 )
262
+ Clear Linux OS for Intel Architecture (Clear-linux-pk414-sos-4.14.68-99 )
263
+ Clear Linux OS for Intel Architecture (Clear-linux-pk414-standard-4.14.68-99 )
260
264
EFI Default Loader
261
265
Reboot Into Firmware Interface
262
266
@@ -289,12 +293,12 @@ Set up Reference UOS
289
293
====================
290
294
291
295
#. On your platform, download the pre-built reference Clear Linux UOS
292
- image version 23690 (or newer) into your (root) home directory:
296
+ image version 25130 (or newer) into your (root) home directory:
293
297
294
298
.. code-block :: none
295
299
296
300
# cd ~
297
- # curl -O https://download.clearlinux.org/releases/23690 /clear/clear-23690 -kvm.img.xz
301
+ # curl -O https://download.clearlinux.org/releases/25130 /clear/clear-25130 -kvm.img.xz
298
302
299
303
.. note ::
300
304
In case you want to use or try out a newer version of Clear Linux as the UOS, you can
@@ -305,16 +309,16 @@ Set up Reference UOS
305
309
306
310
.. code-block :: none
307
311
308
- # unxz clear-23690 -kvm.img.xz
312
+ # unxz clear-25130 -kvm.img.xz
309
313
310
314
#. Deploy the UOS kernel modules to UOS virtual disk image (note: you'll need to use
311
315
the same **standard ** image version number noted in step 1 above):
312
316
313
317
.. code-block :: none
314
318
315
- # losetup -f -P --show /root/clear-23690 -kvm.img
319
+ # losetup -f -P --show /root/clear-25130 -kvm.img
316
320
# mount /dev/loop0p3 /mnt
317
- # cp -r /usr/lib/modules/4.14.52-63 .pk414-standard /mnt/lib/modules/
321
+ # cp -r /usr/lib/modules/4.14.68-99 .pk414-standard /mnt/lib/modules/
318
322
# umount /mnt
319
323
# sync
320
324
@@ -333,7 +337,7 @@ Set up Reference UOS
333
337
334
338
.. note ::
335
339
In case you have downloaded a different Clear Linux image than the one above
336
- (``clear-23690 -kvm.img.xz ``), you will need to modify the Clear Linux file name
340
+ (``clear-25130 -kvm.img.xz ``), you will need to modify the Clear Linux file name
337
341
and version number highlighted above (the ``-s 3,virtio-blk `` argument) to match
338
342
what you have downloaded above. Likewise, you may need to adjust the kernel file
339
343
name on the second line highlighted (check the exact name to be used using:
0 commit comments