ROOT/RunQemuArm - Added USB storage to tegra2 command
authorJohn Hodge <[email protected]>
Mon, 23 Sep 2013 14:57:23 +0000 (22:57 +0800)
committerJohn Hodge <[email protected]>
Mon, 23 Sep 2013 14:57:23 +0000 (22:57 +0800)
RunQemuArm

index 48df52e..443f2b1 100755 (executable)
@@ -24,6 +24,8 @@ while [ $# -ne 0 ]; do
                # - Toshiba AC100
                _SYSTEM="ac100"
                _KERNEL=Acess2.armv7-tegra2.bin
+               QEMU_PARAMS=$QEMU_PARAMS" -drive id=test_usb_image,file=USB_Test_Image.img,if=none"
+               QEMU_PARAMS=$QEMU_PARAMS" -device usb-storage,drive=test_usb_image"
                ;;
        -gdb)
                QEMU_PARAMS=$QEMU_PARAMS" -s -S"

UCC git Repository :: git.ucc.asn.au