comparison experiments/qemu_vexpress_a9/run.sh @ 368:d2ddfe134c48

Remove yield from for python < 3.3
author Windel Bouwman
date Fri, 21 Mar 2014 11:21:50 +0100
parents c7cc54c0dfdf
children 2a970e7270e2
comparison
equal deleted inserted replaced
367:577ed7fb3fe4 368:d2ddfe134c48
1 #!/bin/bash 1 #!/bin/bash
2 2
3 qemu-system-arm -M vexpress-a9 -m 128M -kernel test.bin \ 3 qemu-system-arm -M vexpress-a9 -m 128M -kernel test.bin \
4 -serial file:output.txt 4 -serial stdio
5 5