may I ask u how to build jailhouse on raspberry 4b with an ubuntu 20.04 on 
it?
在2021年4月9日星期五 UTC+8 下午4:46:14<Smith li> 写道:

> These  file are my configurations to run two linux inmates on raspberry 4b.
> Hardware memory is 2G.
>
> How to use?
> put three files into configs/arm64 folder, make , .c will be compiled to 
> .cell
> The OS and jailhouse I used is compiled from  jailhouse-image repository.
>
> after run  "jailhouse enable rpi4-two-ivshmem-net-inmates.cell"  there 
> will produce two  network device in root cell. one is set ip as 
> 192.168.19.1 , the other should set by yourself to 192.168.20.1 
>
> jailhouse cell linux rpi4-linux-demo1.cell \
> /boot/vmlinuz* \
> -d /etc/jailhouse/dts/inmate-rpi4.dtb \
> -i /usr/libexec/jailhouse/demos/rootfs.cpio \
> -c "console=ttyS0,115200 ip=192.168.19.2"
>
> jailhouse cell linux rpi4-linux-demo2.cell \
> /boot/vmlinuz* \
> -d /etc/jailhouse/dts/inmate-rpi4.dtb \
> -i /usr/libexec/jailhouse/demos/rootfs.cpio \
> -c "console=ttyS0,115200 ip=192.168.20.2"
>
> then the two inmate runs.
>
> I take some content from  
> https://github.com/ekut-es/autojail/blob/master/configs/arm64/rpi4-two-ivshmem-net-inmates.c
> But modified some content.
>
> Wish this will help someone need it.
>
> lake of doc make me headche.
>
>
>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/1202a375-713f-4a7f-ab12-03425fb2ff52n%40googlegroups.com.

Reply via email to