projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.13k stars 519 forks source link

[Doc] Need refresh partitioned guide #6376

Open NanlinXie opened 3 years ago

NanlinXie commented 3 years ago

Some feedback from user:

https://projectacrn.github.io/latest/tutorials/using_partition_mode_on_nuc.html

  1. Update Kernel Image and Modules of Pre-Launched VM point 1, master kernel_config_uos is missing, only existing on release branch.

  2. Need install make,gcc,iasl libelf-dev dependancy.

  3. Add make -j $(nproc) to speed up compilation.

  4. Update Kernel Image and Modules of Pre-Launched VM
    point 1,some files are not used after stored in disk.

  5. Update Kernel Image and Modules of Pre-Launched VM
    Need refine or add picture.

  6. acrn-hypervisor -> misc/config_tools/data/whl-ipc-i7/logic_partition.xml -> vm1 -> bootargs root need change to /dev/nvme0n1p3 (nvme), need add nvme passthrough to vm1 into pci_devs
    <pci_dev>02:00.0 Non-Volatile memory controller: Silicon Motion, Inc. Device 2263 (rev 03)</pci_dev> otherwise failed to boot.

NanlinXie commented 2 years ago

Remove this tutorial from latest document, put it to backlog for future improvement.

amyreye commented 2 years ago

@NanlinXie Here is some feedback from Geoffroy, which he provided during the v2.7 release:

Geoffroy said: The “Getting Started Guide for ACRN Logical Partition Mode” tutorial does not make sense to me. We talk about three different storage devices (SATA, NVMe and USB) and we seem to unnecessarily copy kernels & modules across.