mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Various minor tweaks to get qemu emulating a touchscreen device
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@772 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,4 +5,4 @@ then
|
||||
QEMU_MEMORY="64M"
|
||||
fi
|
||||
|
||||
qemu-system-arm -kernel $1 -append "root=/dev/sda mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda $2
|
||||
qemu-system-arm -kernel $1 -append "root=/dev/sda mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda $2 -usb -usbdevice wacom-tablet
|
||||
|
||||
Reference in New Issue
Block a user