comparison kernel/qemutst.sh @ 354:5477e499b039

Added some sort of string functionality
author Windel Bouwman
date Thu, 13 Mar 2014 18:59:06 +0100
parents c7cc54c0dfdf
children c05ab629976a
comparison
equal deleted inserted replaced
353:b8ad45b3a573 354:5477e499b039
5 echo "quit" | socat stdio stdio 5 echo "quit" | socat stdio stdio
6 6
7 echo "Trying to run test on stellaris qemu machine" 7 echo "Trying to run test on stellaris qemu machine"
8 8
9 # -S means halt at start: 9 # -S means halt at start:
10 qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel.bin \ 10 qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel_arm.bin \
11 -monitor unix:vm.sock,server -serial file:output.txt -S -s 11 -serial stdio -s
12 12
13 #sleep 1 13 #sleep 1
14 14
15 # Send quit to the monitor application 15 # Send quit to the monitor application
16 #echo "quit" | socat stdio UNIX-CONNECT:vm.sock 16 #echo "quit" | socat stdio UNIX-CONNECT:vm.sock