Am Thu, 23 Mar 2017 03:58:30 -0700 schrieb Harison <[email protected]>:
> Thank you for your reply Henning Schild. > You showed me three ways. > The way I want is the second part. > I want to use a single storage device (eMMC or sdcard) for all the > cells (root and non-root).I want to set the environment to use the > experiment. All the cells should split into partitions to use a > single storage device? Or is it possible to use the same > partition(only one partition)? Partitions on one storage device will not work. They are a logical software layer and using jailhouse you need physical separation. So you will need multiple storage devices and actually also multiple "host controllers". You probably need to analyse which devices can be assigned to the non-root cell. Seems like you have multiple options like sdmmc, sata, usb. Looking at the root-cell config for the TX1 it seems like the storage devices are all mmio without subpage problems, should be straight forward. regards, Henning -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
