|
Re: Zephyr as UOS slows down when SOS is busy
I forgot to mention that I am testing on a NUC7i7DNH.
I forgot to mention that I am testing on a NUC7i7DNH.
|
By
Alfonso Sanchez-Beato
·
#512
·
|
|
Zephyr as UOS slows down when SOS is busy
Hello,
I have been playing with using Zephyr as UOS on top of Ubuntu as SOS, using the Industry scenario and launching the UOS with launch_zephyr.sh.
I created this small program to prove that Zephyr
Hello,
I have been playing with using Zephyr as UOS on top of Ubuntu as SOS, using the Industry scenario and launching the UOS with launch_zephyr.sh.
I created this small program to prove that Zephyr
|
By
Alfonso Sanchez-Beato
·
#511
·
|
|
Canceled: 2020 ACRN Project Technical Community Meeting (2020/1~2020/7): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Cancel meeting this week. Happy Chinese New Year Holiday~
<Detailed calendar will be published1 week before meeting>
Project ACRN: A flexible, light-weight, open source reference hypervisor
Cancel meeting this week. Happy Chinese New Year Holiday~
<Detailed calendar will be published1 week before meeting>
Project ACRN: A flexible, light-weight, open source reference hypervisor
|
By
Wang, Hongbo
·
#510
·
|
|
Canceled: 2020 ACRN Project Technical Community Meeting (2020/1~2020/7): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Cancel meeting this week. Happy Chinese New Year Holiday~
<Detailed calendar will be published1 week before meeting>
Project ACRN: A flexible, light-weight, open source reference hypervisor
Cancel meeting this week. Happy Chinese New Year Holiday~
<Detailed calendar will be published1 week before meeting>
Project ACRN: A flexible, light-weight, open source reference hypervisor
|
By
Wang, Hongbo
·
#509
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
By
Geoffroy Van Cutsem
·
#508
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Fixing patch was sent to acrn-dev mail list:
https://lists.projectacrn.org/g/acrn-dev/topic/patch_makefile_disable/69659519?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,69659519
Regards
Yin,
Fixing patch was sent to acrn-dev mail list:
https://lists.projectacrn.org/g/acrn-dev/topic/patch_makefile_disable/69659519?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,69659519
Regards
Yin,
|
By
Yin, Fengwei <fengwei.yin@...>
·
#507
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
The kernel also hit same issue and it disabled the -fcf-protection if
the -mindirect-branch is enabled (for retpoline):
https://lkml.org/lkml/2019/7/9/641
I will submit a patch
The kernel also hit same issue and it disabled the -fcf-protection if
the -mindirect-branch is enabled (for retpoline):
https://lkml.org/lkml/2019/7/9/641
I will submit a patch
|
By
Yin, Fengwei <fengwei.yin@...>
·
#506
·
|
|
2020 ACRN Project Technical Community Meeting (2020/1~2020/7): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Topic (1/15): Expose and pass through platform hidden PCIs devices to SOS
Project ACRN: A flexible, light-weight, opensource reference hypervisor for IoT devices
https://projectacrn.org ||
Topic (1/15): Expose and pass through platform hidden PCIs devices to SOS
Project ACRN: A flexible, light-weight, opensource reference hypervisor for IoT devices
https://projectacrn.org ||
|
By
Wang, Hongbo
·
#505
·
|
|
2020 ACRN Project Technical Community Meeting (2020/1~2020/7): @ Weekly Wednesday 11AM (China-Shanghai), Tuesday 7PM (US-West Coast), Wednesday 3AM (Europe-London)
Topic (1/5): Expose and pass through platform hidden PCIs devices to SOS
Project ACRN: A flexible, light-weight, opensource reference hypervisor for IoT devices
https://projectacrn.org ||
Topic (1/5): Expose and pass through platform hidden PCIs devices to SOS
Project ACRN: A flexible, light-weight, opensource reference hypervisor for IoT devices
https://projectacrn.org ||
|
By
Wang, Hongbo
·
#504
·
|
|
[Announce] ACRN Open Source Ver1.5 Release Notes
Hi all,
We are very pleased to announce Version 1.5 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 announce Version 1.5 release of ACRN. You can see the release blog from https://projectacrn.org/blog/ and detailed Release Notes in website
|
By
Wang, Hongbo
·
#503
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Liu,
Just to confirm that the suggested fix works. Can now boot the sos from ACRN.
Thanks for all the help.
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
Hi Liu,
Just to confirm that the suggested fix works. Can now boot the sos from ACRN.
Thanks for all the help.
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#502
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
I found this article that suggests Ubuntu 19.10 specifically enabled this flag for the first time by default:https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-19.10-GCC-Hardening.
I guess
I found this article that suggests Ubuntu 19.10 specifically enabled this flag for the first time by default:https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-19.10-GCC-Hardening.
I guess
|
By
Geoffroy Van Cutsem
·
#501
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Thanks Geoffroy. Odd that the same version of the compiler works with Clear Linux ?
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
Thanks Geoffroy. Odd that the same version of the compiler works with Clear Linux ?
Cheers Steve.
--
Engineering Director
IOTech Systems Ltd.
|
By
Steve Osselton
·
#500
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Thanks Steve, I can confirm that I see the problem too using Ubuntu 19.10 (gcc 9.2.1). Ubuntu 19.04 compiles ACRN correctly (uses gcc 8.3.0). I have filed an issue to track this:
Thanks Steve, I can confirm that I see the problem too using Ubuntu 19.10 (gcc 9.2.1). Ubuntu 19.04 compiles ACRN correctly (uses gcc 8.3.0). I have filed an issue to track this:
|
By
Geoffroy Van Cutsem
·
#499
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Geoffroy,
Build from a clean checkout on 19.10 (not 19.04) with:
make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
Default gcc is 9.2.1
Cheers Steve.
--
Engineering Director
IOTech Systems
Hi Geoffroy,
Build from a clean checkout on 19.10 (not 19.04) with:
make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
Default gcc is 9.2.1
Cheers Steve.
--
Engineering Director
IOTech Systems
|
By
Steve Osselton
·
#498
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
We use a gcc 9.2.1 in Clear Linux to build ACRN these days, I’ll see if I can spin up an Ubuntu 19.04 machine to reproduce the failure.
Geoffroy
We use a gcc 9.2.1 in Clear Linux to build ACRN these days, I’ll see if I can spin up an Ubuntu 19.04 machine to reproduce the failure.
Geoffroy
|
By
Geoffroy Van Cutsem
·
#497
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
We also have a Docker container you can use to build ACRN, if that’s any easier to you – here are the instructions on how to use
We also have a Docker container you can use to build ACRN, if that’s any easier to you – here are the instructions on how to use
|
By
Geoffroy Van Cutsem
·
#496
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Liu,
Followed exactly these instructions, except on Ubuntu 19.10. To me looks like a gcc 9 or config issue as clearly
doesn't like ‘-mindirect-branch’ and ‘-fcf-protection’ used together.
Hi Liu,
Followed exactly these instructions, except on Ubuntu 19.10. To me looks like a gcc 9 or config issue as clearly
doesn't like ‘-mindirect-branch’ and ‘-fcf-protection’ used together.
|
By
Steve Osselton
·
#495
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Steve,
We don’t met this issue with Ubuntu 18.04.
Do you install following package? As mentioned on: https://projectacrn.github.io/1.5/getting-started/building-from-source.html
Hi Steve,
We don’t met this issue with Ubuntu 18.04.
Do you install following package? As mentioned on: https://projectacrn.github.io/1.5/getting-started/building-from-source.html
|
By
Liu, Fuzhong
·
#494
·
|
|
Re: Problem with Industry Scenario on a NUC7i7DNH
Hi Yin,
Will validate whether suggested quick fix works. Looks like not happy building with gcc 9 (am using Ubuntu 19.10):
cc -Iinclude -Iinclude/lib -Iinclude/lib/crypto -Iinclude/common
Hi Yin,
Will validate whether suggested quick fix works. Looks like not happy building with gcc 9 (am using Ubuntu 19.10):
cc -Iinclude -Iinclude/lib -Iinclude/lib/crypto -Iinclude/common
|
By
Steve Osselton
·
#493
·
|