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? Could you suggest how I can use jailhouse cell linux in order to get the kernel in a non root cell up and running? Thanks Sneha -- 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.
