]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/blobdiff - build/rootfs-overlay/etc/init.d/S60jailhouse.sh
Use taskset to start JailHouse on core 0 (A57, not Denver)
[hercules2020/jailhouse-build.git] / build / rootfs-overlay / etc / init.d / S60jailhouse.sh
index 2112d8ef87265a769d07537a1a3d62977b836d72..d3f988cb7237f51601a9750cb5b46b3b228c68ec 100644 (file)
@@ -7,7 +7,7 @@ case "$1" in
     start)
        printf "Starting Jailhouse: "
        modprobe jailhouse
-       jailhouse enable /jailhouse/configs/jetson-tx2.cell
+       taskset 1 jailhouse enable /jailhouse/configs/jetson-tx2.cell
        [ $? = 0 ] && echo "OK" || echo "FAIL"
        ;;
     stop)