Mercurial > lcfOS
view kernel/qemutst.sh @ 359:b4ac28efcdf4
Reorganize files
author | Windel Bouwman |
---|---|
date | Fri, 14 Mar 2014 15:41:55 +0100 |
parents | 5477e499b039 |
children | c05ab629976a |
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_arm.bin \ -serial stdio -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 ""