|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
For SOS kernel, I suppose you could build it based on our acrn-kernel
with igb enabled.
It looks like the serial port is a little bit mess.
From dmesg_nohv.log, we could see following
Hi Dubravko,
For SOS kernel, I suppose you could build it based on our acrn-kernel
with igb enabled.
It looks like the serial port is a little bit mess.
From dmesg_nohv.log, we could see following
|
By
Yin, Fengwei <fengwei.yin@...>
·
#392
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi everyone,
We've been busy bringing up some new hardware so it took me some time to respond. We are very grateful for all the assistance.
I have uploaded the requested new logs to
Hi everyone,
We've been busy bringing up some new hardware so it took me some time to respond. We are very grateful for all the assistance.
I have uploaded the requested new logs to
|
By
Dubravko Moravski | Exor Embedded S.r.l. <dubravko.moravski@...>
·
#391
·
|
|
QNX / Page-Fault question
Hello,
I'm completely new to ACRN (only having learned about it yesterday). Let me know if this is not the proper group to post this question to.
Should ACRN support any OS or does the OS require
Hello,
I'm completely new to ACRN (only having learned about it yesterday). Let me know if this is not the proper group to post this question to.
Should ACRN support any OS or does the OS require
|
By
devin.acrn@...
·
#390
·
|
|
ACRN Project Technical Community Meeting (2019/7~2019/12): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Notice: Join ACRN’s TCM meeting with WebEx till Nov. 2019
Due to Zoom’s connection issue in PRC mainland recently, we have to use WebEx to replace Zoom for ACRN TCM meeting temporarily. We’ll
Notice: Join ACRN’s TCM meeting with WebEx till Nov. 2019
Due to Zoom’s connection issue in PRC mainland recently, we have to use WebEx to replace Zoom for ACRN TCM meeting temporarily. We’ll
|
By
Wang, Hongbo
·
#389
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
The UP2 board uses realtek network controller. I believe the reason
that your network can't work is the network controller is not enabled
in SOS kernel. Could you please find out the
Hi Dubravko,
The UP2 board uses realtek network controller. I believe the reason
that your network can't work is the network controller is not enabled
in SOS kernel. Could you please find out the
|
By
Yin, Fengwei <fengwei.yin@...>
·
#388
·
|
|
ACRN Project Technical Community Meeting (2019/7~2019/12): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Notice: Join ACRN’s TCM meeting with WebEx till Nov. 2019
Due to Zoom’s connection issue in PRC mainland recently, we have to use WebEx to replace Zoom for ACRN TCM meeting temporarily. We’ll
Notice: Join ACRN’s TCM meeting with WebEx till Nov. 2019
Due to Zoom’s connection issue in PRC mainland recently, we have to use WebEx to replace Zoom for ACRN TCM meeting temporarily. We’ll
|
By
Wang, Hongbo
·
#387
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
I only see following message from your sos kernel log:
[ 1.200862] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[ 1.201695] ixgbevf:
Hi Dubravko,
I only see following message from your sos kernel log:
[ 1.200862] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[ 1.201695] ixgbevf:
|
By
Yin, Fengwei <fengwei.yin@...>
·
#386
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
Which ttyS is used for console depends on your hardware design. You need
to check with your hardware engineer to figure out which ttyS is used
for console.
If you are using the UP2
Hi Dubravko,
Which ttyS is used for console depends on your hardware design. You need
to check with your hardware engineer to figure out which ttyS is used
for console.
If you are using the UP2
|
By
Yin, Fengwei <fengwei.yin@...>
·
#385
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Conghui,
Yes. Emulated ttyS0 and physical ttyS1 share same irq. But there is no
user of ttyS1. we can't see ttyS0/ttyS1 share irq4 in interrupt dump.
But as Anthony said, the emulated ttyS0 share
Hi Conghui,
Yes. Emulated ttyS0 and physical ttyS1 share same irq. But there is no
user of ttyS1. we can't see ttyS0/ttyS1 share irq4 in interrupt dump.
But as Anthony said, the emulated ttyS0 share
|
By
Yin, Fengwei <fengwei.yin@...>
·
#384
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
Checkedifconfig_log_20190913.log you uploaded:
acrn-br0 Link encap:Ethernet HWaddr F2:14:63:23:6B:FD
inet6 addr: fe80::f014:63ff:fe23:6bfd/64 Scope:Link
Hi Dubravko,
Checkedifconfig_log_20190913.log you uploaded:
acrn-br0 Link encap:Ethernet HWaddr F2:14:63:23:6B:FD
inet6 addr: fe80::f014:63ff:fe23:6bfd/64 Scope:Link
|
By
Liu, Fuzhong
·
#383
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi,
I have tried:
compiling ACRN release version and setting console=ttyS2 (an earlier suggestion) = no improvement
using ACRN release version and removing console=ttySx setting = the system is
Hi,
I have tried:
compiling ACRN release version and setting console=ttyS2 (an earlier suggestion) = no improvement
using ACRN release version and removing console=ttySx setting = the system is
|
By
Dubravko Moravski | Exor Embedded S.r.l. <dubravko.moravski@...>
·
#382
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
In SOS, vuart is sharing irq 4 with idma, that may cause issue. I think you are using debug version, can you try release version? There is no ttyS0 in release version.
And please
Hi Dubravko,
In SOS, vuart is sharing irq 4 with idma, that may cause issue. I think you are using debug version, can you try release version? There is no ttyS0 in release version.
And please
|
By
Xu, Anthony
·
#381
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
I mean removing both hvlog=2M@0x1FE00000 and memmap=2M$0x1FE00000, that disables HV log.
We can make hvlog optional, if hvlog is not specified, acrn log driver should allocate sbuf just like acrn
I mean removing both hvlog=2M@0x1FE00000 and memmap=2M$0x1FE00000, that disables HV log.
We can make hvlog optional, if hvlog is not specified, acrn log driver should allocate sbuf just like acrn
|
By
Xu, Anthony
·
#380
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
“memmap=2M$0x1FE00000” will reserve the memory for HV log;
There is stability issue if no this parameter in cmdline(memory used by kernel was overwrite by HV log); Fengwei can give more detail
“memmap=2M$0x1FE00000” will reserve the memory for HV log;
There is stability issue if no this parameter in cmdline(memory used by kernel was overwrite by HV log); Fengwei can give more detail
|
By
Liu, Fuzhong
·
#379
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
“memmap=2M$0x1FE00000” SOS kernel parameter is platform specific, can we remove “memmap=2M$0x1FE00000” by default?
The only usage of “memmap=2M$0x1FE00000” is to check crack log,
“memmap=2M$0x1FE00000” SOS kernel parameter is platform specific, can we remove “memmap=2M$0x1FE00000” by default?
The only usage of “memmap=2M$0x1FE00000” is to check crack log,
|
By
Xu, Anthony
·
#378
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Geoffroy,
I have already tried with uart=disabled, and repeated the test now; everything remains the same, all the issues are present.
SSH works when not running in the hypervisor.
I'm using the
Hi Geoffroy,
I have already tried with uart=disabled, and repeated the test now; everything remains the same, all the issues are present.
SSH works when not running in the hypervisor.
I'm using the
|
By
Dubravko Moravski | Exor Embedded S.r.l. <dubravko.moravski@...>
·
#377
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
By
Geoffroy Van Cutsem
·
#376
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Dubravko,
Can you try to use /dev/ttyS2 as SOS console?
Replace the “console=ttyS0” in acrn.conf with “console=ttyS2”.
Regards,
Conghui.
Hi Dubravko,
Can you try to use /dev/ttyS2 as SOS console?
Replace the “console=ttyS0” in acrn.conf with “console=ttyS2”.
Regards,
Conghui.
|
By
Conghui Chen
·
#375
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi everyone,
SOS console/terminal can't be opened at all; the window actually opens but it says"There was an error creating a child process for this terminal. Failed to open PTY: Permission denied"
Hi everyone,
SOS console/terminal can't be opened at all; the window actually opens but it says"There was an error creating a child process for this terminal. Failed to open PTY: Permission denied"
|
By
Dubravko Moravski | Exor Embedded S.r.l. <dubravko.moravski@...>
·
#374
·
|
|
Re: Setting up ACRN on a new board with Apollo Lake
Hi Fengwei,
It seems irq 4 is shared between two uarts.
For ttyS0, it's interrupt is default as 4, and it is correct in the log.
[ 1.084989] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud =
Hi Fengwei,
It seems irq 4 is shared between two uarts.
For ttyS0, it's interrupt is default as 4, and it is correct in the log.
[ 1.084989] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud =
|
By
Conghui Chen
·
#373
·
|