Hi
I am woking on J721E EVM Jailhouse Hypervisor, i am getting kernel panic while creating cell, running below the script file /usr/share/ti/util-scripts/demo/cockpit-demo-cluster-VM.sh
the script consists below commands
#!/bin/bash
#Utility to run integrated cockpit on DRA8xx devices
#This script needs to be run on the root cell (cluster VM)
monitor_ivi_vm() {
sleep 100
ti-heartbeat-are-you-there
}
####### Start here
##################
/usr/share/jailhouse/linux-demo.sh
cluster -d /dev/dri/card0 </dev/null 2>/dev/null 1>&2 &
monitor_ivi_vm 2>/dev/null 1>&2 &
/usr/share/ti/util-scripts/demo/crash-VM.sh 2>/dev/null 1>&2 &
linux-demo.sh file
! /bin/sh
jailhouse enable /usr/share/jailhouse/cells/k3-j721e-evm.cell
# Wait for jailhouse to be ready
sleep 5
# Launch uart-demo inmate to ready console for linux inmate
# and destroy it after it runs for 5 seconds
jailhouse cell create /usr/share/jailhouse/cells/k3-j721e-evm-uart-demo.cell
jailhouse cell load uart-demo /usr/share/jailhouse/inmates/uart-demo.bin
jailhouse cell start uart-demo
sleep 5
jailhouse cell destroy uart-demo
# Launch linux inmate
jailhouse cell create /usr/share/jailhouse/cells/k3-j721e-evm-linux-demo.cell
jailhouse cell load j721e-evm-linux-demo /usr/libexec/jailhouse/linux-loader.bin -a 0x0 -s "kernel=0x8a0280000 dtb=0x8a0000000" -a 0x1000 /boot/Image -a 0x8a0280000 /usr/share/jailhouse/inmate-k3-j721e-evm.dtb -a 0x8a0000000
jailhouse cell start j721e-evm-linux-demo
Below are the logs,
Hello 2465 from cell!
[ 1.538739] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) ]---