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 presentation, I have seen you had set up Zephyr as guest os. Can I get some code references for enabling virtualisation in RTOS. Is it available?
Also I would like to know what are all the peripherals you are able to access in RTOS as guest. I would like to access CAN port through USB or ethernet. Can you provide suggestions on this.