]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/util-scripts.git/blob - demo/cockpit-demo-cluster-VM.sh
run heartbeat provider app for ivi VM
[glsdk/util-scripts.git] / demo / cockpit-demo-cluster-VM.sh
1 #!/bin/bash
2 #Utility to run integrated cockpit on DRA8xx devices
3 #This script needs to be run on the root cell (cluster VM)
5 monitor_ivi_vm() {
6         sleep 100
7         ti-heartbeat-are-you-there
8 }
11 ####### Start here
12 ##################
14 /usr/share/jailhouse/linux-demo.sh
16 cluster -d /dev/dri/card0 </dev/null  &
18 monitor_ivi_vm &
20 /usr/share/ti/util-scripts/demo/crash-VM.sh &