comparison test/bare/qemutst.sh @ 327:61c9df5bffce

Changed emulated board to cortex a8 board
author Windel Bouwman
date Sat, 01 Feb 2014 17:21:21 +0100
parents 2fa27c44e3c9
children a78b41ff6ad2
comparison
equal deleted inserted replaced
326:2fa27c44e3c9 327:61c9df5bffce
4 4
5 echo "quit" | socat stdio stdio 5 echo "quit" | socat stdio stdio
6 6
7 echo "Trying to run versatilePB board" 7 echo "Trying to run versatilePB board"
8 8
9 qemu-system-arm -M versatilepb -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 2
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:"
18 cat output.txt
19 echo ""
20