|
Questions about ACRN's dependency and Other Linux Distro Supports
Hi,
I would like to ask several questions about ACRN.
1. Hardware/Software Dependency
I am trying to follow the tutorial "Using Ubuntu as Service OS" with a hardware that is not included in the
Hi,
I would like to ask several questions about ACRN.
1. Hardware/Software Dependency
I am trying to follow the tutorial "Using Ubuntu as Service OS" with a hardware that is not included in the
|
By
Shin, Jun-Sik
·
#72
·
|
|
ACRN News - ACRN demo at Ali YunQi Conference
ACRN project had a great show at the Alibaba YunQi Conference in Hangzhou last week, joining AliOS and Intel. Check-out the news here
ACRN project had a great show at the Alibaba YunQi Conference in Hangzhou last week, joining AliOS and Intel. Check-out the news here
|
By
Wang, Hongbo
·
#71
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
By
Geoffroy Van Cutsem
·
#70
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
You are right, is missing CONFIG_X86_MCELOG_LEGACY on SOS.
I just enable it, it will be available for the next Clear Linux release.
You are right, is missing CONFIG_X86_MCELOG_LEGACY on SOS.
I just enable it, it will be available for the next Clear Linux release.
|
By
Miguel Bernal Marin <miguel.bernal.marin@...>
·
#69
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
By
Geoffroy Van Cutsem
·
#68
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
By
Geoffroy Van Cutsem
·
#67
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
As yo said "software-defined-cockpit" bundle has needed bits to work
without desktop bundle. That's why it was created.
We need to ask to "ioc-cbc-tools" to improve their tool/systemd services,
to
As yo said "software-defined-cockpit" bundle has needed bits to work
without desktop bundle. That's why it was created.
We need to ask to "ioc-cbc-tools" to improve their tool/systemd services,
to
|
By
Miguel Bernal Marin <miguel.bernal.marin@...>
·
#66
·
|
|
Re: Purpose of the service-os and software-defined-cockpit bundles
Solutions:
- use udev rules to start the units
- create unit dependencies on virtual devices
Either those will work, but they require that userspace can somehow through kernel events or device
Solutions:
- use udev rules to start the units
- create unit dependencies on virtual devices
Either those will work, but they require that userspace can somehow through kernel events or device
|
By
Auke Kok <auke-jan.h.kok@...>
·
#65
·
|
|
Re: Support for NVMe drives in ACRN
Filed https://github.com/projectacrn/acrn-hypervisor/issues/1339 to track this issue.
Best & Regards,
Wang Minxia(Vanda)
Filed https://github.com/projectacrn/acrn-hypervisor/issues/1339 to track this issue.
Best & Regards,
Wang Minxia(Vanda)
|
By
Wang, Minxia
·
#64
·
|
|
Purpose of the service-os and software-defined-cockpit bundles
Hi folks,
I was upgrading my system to ACRN v0.2 today and wanted to ask a couple of questions regarding two bundles that we install as part of the process, namely the service-os [1] and
Hi folks,
I was upgrading my system to ACRN v0.2 today and wanted to ask a couple of questions regarding two bundles that we install as part of the process, namely the service-os [1] and
|
By
Geoffroy Van Cutsem
·
#63
·
|
|
Re: Support for NVMe drives in ACRN
By
Geoffroy Van Cutsem
·
#62
·
|
|
Re: Support for NVMe drives in ACRN
Okay, I didn't see that issue because my bus ID is 2, less than 0xF.
We will submit a patch to fix it.
--
Best regards,
Jack Ren
Okay, I didn't see that issue because my bus ID is 2, less than 0xF.
We will submit a patch to fix it.
--
Best regards,
Jack Ren
|
By
Jack Ren
·
#61
·
|
|
Re: Support for NVMe drives in ACRN
That is my PCI info:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD
That is my PCI info:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD
|
By
Jack Ren
·
#60
·
|
|
Re: ACRN Project Technical Community Meeting Minuts - 9/26
Minor correction on the command to see the USB devices, it’s “lsusb -t”
Happy holiday to all the folks in PRC!
Geoffroy
_____________________________________________
Minor correction on the command to see the USB devices, it’s “lsusb -t”
Happy holiday to all the folks in PRC!
Geoffroy
_____________________________________________
|
By
Geoffroy Van Cutsem
·
#59
·
|
|
Re: Support for NVMe drives in ACRN
By
Geoffroy Van Cutsem
·
#58
·
|
|
Re: Support for NVMe drives in ACRN
I tested with proper -d parameter, it can boot up from NVME on the system with both NVMe and SATA disk installed, without any additional ACRN patches.
--
Best regards,
Jack Ren
I tested with proper -d parameter, it can boot up from NVME on the system with both NVMe and SATA disk installed, without any additional ACRN patches.
--
Best regards,
Jack Ren
|
By
Jack Ren
·
#57
·
|
|
ACRN Project Technical Community Meeting Minuts - 9/26
TCM Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/111m6iU3PjSZebOOKzLagYPUWMvseGLeU
ACRN Project TCM - 26th September 2018
Location
Online conference link:
TCM Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/111m6iU3PjSZebOOKzLagYPUWMvseGLeU
ACRN Project TCM - 26th September 2018
Location
Online conference link:
|
By
Wang, Hongbo
·
#56
·
|
|
Re: Support for NVMe drives in ACRN
By
Geoffroy Van Cutsem
·
#55
·
|
|
Re: Support for NVMe drives in ACRN
Or:
Did you specify the parameter "-d" when running efibootmgr?
For example: To boot up from NVMe, we need to use:
efibootmgr -c -l "\EFI\acrn\acrn.rt.efi" -d /dev/nvme0n1 -p 1 -L "ACRN
Or:
Did you specify the parameter "-d" when running efibootmgr?
For example: To boot up from NVMe, we need to use:
efibootmgr -c -l "\EFI\acrn\acrn.rt.efi" -d /dev/nvme0n1 -p 1 -L "ACRN
|
By
Jack Ren
·
#54
·
|
|
Re: Support for NVMe drives in ACRN
By
Geoffroy Van Cutsem
·
#53
·
|