Hi all,
I am trying to build the jailhouse hypervisor on my imx8qxp-mek board. i have successfully generated the image and able to run the jailhouse.The issue i am facing is when my inmate cell started, i could not able to see the logs of my jailhouse.
my root cell console is ttyLP0 and i am trying to see the logs in ttyLP1
root@imx8qxpc0mek:~# export PATH=$PATH:/usr/share/jailhouse/tools/
root@imx8qxpc0mek:~# jailhouse cell linux /usr/share/jailhouse/cells/imx8qxp-linux-demo.cell /run/media/mmcblk1p1/Image -d /run/media/mmcblk1p1/imx8qxp-mek-inmate.dtb -c "clk_ignore_unused console=ttyLP1,115200 earlycon=ec_imx8q,0x5a070010,115200 root=/dev/mmcblk1p1 rootwait rw"
[ 118.706548] CPU2: shutdown
[ 118.709275] psci: CPU2 killed (polled 0 ms)
[ 118.774510] CPU3: shutdown
[ 118.777238] psci: CPU3 killed (polled 0 ms)
Adding virtual PCI device 00:00.0 to cell "linux-inmate-demo"
Shared memory connection established, peer cells:
"imx8qxp"
Adding virtual PCI device 00:01.0 to cell "linux-inmate-demo"
Shared memory connection established, peer cells:
"imx8qxp"
Created cell "linux-inmate-demo"
Page pool usage after cell creation: mem 90/992, remap 144/131072
[ 118.818134] Created Jailhouse cell "linux-inmate-demo"
Cell "linux-inmate-demo" can be loaded
Started cell "linux-inmate-demo"
root@imx8qxpc0mek:~# jailhouse cell list
ID Name State Assigned CPUs Failed CPUs
0 imx8qxp running 0-1
1 linux-inmate-demo running 2-3
Can anyone help me to resolve this issue.
Thanks & regards,
sai9
Hello,
It looks like memory issue try to run DDR test https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-8X-Family-DDR-Tools-Release/ta-p/...
or try to build again.
Regards