comparison test/bare/qemutst.sh @ 331:a78b41ff6ad2

Added better recipe files
author Windel Bouwman
date Fri, 07 Feb 2014 12:39:59 +0100
parents 61c9df5bffce
children
comparison
equal deleted inserted replaced
330:a79ac866732f 331:a78b41ff6ad2
7 echo "Trying to run versatilePB board" 7 echo "Trying to run versatilePB board"
8 8
9 qemu-system-arm -M realview-pb-a8 -m 128M -nographic -kernel bare.bin \ 9 qemu-system-arm -M realview-pb-a8 -m 128M -nographic -kernel bare.bin \
10 -monitor unix:vm.sock,server,nowait -serial file:output.txt & 10 -monitor unix:vm.sock,server,nowait -serial file:output.txt &
11 11
12 sleep 2 12 sleep 1
13 13
14 # Send quit to the monitor application 14 # Send quit to the monitor application
15 echo "quit" | socat stdio UNIX-CONNECT:vm.sock 15 echo "quit" | socat stdio UNIX-CONNECT:vm.sock
16 16
17 echo "Output from terminal:" 17 echo "Output from terminal:"