Comment 25 for bug 1772165

Revision history for this message
Dims (dims) wrote :

Command lines I use are like following

$QEMU_EXE \
    -kernel qemu-rpi-kernel/kernel-qemu-4.4.34-jessie \
    -cpu arm1176 \
    -m 256 \
    -M versatilepb \
    -append "dwc_otg.lpm_enable=0 root=/dev/sda2 panic=1" \
    -hda 2017-07-05-raspbian-jessie.img \
    -usb \
    -nic user \
    -serial stdio \
    -no-reboot \

# -device usb-dwc2 \
# -device usb-host,hostbus=1,hostport=3 \

# -usb \
# -device qemu-xhci,id=xhci \

# -device usb-net,netdev=mynet0 \
# -netdev user,id=mynet0,net=192.168.10.0/24,dhcpstart=192.168.10.1 \

#-usb \

# -device qemu-xhci \
# -device usb-ehci,id=ehci \