Hi all,
I am trying to get the network to work with qemu-system-arm -M beaglexm but without success.
I followed the instructions at https://wiki.linaro.org/Releases/MilestoneBuilds and booted a virtual machine for a beagle XM. But there is not network interface.
After googling it appears the network card needs the smsc95xx driver. This is fine, it is present in the hwpacks. I am able to load the module but no usb0 interface appears. I am wondering if the ehci module is not needed too, but this one is not present in any hwpacks.
I am wrong or did I missed something ?
Thanks -- Daniel
Hi Daniel,
On 03/17/2011 10:30 AM, Daniel Lezcano wrote:
Hi all,
I am trying to get the network to work with qemu-system-arm -M beaglexm but without success.
I followed the instructions at https://wiki.linaro.org/Releases/MilestoneBuilds and booted a virtual machine for a beagle XM. But there is not network interface.
After googling it appears the network card needs the smsc95xx driver. This is fine, it is present in the hwpacks. I am able to load the module but no usb0 interface appears. I am wondering if the ehci module is not needed too, but this one is not present in any hwpacks.
That is the problem according to Peter. Here's an email from him a couple weeks back on this topic:
http://lists.linaro.org/pipermail/linaro-dev/2011-March/002980.html
--Matt
I am wrong or did I missed something ?
Thanks -- Daniel
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On 03/17/2011 05:46 PM, Matt Waddel wrote:
Hi Daniel,
On 03/17/2011 10:30 AM, Daniel Lezcano wrote:
Hi all,
I am trying to get the network to work with qemu-system-arm -M beaglexm but without success.
I followed the instructions at https://wiki.linaro.org/Releases/MilestoneBuilds and booted a virtual machine for a beagle XM. But there is not network interface.
After googling it appears the network card needs the smsc95xx driver. This is fine, it is present in the hwpacks. I am able to load the module but no usb0 interface appears. I am wondering if the ehci module is not needed too, but this one is not present in any hwpacks.
That is the problem according to Peter. Here's an email from him a couple weeks back on this topic:
http://lists.linaro.org/pipermail/linaro-dev/2011-March/002980.html
Sounds like I will have to wait a bit ... :) Thanks very much for your quick answer
-- Daniel
On Fri, Mar 18, 2011 at 6:00 AM, Daniel Lezcano daniel.lezcano@free.fr wrote:
On 03/17/2011 05:46 PM, Matt Waddel wrote:
Hi Daniel,
On 03/17/2011 10:30 AM, Daniel Lezcano wrote:
Hi all,
I am trying to get the network to work with qemu-system-arm -M beaglexm but without success.
I followed the instructions at https://wiki.linaro.org/Releases/MilestoneBuilds and booted a virtual machine for a beagle XM. But there is not network interface.
After googling it appears the network card needs the smsc95xx driver. This is fine, it is present in the hwpacks. I am able to load the module but no usb0 interface appears. I am wondering if the ehci module is not needed too, but this one is not present in any hwpacks.
That is the problem according to Peter. Here's an email from him a couple weeks back on this topic:
http://lists.linaro.org/pipermail/linaro-dev/2011-March/002980.html
Sounds like I will have to wait a bit ... :) Thanks very much for your quick answer
Hi Daniel. If you're looking for an QEMU ARM box with networking, consider the Versatile Express: https://wiki.linaro.org/WorkingGroups/ToolChain/Outputs/QEMUVersatileExpress
There's more detail on Peter's page at: https://wiki.linaro.org/PeterMaydell/QemuVersatileExpress
-- Michael
On 03/17/2011 08:42 PM, Michael Hope wrote:
On Fri, Mar 18, 2011 at 6:00 AM, Daniel Lezcanodaniel.lezcano@free.fr wrote:
On 03/17/2011 05:46 PM, Matt Waddel wrote:
Hi Daniel,
On 03/17/2011 10:30 AM, Daniel Lezcano wrote:
Hi all,
I am trying to get the network to work with qemu-system-arm -M beaglexm but without success.
I followed the instructions at https://wiki.linaro.org/Releases/MilestoneBuilds and booted a virtual machine for a beagle XM. But there is not network interface.
After googling it appears the network card needs the smsc95xx driver. This is fine, it is present in the hwpacks. I am able to load the module but no usb0 interface appears. I am wondering if the ehci module is not needed too, but this one is not present in any hwpacks.
That is the problem according to Peter. Here's an email from him a couple weeks back on this topic:
http://lists.linaro.org/pipermail/linaro-dev/2011-March/002980.html
Sounds like I will have to wait a bit ... :) Thanks very much for your quick answer
Hi Daniel. If you're looking for an QEMU ARM box with networking, consider the Versatile Express: https://wiki.linaro.org/WorkingGroups/ToolChain/Outputs/QEMUVersatileExpress
There's more detail on Peter's page at: https://wiki.linaro.org/PeterMaydell/QemuVersatileExpress
Great !
I will switch to the Versatile Express then.
Thank you very much for the pointers.
-- Daniel