annotate examples/qemu_a9_hello/qemutst.sh @ 410:6aa9743ed362 tip

Reflect change in c3 public modifier
author Windel Bouwman
date Mon, 23 Feb 2015 21:06:04 +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