comparison test/bare/qemutst.sh @ 324:ed6d0adaa626

Added qemu arm emulated image
author Windel Bouwman
date Fri, 31 Jan 2014 12:45:17 +0100
parents
children 0dd36d2eb954
comparison
equal deleted inserted replaced
323:e9fe6988497c 324:ed6d0adaa626
1 #!/usr/bin/bash
2
3 echo "Trying to run versatilePB board"
4
5 qemu-system-arm -M versatilepb -m 128M -nographic -kernel bare.bin
6