Skip to content

Commit ac9ebc5

Browse files
ailun258dbkinder
authored andcommitted
update to support v0.2 release
updated Clear Linux version to 25130 as getting started updated pk kernel version to 4.14.68-99 added one bundle installation
1 parent 71b047c commit ac9ebc5

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ complete this setup.
3737

3838
.. note::
3939

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,
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/23690/clear/clear-23690-installer.img.xz
46+
https://download.clearlinux.org/releases/25130/clear/clear-25130-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
@@ -64,18 +64,18 @@ complete this setup.
6464
6565
#. If you have an older version of Clear Linux already installed
6666
on your hardware, use this command to upgrade Clear Linux
67-
to version 23690 (or newer):
67+
to version 25130 (or newer):
6868

6969
.. code-block:: none
7070
71-
# swupd update -m 23690 # or newer version
71+
# swupd update -m 25130 # or newer version
7272
7373
#. Use the ``swupd bundle-add`` command and add these Clear Linux bundles:
7474

7575
.. code-block:: none
7676
7777
# swupd bundle-add vim network-basic service-os kernel-pk \
78-
desktop openssh-server
78+
desktop openssh-server software-defined-cockpit
7979
8080
.. table:: Clear Linux bundles
8181
:widths: auto
@@ -100,6 +100,10 @@ complete this setup.
100100
| openssh-server | Server-side support for secure connectivity and |
101101
| | remote login using the SSH protocol |
102102
+--------------------+---------------------------------------------------+
103+
|software-defined + Run the automotive software defined cockpit +
104+
|-cockpit + which has graphic, media, sound and connectivity +
105+
| + +
106+
+--------------------+---------------------------------------------------+
103107

104108
Add the ACRN hypervisor to the EFI Partition
105109
============================================
@@ -115,9 +119,9 @@ partition. Follow these steps:
115119
116120
# ls -1 /mnt/EFI/org.clearlinux
117121
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
121125
loaderx64.efi
122126
123127
.. note::
@@ -254,9 +258,9 @@ partition. Follow these steps:
254258
:caption: ACRN Service OS Boot Menu
255259
256260
=> 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)
260264
EFI Default Loader
261265
Reboot Into Firmware Interface
262266
@@ -289,12 +293,12 @@ Set up Reference UOS
289293
====================
290294

291295
#. 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:
293297

294298
.. code-block:: none
295299
296300
# 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
298302
299303
.. note::
300304
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
305309

306310
.. code-block:: none
307311
308-
# unxz clear-23690-kvm.img.xz
312+
# unxz clear-25130-kvm.img.xz
309313
310314
#. Deploy the UOS kernel modules to UOS virtual disk image (note: you'll need to use
311315
the same **standard** image version number noted in step 1 above):
312316

313317
.. code-block:: none
314318
315-
# losetup -f -P --show /root/clear-23690-kvm.img
319+
# losetup -f -P --show /root/clear-25130-kvm.img
316320
# 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/
318322
# umount /mnt
319323
# sync
320324
@@ -333,7 +337,7 @@ Set up Reference UOS
333337

334338
.. note::
335339
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
337341
and version number highlighted above (the ``-s 3,virtio-blk`` argument) to match
338342
what you have downloaded above. Likewise, you may need to adjust the kernel file
339343
name on the second line highlighted (check the exact name to be used using:

0 commit comments

Comments
 (0)