projectacrn / acrn-hypervisor

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

ACRN on Intel Nuc 8 and other plateform #3776

Closed limbo127 closed 3 years ago

limbo127 commented 5 years ago

Hello, Can someone explain us how acrn is supported platefome ? We want to use on Intel nuc generation 8, without success. We are trying to install on new Pc portable generation 8 or more ( dell, hp) withtout success. Is a lot dev is necessary ? how can we help ?
Any roadmap about support new intel processor ?

Regards, Nicolas

gvancuts commented 5 years ago

Hi Nicolas, we're not officially supporting this platform although I would expect that it should run ACRN with minor tweaks. A few things can go wrong when trying out a new platform inc. things like the memory size you are using. The easiest to debug these is if you have a functional serial port that can at least give some clues as to what is going on inside ACRN. Do you have that?

limbo127 commented 5 years ago

No, not serial, and my question is also relative to new hardware, we are project to install acrn on laptop for example, how can new hardware can be integrated? regards, Nicolas

Le lun. 7 oct. 2019 à 13:08, Geoffroy Van Cutsem notifications@github.com a écrit :

Hi Nicolas, we're not officially supporting this platform although I would expect that it should run ACRN with minor tweaks. A few things can go wrong when trying out a new platform inc. things like the memory size you are using. The easiest to debug these is if you have a functional serial port that can at least give some clues as to what is going on inside ACRN. Do you have that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/projectacrn/acrn-hypervisor/issues/3776?email_source=notifications&email_token=AAMCNUBJPIV3ILMISU3ZJJDQNMKDTA5CNFSM4I5Y7Z2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAP45UY#issuecomment-538955475, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMCNUGSFU72D5G6NQLKYHDQNMKDTANCNFSM4I5Y7Z2A .

Mingyuan18 commented 5 years ago

[External_System_ID] ACRN-5342

gvancuts commented 5 years ago

For the very first porting to a CPU that's not been validated before, I would try first to find a HW platform that has a serial port to help debug issues pertaining to this new architecture. Once we know it runs correctly, we can look at other factors that may affect its ability to run on a different one (e.g. laptop), such as amount of memory, EFI bios differences, etc.

Can you give us the exact model of this NUC8 that you're using (and its memory configuration), I may be able to locate one here and try it out on my side.

limbo127 commented 5 years ago

Nuc8bek i5 proc for example, but Intel says us that's nuc8 will be soon replace by intel nuc 10, it's our problematic, how can use acrn as simple as linux kvm for example. nicolas

Le mar. 8 oct. 2019 à 09:54, Geoffroy Van Cutsem notifications@github.com a écrit :

For the very first porting to a CPU that's not been validated before, I would try first to find a HW platform that has a serial port to help debug issues pertaining to this new architecture. Once we know it runs correctly, we can look at other factors that may affect its ability to run on a different one (e.g. laptop), such as amount of memory, EFI bios differences, etc.

Can you give us the exact model of this NUC8 that you're using (and its memory configuration), I may be able to locate one here and try it out on my side.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/projectacrn/acrn-hypervisor/issues/3776?email_source=notifications&email_token=AAMCNUF2NVSBN3KJVF4XZZDQNQ4CZA5CNFSM4I5Y7Z2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEATIJ2Y#issuecomment-539395307, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMCNUCDISRM2WREGGW3WJDQNQ4CZANCNFSM4I5Y7Z2A .

gvancuts commented 5 years ago

ACRN is not a straight replacement for KVM, it depends on the features/use-case you have in mind. Each will have their pros and cons. ACRN is not focused on working "out-of-the-box", but rather focuses on use-cases where embedded (IoT, Edge) features are required, such as real-time behaviour, or where Functional Safety is required for part of the system. One of the downside is that configuring ACRN to run correctly on some HW requires more attention and pre-configuration.

Can you tell us a bit more about your use-case so we can determine if ACRN is a good fit for you?

limbo127 commented 5 years ago

We wants deploy a lot of laptop with 2 vms ( win10 + clear Linux + android ) using with kvmGt to get performance and using image vm. Our tests on Linux + Kvm is good but acrn has a very small footprint, and can be boot very quickly. Linux + Kvm need to be manage , we are thinking that acrn less. Regards, Nicolas

Le mer. 9 oct. 2019 à 17:24, Geoffroy Van Cutsem notifications@github.com a écrit :

ACRN is not a straight replacement for KVM, it depends on the features/use-case you have in mind. Each will have their pros and cons. ACRN is not focused on working "out-of-the-box", but rather focuses on use-cases where embedded (IoT, Edge) features are required, such as real-time behaviour, or where Functional Safety is required for part of the system. One of the downside is that configuring ACRN to run correctly on some HW requires more attention and pre-configuration.

Can you tell us a bit more about your use-case so we can determine if ACRN is a good fit for you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/projectacrn/acrn-hypervisor/issues/3776?email_source=notifications&email_token=AAMCNUDNTD7ZZJYHZIU3JWDQNXZURA5CNFSM4I5Y7Z2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAYIUUQ#issuecomment-540052050, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMCNUE6GQXSWF4RH2X3EKLQNXZURANCNFSM4I5Y7Z2A .

fuzhongl commented 4 years ago

No update for long time, will close it.