diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/bare/qemutst.sh	Fri Jan 31 12:45:17 2014 +0100
@@ -0,0 +1,6 @@
+#!/usr/bin/bash
+
+echo "Trying to run versatilePB board"
+
+qemu-system-arm -M versatilepb -m 128M -nographic -kernel bare.bin
+