|
Re: Need Support on RTOS Privileged VM & sharing mode
Hi Jack Ren
Please let me know is patches to enable post-launched hybrid mode is available for the Zephyr RTOS.
Please provide with details for the uos_launch script and sample Zephyr Application elf
Hi Jack Ren
Please let me know is patches to enable post-launched hybrid mode is available for the Zephyr RTOS.
Please provide with details for the uos_launch script and sample Zephyr Application elf
|
By
Rajeshkumar Mathivanan
·
#152
·
|
|
ACRN Project Technical Community Meeting Minutes - 12/19/2018
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 19th December 2018
Location
Online conference link:
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 19th December 2018
Location
Online conference link:
|
By
Wang, Hongbo
·
#151
·
|
|
[Announce] ACRN ver0.4 Release Notes
Hi all,
We are pleased to announceversion 0.4 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.4 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
·
#150
·
|
|
ACRN Project Technical Community Meeting Minutes: 12/12/2018
Meeting Minutes archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 12th December 2018
Location
Online conference link:
Meeting Minutes archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 12th December 2018
Location
Online conference link:
|
By
Wang, Hongbo
·
#149
·
|
|
ACRN Project Technical Community Meeting Minutes - 12/05/2018
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 5th December 2018
Location
Online conference link: https://zoom.us/j/45717121
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 5th December 2018
Location
Online conference link: https://zoom.us/j/45717121
|
By
Wang, Hongbo
·
#148
·
|
|
ACRN Project Technical Community Meeting Minutes - 11/28/2018
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 28th November 2018
Location
Online conference link: https://zoom.us/j/45717121
Meeting Minutes Archive: https://drive.google.com/drive/u/1/folders/1_XTGu6re3BOQAjtPx636Mz1T5lOy2UWC
ACRN Project TCM - 28th November 2018
Location
Online conference link: https://zoom.us/j/45717121
|
By
Wang, Hongbo
·
#147
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi,
You can download the RPMs (both precompiled binaries and source) and use ‘rpm2cpio’ to extract the content and re-use it. We have an example of how to use the pre-compiled binaries in this
Hi,
You can download the RPMs (both precompiled binaries and source) and use ‘rpm2cpio’ to extract the content and re-use it. We have an example of how to use the pre-compiled binaries in this
|
By
Geoffroy Van Cutsem
·
#146
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi, Ailin.
Is it possible to get the original kernel source code of the 'org.clearlinux.iot-lts2018-sos.4.19.0-19' image file?
Can you share where/how can I get the codes?
Thanks
Hi, Ailin.
Is it possible to get the original kernel source code of the 'org.clearlinux.iot-lts2018-sos.4.19.0-19' image file?
Can you share where/how can I get the codes?
Thanks
|
By
tk.kim@...
·
#145
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Ailin is correct the ACRN hypervisor is not running (for some reason).
There are three possibilities for the ‘uart=’ parameter:
- uart=disabled
- uart=mmio@0x9141e000
-
Ailin is correct the ACRN hypervisor is not running (for some reason).
There are three possibilities for the ‘uart=’ parameter:
- uart=disabled
- uart=mmio@0x9141e000
-
|
By
Geoffroy Van Cutsem
·
#144
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
drivers/acrn/hvlog.c
174 if (x86_hyper_type != X86_HYPER_ACRN)
175 return -ENODEV;
Thanks
Ailin
drivers/acrn/hvlog.c
174 if (x86_hyper_type != X86_HYPER_ACRN)
175 return -ENODEV;
Thanks
Ailin
|
By
Yang, Ailin
·
#143
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Check kernel command line to see which kernel loaded?
cat /proc/cmdline
Below log shows ACRN hypervisor isn’t launched successfully, and no hv log,
Thanks
Ailin
Check kernel command line to see which kernel loaded?
cat /proc/cmdline
Below log shows ACRN hypervisor isn’t launched successfully, and no hv log,
Thanks
Ailin
|
By
Yang, Ailin
·
#142
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi
I'm using a mmio for the uart setting and I show shell prompt.
However, I'm not sure this is the SOS or the host clear linux.
dmesg | grep ACRN gives me below logs...
ACRNTrace : acrn_trace :
Hi
I'm using a mmio for the uart setting and I show shell prompt.
However, I'm not sure this is the SOS or the host clear linux.
dmesg | grep ACRN gives me below logs...
ACRNTrace : acrn_trace :
|
By
tk.kim@...
·
#141
·
|
|
Re: Questions about ACRN's dependency and Other Linux Distro Supports
Hi Geoffroy.
In your tested device (NUC6CAYH), how to set a serial port to debug the hypervisor?
Can you show me an example?
Did you put the serial port address in the efibootmgr command?
Hi Geoffroy.
In your tested device (NUC6CAYH), how to set a serial port to debug the hypervisor?
Can you show me an example?
Did you put the serial port address in the efibootmgr command?
|
By
tk.kim@...
·
#140
·
Edited
|
|
Re: Need Support on RTOS Privileged VM & sharing mode
Hi Rajesh,
Thanks for showing the interest in ACRN!
We will submit the patches to enable post-launched hybrid mode (the SOS boots up first, then launch the privileged
Hi Rajesh,
Thanks for showing the interest in ACRN!
We will submit the patches to enable post-launched hybrid mode (the SOS boots up first, then launch the privileged
|
By
Jack Ren
·
#139
·
|
|
Need Support on RTOS Privileged VM & sharing mode
Hi Acrn Team,
I am Rajeshkumar. Thanks for add me in the acrn group. I was going through the presentations WW45'18 it was impressive.
I have brought the NUC device and want updated with ACRN and
Hi Acrn Team,
I am Rajeshkumar. Thanks for add me in the acrn group. I was going through the presentations WW45'18 it was impressive.
I have brought the NUC device and want updated with ACRN and
|
By
Rajeshkumar Mathivanan
·
#138
·
|
|
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
·
|