comparison examples/qemu_a9_hello/qemutst.sh @ 350:2b02bd286fe9

Fixed A9 hello worle
author Windel Bouwman
date Sat, 08 Mar 2014 16:29:03 +0100
parents
children
comparison
equal deleted inserted replaced
349:13a6e73b448f 350:2b02bd286fe9
1 #!/usr/bin/env bash
2
3 echo "Trying to run versatilePB board"
4
5 qemu-system-arm -M realview-pb-a8 -m 128M -kernel hello.bin -serial stdio
6
7