doc: add note for the directory of UOS image
This commit is contained in:
parent
099c605eda
commit
1052242319
|
@ -62,8 +62,6 @@ Install development tools for ARCN development:
|
||||||
sudo apt install g++-7 -y
|
sudo apt install g++-7 -y
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 \
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 \
|
||||||
--slave /usr/bin/g++ g++ /usr/bin/g++-7
|
--slave /usr/bin/g++ g++ /usr/bin/g++-7
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Install ACRN
|
Install ACRN
|
||||||
************
|
************
|
||||||
|
@ -312,6 +310,10 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
|
||||||
|
|
||||||
-s 3,virtio-blk,/root/clear-26440-kvm.img
|
-s 3,virtio-blk,/root/clear-26440-kvm.img
|
||||||
-k /lib/modules/kernel/default-iot-lts2018
|
-k /lib/modules/kernel/default-iot-lts2018
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
The image of UOS can be stored in other directories instead of "/root",
|
||||||
|
and please remember to modify it in "launch_uos.sh" too.
|
||||||
|
|
||||||
Start the User OS (UOS)
|
Start the User OS (UOS)
|
||||||
***********************
|
***********************
|
||||||
|
|
Loading…
Reference in New Issue