openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* ast2600-evb qemu and usb-net
@ 2021-08-09  4:55 Deepak Kodihalli
  2021-08-10  2:31 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Deepak Kodihalli @ 2021-08-09  4:55 UTC (permalink / raw)
  To: OpenBMC Maillist, andrew, joel

Hi All,

I am trying to launch the ast2600-evb machine on QEMU by passing a a
usb-net device:
qemu-system-arm -machine ast2600-evb  -drive file=<bmc
image>,if=mtd,bus=0,unit=0,snapshot=on -nographic  -nic
user,hostname=qemu -device usb-net,netdev=net0 -netdev
socket,id=net0,listen=:1234

I downloaded the QEMU binary from
https://github.com/openbmc/docs/blob/master/development/dev-environment.md#download-and-start-qemu-session.
The intent is to have two such QEMU instances talking over emulated
usb-net (the other instance would do a connect on the netdev socket).
I get the following error when I run the command above:
qemu-system-arm: -device usb-net,netdev=net0: Warning: speed mismatch
trying to attach usb device "QEMU USB Network Interface" (full speed)
to bus "usb-bus.1", port "1" (high speed)

I'm guessing this is the lack of usb support/initialization in
hw/arm/aspeed* in the QEMU tree. Has anyone else tried this with
ast2600-evb?

Thanks,
Deepak

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-10 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  4:55 ast2600-evb qemu and usb-net Deepak Kodihalli
2021-08-10  2:31 ` Joel Stanley
2021-08-10  8:44   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).