Skip to content
Snippets Groups Projects
Commit 63852918 authored by John Hodge's avatar John Hodge
Browse files

RunQemuArm - Add a RTL8169 to tegra2 config

parent bef77e47
No related merge requests found
...@@ -24,6 +24,7 @@ while [ $# -ne 0 ]; do ...@@ -24,6 +24,7 @@ while [ $# -ne 0 ]; do
# - Toshiba AC100 # - Toshiba AC100
_SYSTEM="ac100" _SYSTEM="ac100"
_KERNEL=Acess2.armv7-tegra2.bin _KERNEL=Acess2.armv7-tegra2.bin
QEMU_PARAMS=$QEMU_PARAMS" -net nic,model=rtl8169"
QEMU_PARAMS=$QEMU_PARAMS" -drive id=test_usb_image,file=USB_Test_Image.img,if=none" 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" QEMU_PARAMS=$QEMU_PARAMS" -device usb-storage,drive=test_usb_image"
;; ;;
...@@ -50,8 +51,8 @@ while [ $# -ne 0 ]; do ...@@ -50,8 +51,8 @@ while [ $# -ne 0 ]; do
esac esac
shift shift
done done
QEMU_PARAMS="-M $_SYSTEM -kernel KernelLand/$_KERNEL -net nic -net $_NETTYPE"$QEMU_PARAMS QEMU_PARAMS="-M $_SYSTEM -kernel KernelLand/$_KERNEL -net $_NETTYPE"$QEMU_PARAMS
# /home/tpg/apps/bin/qemu-system-x86_64 $QEMU_PARAMS -serial stdio -serial file:QemuLog.txt # /home/tpg/apps/bin/qemu-system-x86_64 $QEMU_PARAMS -serial stdio -serial file:QemuLog.txt
# qemu-system-x86_64 $QEMU_PARAMS -serial stdio | tee QemuLog.txt # qemu-system-x86_64 $QEMU_PARAMS -serial stdio | tee QemuLog.txt
$QEMU $QEMU_PARAMS -serial stdio $TEE eval $QEMU $QEMU_PARAMS -serial stdio $TEE
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment