|
Good news! 1st part of ACRN patch has been merged into Linux kernel tip tree!
Congratulations, this is an important milestone indeed!!!
Congratulations, this is an important milestone indeed!!!
|
By
Geoffroy Van Cutsem
· #319
·
|
|
Audio Requirements for SOS & Android Guest using VirtIO
Quoting one of our audio expert: >>>> As far as I’m aware SOS=>BE and GOS=>FE=>AaaG configurations are optimized. SOS snd_soc_skl_virtio_be snd_soc_sst_bxt_sos_tdf8532 snd_soc_skl snd_soc_tdf8532 snd_
Quoting one of our audio expert: >>>> As far as I’m aware SOS=>BE and GOS=>FE=>AaaG configurations are optimized. SOS snd_soc_skl_virtio_be snd_soc_sst_bxt_sos_tdf8532 snd_soc_skl snd_soc_tdf8532 snd_
|
By
Geoffroy Van Cutsem
· #315
·
|
|
Try to follow the Getting Started
Hi Thomas, Welcome to the ACRN community!! Your kernel command-line is most likely incorrect, change root=/dev/mmcblk0p1 to root=/dev/mmcblk0p3 (the first partition is typically the EFI System Partiti
Hi Thomas, Welcome to the ACRN community!! Your kernel command-line is most likely incorrect, change root=/dev/mmcblk0p1 to root=/dev/mmcblk0p3 (the first partition is typically the EFI System Partiti
|
By
Geoffroy Van Cutsem
· #300
·
|
|
Warnings when building the ACRN hypervisor
Sounds good, I have filed https://github.com/projectacrn/acrn-hypervisor/issues/2830 to track this. Thanks! Geoffroy
Sounds good, I have filed https://github.com/projectacrn/acrn-hypervisor/issues/2830 to track this. Thanks! Geoffroy
|
By
Geoffroy Van Cutsem
· #277
·
|
|
Warnings when building the ACRN hypervisor
Hi folks, I have noticed some warnings when buiding the ACRN hypervisor: gcc -I/home/gvancuts/work/acrn/acrn-hypervisor/build/hypervisor/include -I. -c -I. -I.. -I../hypervisor/include/arch/x86/guest
Hi folks, I have noticed some warnings when buiding the ACRN hypervisor: gcc -I/home/gvancuts/work/acrn/acrn-hypervisor/build/hypervisor/include -I. -c -I. -I.. -I../hypervisor/include/arch/x86/guest
|
By
Geoffroy Van Cutsem
· #271
·
|
|
Number of rows in the ACRN shell
Hi folks, Why do we have "#define SHELL_ROWS 10" in hypervisor/debug.shell.c? I'm kind of guessing that the idea is to not scroll passed a maximum of 10 lines when displaying something. But it does no
Hi folks, Why do we have "#define SHELL_ROWS 10" in hypervisor/debug.shell.c? I'm kind of guessing that the idea is to not scroll passed a maximum of 10 lines when displaying something. But it does no
|
By
Geoffroy Van Cutsem
· #270
·
|
|
0.7 won't start UOS
Acrn-dm actually uses 'iasl' compiler from the Service OS (by default, the one in /usr/sbin)[1], could it be that it's the version of that tool that is causing trouble? The one shipped in Clear Linux
Acrn-dm actually uses 'iasl' compiler from the Service OS (by default, the one in /usr/sbin)[1], could it be that it's the version of that tool that is causing trouble? The one shipped in Clear Linux
|
By
Geoffroy Van Cutsem
· #265
·
|
|
0.7 won't start UOS
This is very similar to an issue we hit a little while ago related to ACPI (and IASL): https://github.com/projectacrn/acrn-hypervisor/issues/2568 Geoffroy
This is very similar to an issue we hit a little while ago related to ACPI (and IASL): https://github.com/projectacrn/acrn-hypervisor/issues/2568 Geoffroy
|
By
Geoffroy Van Cutsem
· #263
·
|
|
UOS kernel
By
Geoffroy Van Cutsem
· #257
·
|
|
Problems with vuart on the UP2 board
Hi Vanda, Thanks for your confirmation! I think Outlook has been messing with that line below, it’s not something I had copy-pasted from my dev machine but something I typed directly in the email body
Hi Vanda, Thanks for your confirmation! I think Outlook has been messing with that line below, it’s not something I had copy-pasted from my dev machine but something I typed directly in the email body
|
By
Geoffroy Van Cutsem
· #249
·
|
|
Problems with vuart on the UP2 board
Update since my initial mail. I have changed the SOS kernel command-line (in acrn.conf) to use ttyS1 (instead of ttyS0) and that allowed me to boot the system with uart=bdf@0:18.1 vuart=ttyS1@irq5. Bu
Update since my initial mail. I have changed the SOS kernel command-line (in acrn.conf) to use ttyS1 (instead of ttyS0) and that allowed me to boot the system with uart=bdf@0:18.1 vuart=ttyS1@irq5. Bu
|
By
Geoffroy Van Cutsem
· #241
·
|
|
Problems with vuart on the UP2 board
Hi folks, I have been setting up ACRN on my UP2 board, specifically: - ACRN: HV version 0.7-unstable-2019-03-01 (from Clear Linux 28100) - UP2 bios is the latest: https://downloads.up-community.org/do
Hi folks, I have been setting up ACRN on my UP2 board, specifically: - ACRN: HV version 0.7-unstable-2019-03-01 (from Clear Linux 28100) - UP2 bios is the latest: https://downloads.up-community.org/do
|
By
Geoffroy Van Cutsem
· #240
·
|
|
UOS kernel
By
Geoffroy Van Cutsem
· #230
·
|
|
UOS kernel
I had started looking into this a bit since I knew the engineering was mostly out on holiday last week, the quick summary is that there are at least a number of virtio FE drivers that are not upstream
I had started looking into this a bit since I knew the engineering was mostly out on holiday last week, the quick summary is that there are at least a number of virtio FE drivers that are not upstream
|
By
Geoffroy Van Cutsem
· #226
·
|
|
Networking from UOS
Great stuff - thanks for the update Ross!
Great stuff - thanks for the update Ross!
|
By
Geoffroy Van Cutsem
· #222
·
|
|
Networking from UOS
By
Geoffroy Van Cutsem
· #218
·
|
|
Networking from UOS
Confirmed, acrn-dm will automatically add "acrn_" to the tap name you give it - see https://github.com/projectacrn/acrn-hypervisor/blob/master/devicemodel/hw/pci/virtio/virtio_net.c#L667
Confirmed, acrn-dm will automatically add "acrn_" to the tap name you give it - see https://github.com/projectacrn/acrn-hypervisor/blob/master/devicemodel/hw/pci/virtio/virtio_net.c#L667
|
By
Geoffroy Van Cutsem
· #216
·
|
|
Networking from UOS
I had missed that in your original email, but I think the correct parameter to be given to acrn-dm is "-s 4,virtio-net,tap0" (so drop the "acrn_" part from the tap name). Were you ever able to run thi
I had missed that in your original email, but I think the correct parameter to be given to acrn-dm is "-s 4,virtio-net,tap0" (so drop the "acrn_" part from the tap name). Were you ever able to run thi
|
By
Geoffroy Van Cutsem
· #215
·
|
|
Networking from UOS
Hi Ross, How did you set these up? The network set-up when you install ACRN in Clear Linux is controlled by the 4 systemd files located here: https://github.com/projectacrn/acrn-hypervisor/tree/master
Hi Ross, How did you set these up? The network set-up when you install ACRN in Clear Linux is controlled by the 4 systemd files located here: https://github.com/projectacrn/acrn-hypervisor/tree/master
|
By
Geoffroy Van Cutsem
· #213
·
|
|
Failing to boot Clear guest
Yeah, congrats!!
By
Geoffroy Van Cutsem
· #211
·
|