[acrn-dev] [acrn-users] ACRN on non-NUC platforms
Rajagopal Aravindan
Hello Victor, While setting up configuration for my target machine, I am running into this error rajagopal@rajagopal-UX310UA:~/Workspace/ges/acrn-hypervisor/misc/acrn-config/target$ sudo python3 board_parser.py zenbook |
|
Victor Sun
Your machine is fine. Please replace your /usr/bin/cpuid to a higher version. BR, Victor
On 11/7/2019 3:16 AM, Rajagopal
Aravindan wrote:
|
|
Rajagopal Aravindan
Hello Victor, >>Your machine is fine. >>Please replace your /usr/bin/cpuid to a higher version. Tried running board_parser.py from inside 18.04.3 on the same machine and getting the below error ... ubuntu@ubuntu:/mnt/home/rajagopal/Workspace/ges/acrn-hypervisor$ sudo python3 misc/acrn-config/target/board_parser.py zenbook rdmsr: open: No such file or directory Error:MSR 0x1ad not support in this platform! I understand that a certain MSR is NOT present in my CPU. Is that the end of road for ACRN on this machine ? Where can I find information on why ACRN places such h/w constraints compared to other Type-1 hypervisors (Xen etc)? Again, looking forward to your reply. Thanks, Rajagopal On Thu, Nov 7, 2019 at 12:58 AM Victor Sun <victor.sun@...> wrote:
|
|
Victor Sun
0x1AD support is available for all
latest desktop/mobile platform except some XEON processors. I
guess you did not enable msr module by "modprobe msr" command.
I stated the requirement in README file
as below:
OS requirement:
Release: Ubuntu 18.04+ or ClearLinux 30210+ Tools: cpuid, rdmsr, lspci, dmidecode kernel cmdline: "idle=nomwait intel_idle.max_cstate=0 intel_pstate=disable" please make sure these tools is working
before you execute board parser tool and vt-d is enabled in BIOS.
ACRN does not work well on some Xeon processor because the main purpose of ACRN is for IoT market, but we are still trying to fix some issues occurs on server platform. With current code, we have below limitations but we will fix them soon. 1. memory <= 16G3. intel speedstep is enabled
3. ACPI CPU Pstate/Cstate table are
enabled, and no mwait support when enforce ACPI idle driver.
please let me know your progress.
BR,
Victor
On 11/8/2019 3:08 AM, Rajagopal
Aravindan wrote:
|
|