-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run QNX OS on qemu #71
Comments
Hi Shizhuang.li This works for me. |
Hi, I found this post helpful for creating the QNX VM, as I am struggling to create VM for QNX using Qemu. Second, what is the difference between M arm-generic-fdt and xlnx-zcu102 machine type in Qemu? @tsi-345 could you please have a look Thanks :) |
Hi @FaiqueAli, Find the start address in the .build file and pass it in the command. |
Thank for the rep Faiq |
@FaiqueAli the build file is the part of the BSP you will have to download from qnx software center (BSP for zcu102) Thanks! |
@charantejaabbavathini thank you for more information. |
https://github.com/Xilinx/qemu/issues/61
#61
Hello,Edgar and Asif, Your discussion is very interesting, I am also trying to build a QNX os on qemu recently, I tried Asif's method, as shown below:
qemu-system-aarch64 -M xlnx-zcu102 -m 8G -serial mon:stdio -device loader,file=/root/xlinxbsp/images/QNX-IFS,cpu-num=0 -nographic -global xlnx,zynqmp-boot.cpu-num=0 -global `xlnx,zynqmp-boot.use-pmufw=true
The QNX-IFS file is the xlnx-zcu102 BSP package I downloaded from the QNX software center.When I run the above command, nothing is displayed, and the command cannot be terminated, only the kill command can be used to end the process.
aMfATYRpBC
I'm guessing that there may be a problem with my QNX-IFS file, but I'm not sure what the specific problem is? So I would like to ask how to solve this problem, and how did you get the QNX-IFS file?
Regards
Shizhuang.li
The text was updated successfully, but these errors were encountered: