|
2020 ACRN Project Technical Community Meeting (2020/1~2020/7): @ Weekly Wednesday 4PM (China-Shanghai), Wednesday 9AM (Europe-London), Tuesday 0AM (US-West Coast),
Topic (4/8):CSE Virtualization Introduction
Presenter: Winkler, Tomas
Short description: ACRN CSE introduction, we’ll talk about CSE and its virtualization within ACRN device model.
Topic (4/8):CSE Virtualization Introduction
Presenter: Winkler, Tomas
Short description: ACRN CSE introduction, we’ll talk about CSE and its virtualization within ACRN device model.
|
By
Wang, Hongbo
·
#652
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
"fine" here means the build work or the ACRN serial console also work?
Regards
Yin, Fengwei
Hi Steve,
"fine" here means the build work or the ACRN serial console also work?
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#651
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Thanks for the confirmation!
Cheers,
Geoffroy
Thanks for the confirmation!
Cheers,
Geoffroy
|
By
Geoffroy Van Cutsem
·
#650
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Geoffroy,
Container build works fine.
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
Hi Geoffroy,
Container build works fine.
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#649
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi steve,
You’re hitting this issue: https://github.com/projectacrn/acrn-hypervisor/issues/4560
Can you try with the acrn/clearlinux-acrn-builder:latest Docker container (from Docker Hub) as
Hi steve,
You’re hitting this issue: https://github.com/projectacrn/acrn-hypervisor/issues/4560
Can you try with the acrn/clearlinux-acrn-builder:latest Docker container (from Docker Hub) as
|
By
Geoffroy Van Cutsem
·
#648
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
Please check my comments below, thanks!
Hi Steve,
Please check my comments below, thanks!
|
By
Wu, Xiangyang
·
#647
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Geoffroy,
One step forward, one step back. Deleted the build directories and re-built, but now get a build failure:
make[3]: Entering directory
Hi Geoffroy,
One step forward, one step back. Deleted the build directories and re-built, but now get a build failure:
make[3]: Entering directory
|
By
Steve Osselton
·
#646
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
Could it be that you have a build/ folder under hypervisor? This could cause the problem (this is the problem I had hit previously)
If you do, just delete it and re-run the command
Hi Steve,
Could it be that you have a build/ folder under hypervisor? This could cause the problem (this is the problem I had hit previously)
If you do, just delete it and re-run the command
|
By
Geoffroy Van Cutsem
·
#645
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Still the problem that if I build with:
make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
Build summary says:
BOARD = nuc7i7dnb SCENARIO = sdc
--
Engineering Director
IOTech Systems Ltd.
Still the problem that if I build with:
make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
Build summary says:
BOARD = nuc7i7dnb SCENARIO = sdc
--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#644
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
Yes. Without this "RELEASE=0", release version ACRN is built and the
serial console is disabled.
Regards
Yin, Fengwei
Hi Steve,
Yes. Without this "RELEASE=0", release version ACRN is built and the
serial console is disabled.
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#643
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
No I didn't set RELEASE=0 when I rebuild acrn, guess I should of ?--
Engineering Director
IOTech Systems Ltd.
No I didn't set RELEASE=0 when I rebuild acrn, guess I should of ?--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#642
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
OK. The ACRN has no serial console. And the system could boot
actually. Right?
Did you have RELEASE=0 as one parameter when you build ACRN?
Regards
Yin, Fengwei
Hi Steve,
OK. The ACRN has no serial console. And the system could boot
actually. Right?
Did you have RELEASE=0 as one parameter when you build ACRN?
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#641
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
All I get is: EOSO
This is a GtkTerm serial console.
--
Engineering Director
IOTech Systems Ltd.
All I get is: EOSO
This is a GtkTerm serial console.
--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#640
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
From the kernel, the SOS serial console is using ttyS0:
console=ttyS0,115200n8
And it looks like everything is fine from the dmesg output.
So which serial port is broken? ACRN? SOS
Hi Steve,
From the kernel, the SOS serial console is using ttyS0:
console=ttyS0,115200n8
And it looks like everything is fine from the dmesg output.
So which serial port is broken? ACRN? SOS
|
By
Yin, Fengwei <fengwei.yin@...>
·
#639
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Have attached dmesg log. Actually looks like ttyS0 is using 0x3f8:
# dmesg | grep tty
[ 0.000000] Command line: initrd=\EFI\org.clearlinux\freestanding-00-intel-ucode.cpio
Have attached dmesg log. Actually looks like ttyS0 is using 0x3f8:
# dmesg | grep tty
[ 0.000000] Command line: initrd=\EFI\org.clearlinux\freestanding-00-intel-ucode.cpio
|
By
Steve Osselton
·
#638
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
Does ACRN have no serial output or SOS have no serial output?
This is for ttyS1. I believe this is a virtual UART emluated by ACRN
hypervisor. I suppose it's not for SOS serial
Hi Steve,
Does ACRN have no serial output or SOS have no serial output?
This is for ttyS1. I believe this is a virtual UART emluated by ACRN
hypervisor. I suppose it's not for SOS serial
|
By
Yin, Fengwei <fengwei.yin@...>
·
#637
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Just a quick update, decided to update to 1.6 release and follow the "out-of-the-box" instructions for the Industry scenario.
Everything basically looks good, installed SOS and verified can launch
Just a quick update, decided to update to 1.6 release and follow the "out-of-the-box" instructions for the Industry scenario.
Everything basically looks good, installed SOS and verified can launch
|
By
Steve Osselton
·
#636
·
|
|
[Announce] ACRN Open Source Ver1.6 Release Notes
Hi all,
We are very pleased to announceVersion 1.6 release of ACRN. You can see the release blog from https://projectacrn.org/blog/ and detailed Release Notes in website
Hi all,
We are very pleased to announceVersion 1.6 release of ACRN. You can see the release blog from https://projectacrn.org/blog/ and detailed Release Notes in website
|
By
Zou, Terry
·
#635
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Nanlin,
What Geoff talked about was the issue that ACRN could build without any
issue. But the generated binary can't work actually. Will sync with you.
Regards
Yin, Fengwei
Hi Nanlin,
What Geoff talked about was the issue that ACRN could build without any
issue. But the generated binary can't work actually. Will sync with you.
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#634
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
We have one new PR that fix build issue, please refer to PR link: https://github.com/projectacrn/acrn-hypervisor/pull/4534, hope this will fix all build unclear issues.
We also provided one docker
We have one new PR that fix build issue, please refer to PR link: https://github.com/projectacrn/acrn-hypervisor/pull/4534, hope this will fix all build unclear issues.
We also provided one docker
|
By
Xie, Nanlin
·
#633
·
|