Mercurial > lcfOS
view kernel/qemutst.sh @ 347:742588fb8cd6 devel
Merge into devel branch
author | Windel Bouwman |
---|---|
date | Fri, 07 Mar 2014 17:10:21 +0100 |
parents | c7cc54c0dfdf |
children | 5477e499b039 |
line wrap: on
line source
#!/usr/bin/env bash set -e echo "quit" | socat stdio stdio echo "Trying to run test on stellaris qemu machine" # -S means halt at start: qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel.bin \ -monitor unix:vm.sock,server -serial file:output.txt -S -s #sleep 1 # Send quit to the monitor application #echo "quit" | socat stdio UNIX-CONNECT:vm.sock #echo "Output from terminal:" #cat output.txt #echo ""