annotate examples/qemu_a9_hello/qemutst.sh @ 386:2a970e7270e2

Added repeat assembler macro
author Windel Bouwman
date Thu, 01 May 2014 17:40:59 +0200
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