On 03/04/2017 08:58 PM, Harison wrote:
> Has somebody successfully booted a kernel in  non root cell?If someone have a 
> clue, give me hint.
> I can not continue to use it for weeks.
> 
[...]
        /* RAM */ {
                .phys_start = 0x177ff0000,
                .virt_start = 0,
                .size = 0x00010000,
                .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                        JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_LOADABLE,
        },
        /* Inmate_RAM */ {
                .phys_start = 0x168000000,
                .virt_start = 0x168000000,
                .size = 0x10000000, //256MB for non-root cell
                .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                        JAILHOUSE_MEM_EXECUTE | JAILHOUSE_MEM_LOADABLE,
        },
[...]

First of all, Inmate_RAM and RAM overlap. Second, these regions need the
flag JAILHOUSE_MEM_DMA.

Just compare your configs to other linux-demo configs.

  Ralf

-- 
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.

Reply via email to