|
Re: Reg: RTOS in ACRN
Thanks for the questions.
1. For FreeRTOS and Zephyr as Guest, I’ll let Jack to comment it.
2. For CAN port access and other peripherals, we have two major method for device access: one is
Thanks for the questions.
1. For FreeRTOS and Zephyr as Guest, I’ll let Jack to comment it.
2. For CAN port access and other peripherals, we have two major method for device access: one is
|
By
Wang, Hongbo
·
#137
·
|
|
Reg: RTOS in ACRN
Hi,
As part of a project, I was trying to setup FreeRTOS as UserOS in Intel NUC 6cayh. I am getting some trouble getting the os up. It is getting hang after add_cpu() call.
In your recent
Hi,
As part of a project, I was trying to setup FreeRTOS as UserOS in Intel NUC 6cayh. I am getting some trouble getting the os up. It is getting hang after add_cpu() call.
In your recent
|
By
Sooraj SR
·
#136
·
Edited
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Sounds great, good luck and do let us know if you are successful!
If possible, I would advice that you set up ACRN on another platform that is supported, to make sure you are very familiar and
Sounds great, good luck and do let us know if you are successful!
If possible, I would advice that you set up ACRN on another platform that is supported, to make sure you are very familiar and
|
By
Geoffroy Van Cutsem
·
#135
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi Geoffroy.
Thank you for the clarification.
What I'm trying to do is porting ACRN hypervisor and SOS to my own device. (NUC6i5SYH)
I hope to find some hints from links that you had mentioned.
Hi Geoffroy.
Thank you for the clarification.
What I'm trying to do is porting ACRN hypervisor and SOS to my own device. (NUC6i5SYH)
I hope to find some hints from links that you had mentioned.
|
By
tk.kim@...
·
#134
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi Taekyoung,
With the latest release (v0.3), you should be using org.clearlinux.iot-lts2018-sos.4.19.0-19, we’re in the process of updating the Getting Started Guide to reflect these changes
Hi Taekyoung,
With the latest release (v0.3), you should be using org.clearlinux.iot-lts2018-sos.4.19.0-19, we’re in the process of updating the Getting Started Guide to reflect these changes
|
By
Geoffroy Van Cutsem
·
#133
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi Geoffroy.
I'm little bit confused now.
Two things need to be clear.
1. SOS kernel image file
- What kernel image should I use? with ACRN Hypervisor v0.3
- org.clearlinux.pk414-sos.4.14.57-69
Hi Geoffroy.
I'm little bit confused now.
Two things need to be clear.
1. SOS kernel image file
- What kernel image should I use? with ACRN Hypervisor v0.3
- org.clearlinux.pk414-sos.4.14.57-69
|
By
tk.kim@...
·
#132
·
Edited
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Are you sure you have the kernel in the right place, your grub entry indicated: /boot/acrn/org.clearlinux.pk414-sos.4.14.74-115 but the kernel is usually placed in a different folder (and under a
Are you sure you have the kernel in the right place, your grub entry indicated: /boot/acrn/org.clearlinux.pk414-sos.4.14.74-115 but the kernel is usually placed in a different folder (and under a
|
By
Geoffroy Van Cutsem
·
#131
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi.
I had changed SOS kernel image to org.clearlinux.iot-lts2018-sos.4.19.0-19.
and checked ACRN hypervisor is first boot option with command 'sudo efibootmgr –v'.
Also, I did select “ACRN
Hi.
I had changed SOS kernel image to org.clearlinux.iot-lts2018-sos.4.19.0-19.
and checked ACRN hypervisor is first boot option with command 'sudo efibootmgr –v'.
Also, I did select “ACRN
|
By
tk.kim@...
·
#130
·
|
|
ACRN Project Technical Community Meeting Minutes - 11/21/2018
Meeting Archives: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 21st November 2018
Location
Online conference link: https://zoom.us/j/45717121
Zoom
Meeting Archives: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 21st November 2018
Location
Online conference link: https://zoom.us/j/45717121
Zoom
|
By
Wang, Hongbo
·
#129
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
The normal boot flow is:
EFI BIOS-> acrn.efi->grub->SOS kernel -> user land
“ACRN ubuntu SOS appeared in boot list” doesn’t mean the grub must be loaded by acrn.efi.
This is why I asked you
The normal boot flow is:
EFI BIOS-> acrn.efi->grub->SOS kernel -> user land
“ACRN ubuntu SOS appeared in boot list” doesn’t mean the grub must be loaded by acrn.efi.
This is why I asked you
|
By
Yang, Ailin
·
#128
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hello, Yang.
Thank you for the reply.
1, is your acrn.efi loaded by EFI firmware correctly?
You can run “ sudo efibootmgr –v” to check if the “ACRN Hypervisor” is first boot option,
Hello, Yang.
Thank you for the reply.
1, is your acrn.efi loaded by EFI firmware correctly?
You can run “ sudo efibootmgr –v” to check if the “ACRN Hypervisor” is first boot option,
|
By
tk.kim@...
·
#127
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Showing “Black screen” only is hard to know your issue exactly.
Also NUC6i5SYH is not official supported hardware, we didn’t run test with it.
But can you check below 3 points to narrow
Showing “Black screen” only is hard to know your issue exactly.
Also NUC6i5SYH is not official supported hardware, we didn’t run test with it.
But can you check below 3 points to narrow
|
By
Yang, Ailin
·
#126
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hello. This is Taekyoung Kim.
I have same problem with booting both Clear Linux SOS and Ubuntu SOS.
My machine shows black screen and reboots automatically.
I have a question regarding this issue.
-
Hello. This is Taekyoung Kim.
I have same problem with booting both Clear Linux SOS and Ubuntu SOS.
My machine shows black screen and reboots automatically.
I have a question regarding this issue.
-
|
By
tk.kim@...
·
#125
·
|
|
Re: How to run Celadon as a Guest OS on ACRN on NUC ?
HI, Eden:
Please take a look at https://github.com/liuming50/meta-acrn-manifest if you have interest, I have ported ACRN+Celadon to Yocto, so you can build and deploy a Celadon Android image within a
HI, Eden:
Please take a look at https://github.com/liuming50/meta-acrn-manifest if you have interest, I have ported ACRN+Celadon to Yocto, so you can build and deploy a Celadon Android image within a
|
By
Ming Liu
·
#124
·
|
|
Re: 答复: [acrn-users] How to run Celadon as a Guest OS on ACRN on NUC ?
Thanks Hongbo. Any update, pls let me known.
Best Regards,
Eden Chai
发件人: acrn-users@... <acrn-users@...> 代表 Wang, Hongbo <hongbo.wang@...>
发送时间: 2018年11月19日 9:19
收件人:
Thanks Hongbo. Any update, pls let me known.
Best Regards,
Eden Chai
发件人: acrn-users@... <acrn-users@...> 代表 Wang, Hongbo <hongbo.wang@...>
发送时间: 2018年11月19日 9:19
收件人:
|
By
Chai Eden <hntcy@...>
·
#123
·
|
|
Re: How to run Celadon as a Guest OS on ACRN on NUC ?
We’re still working on a setup guide now because Celadon and ACRN has kernel update to 4.19.
Best regards.
Hongbo
Tel: +86-21-6116 7445
MP: +86-1364 1793 689
Mail:hongbo.wang@...
We’re still working on a setup guide now because Celadon and ACRN has kernel update to 4.19.
Best regards.
Hongbo
Tel: +86-21-6116 7445
MP: +86-1364 1793 689
Mail:hongbo.wang@...
|
By
Wang, Hongbo
·
#122
·
|
|
How to run Celadon as a Guest OS on ACRN on NUC ?
Hi ,
Anyone could help tell me how to run Celadon as a Guest OS on ACRN on NUC ?
Best Regards,
Eden
Hi ,
Anyone could help tell me how to run Celadon as a Guest OS on ACRN on NUC ?
Best Regards,
Eden
|
By
hntcy@...
·
#121
·
|
|
ACRN Project Technical Community Meeting Minutes - 11/14/2108
Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 14th November 2018
Location
Online conference link: https://zoom.us/j/45717121
Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 14th November 2018
Location
Online conference link: https://zoom.us/j/45717121
|
By
Wang, Hongbo
·
#120
·
|
|
[Announce] ACRN ver0.3 Release Notes
Hi all,
We are pleased to announceversion 0.3 release of ACRN. You can see the Release Notes in the website https://projectacrn.github.io/latest/release_notes.html.
To learn more about ACRN:
Hi all,
We are pleased to announceversion 0.3 release of ACRN. You can see the Release Notes in the website https://projectacrn.github.io/latest/release_notes.html.
To learn more about ACRN:
|
By
Wang, Hongbo
·
#119
·
|
|
ACRN Project Technical Community Meeting Minutes - 11/07/2018
TCM Archives: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 7th November 2018
Location
Online conference link: https://zoom.us/j/45717121
Zoom
TCM Archives: https://drive.google.com/drive/u/2/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 7th November 2018
Location
Online conference link: https://zoom.us/j/45717121
Zoom
|
By
Wang, Hongbo
·
#118
·
|