X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/blobdiff_plain/901abae31aa439516120439e1aabe9fa6c09ae55..412c9ec753af498581b84c8bd13bc63603ba2fec:/qemu-launch-scripts/update-inmates-and-overlay.sh diff --git a/qemu-launch-scripts/update-inmates-and-overlay.sh b/qemu-launch-scripts/update-inmates-and-overlay.sh index a01096e..625f954 100755 --- a/qemu-launch-scripts/update-inmates-and-overlay.sh +++ b/qemu-launch-scripts/update-inmates-and-overlay.sh @@ -10,9 +10,10 @@ echo "Copying inmates to overlay dir..." cp ./inmates/demos/x86/*.bin ../buildroot-overlay/jailhouse/inmates/ cp ./configs/*.cell ../buildroot-overlay/jailhouse/configs/ echo "remake bootstrap and objcopy it to overlay.." -cd ../build/l4/l4re/pkg/bootstrap_custom -make clean && make -objcopy -O binary ./server/src/OBJ-x86_pentium/bootstrap.elf $START_DIR/../buildroot-overlay/jailhouse/bootstrap-jh.bin +cd ../build/l4 +make hello +cd l4re/pkg/bootstrap_custom +objcopy -O binary ./server/src/OBJ-x86_pentium/bootstrap_hello.elf $START_DIR/../buildroot-overlay/jailhouse/bootstrap-jh.bin echo "Update rootfs..." cd $START_DIR/../build/buildroot/ make