On 2017-04-19 12:09, Sneha wrote:
> Hi Jan
> 
> Thanks for replying.
> 
> This is how I start a non root cell:
> 
> $ LOAD_ADDR=0xe8000000
> $ DTB_ADDR=0xea000000
> $ jailhouse cell create jetson-tk1-linux-demo.cell
> $ jailhouse cell load --name jetson-tk1-linux-demo linux-loader.bin -a 0x0 
> zImage -a $LOAD_ADDR inmate-jetson-tk1.dtb -a $DTB_ADDR -s "kernel=$LOAD_ADDR 
> dtb=$DTB_ADDR" -a 0x100
> $ jailhouse cell start jetson-tk1-linux-demo
> 
> inmate-jetson-tk1.dtb was generated using dts/inmate-jetson-tk1.dts at the 
> time of cross-compiling Jailhouse.
> zImage is the Linux kernel 4.1.0
> 
> I'am using a copy of the same kernel in Jetson-TK1 as well(which gets moved 
> to root cell). Since I'am getting output on the serial when Jailhouse is not 
> enabled I suppose the UART driver is present. 
> I found SERIO in .config which was also enabled.
> 
> What options should I enable in .config in order to get the required UART 
> driver built with the kernel?

Don't know by heart, but I've attached the .config I'm using for ARM
inmates. It's 4.10-based, so there remains some variation if you really
want 4.1.

> 
> Could you suggest how I can use jailhouse cell linux in order to get the 
> kernel in a non root cell up and running?

jailhouse cell linux --help

There is also some description in Documentation/non-root-linux.txt.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux

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

Attachment: .config.xz
Description: application/xz

Reply via email to