annotate examples/qemu_a9_hello/qemutst.sh @ 376:1e951e71d3f1

Change to readme
author Windel Bouwman
date Tue, 25 Mar 2014 19:36:51 +0100
parents 2b02bd286fe9
children
rev   line source
350
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
1 #!/usr/bin/env bash
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
2
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
3 echo "Trying to run versatilePB board"
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
4
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
5 qemu-system-arm -M realview-pb-a8 -m 128M -kernel hello.bin -serial stdio
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
6
2b02bd286fe9 Fixed A9 hello worle
Windel Bouwman
parents:
diff changeset
7