iMX8 Quad Max Xen, Dom0 hangs waiting for SD card partition.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX8 Quad Max Xen, Dom0 hangs waiting for SD card partition.

1,124 Views
kasandesh
Contributor II

Dear All,

I am working on iMX8 Quad Max variant of board which has support for xen hypervisor. I am successful in getting xen compiled and working.  

Xen Version - 4.11.1

Linux kernel - iMX8 release image from 4.14.98

dtb :  fsl-imx8qm-mek-dom0.dtb

uboot commands are as below :

=> fatload mmc 2:1 0x80280000 Image

=> fatload mmc 2:1 0x83000000 fsl-imx8qm-mek-dom0.dtb

=> fatload mmc 2:1 0x92000000 xen

=> fdt addr 0x83000000
=> fdt resize
=> fdt set /chosen/module@0 compatible "xen,linux-zimage" "xen,multiboot-module"
=> fdt set /chosen/module@0 reg <0x80280000 0x16eba00>
=> fdt set /chosen/module@0 bootargs "earlycon=xen console=hvc0 loglevel=8 root=/dev/mmcblk1p2 rw rootwait"

=> setenv bootargs "console=dtuart dtuart=/serial@5a060000 dom0_mem=128M"
=> booti 0x92000000 - 0x83000000

However i dom0 is brought up and linux kernel boots properly. But it couldn't find the root file system partition at mmcblk1p2, and hangs up. 

I have 3 partition in SD card, first partition containing image, dtb, xen and second partition consists of RFS for dom0 and 3rd containing RFS for domU.

Would be helpful if anyone came across this issue and get it fixed.

Best Regards,

Tags (4)
0 Kudos
2 Replies

812 Views
Peng_Fan
NXP Employee
NXP Employee

Try "run xenmmcboot" with new release.

Kernel & Virtualization Engineer
0 Kudos

812 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Sandesh,

I’m afraid that i.MX8QM family is still on preproduction and no additional information/support could be provided yet.

For further assistance, please contact with your Sales/FAE.


Hope this will be useful for you.
Best regards!
/Carlos
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
-------------------------------------------------------------------------------

0 Kudos