Thanks much! I have now successfully built a kernel that runs on qemu, and
detects the smc91x.
I used the 2.6.14 kernel sources from kernel.org, modified with the patch
available at the ARM website
(http://www.arm.com/linux/linux_download.html). After I discovered
/proc/config.gz (very useful!
On Thursday 05 January 2006 13:59, Wolfgang Schildbach wrote:
> Indeed at bootup time the kernel does not appear to detect the smc91
> network card. I'll try to build my own kernel then.
>
> For the kernel at the qemu website, did you use the patch-2.6.14-arm1
> patch available at the ARM website?
Indeed at bootup time the kernel does not appear to detect the smc91
network card. I'll try to build my own kernel then.
For the kernel at the qemu website, did you use the patch-2.6.14-arm1
patch available at the ARM website? Which config options did you use --
can you post the config file?
T
> http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00137.html), it
> should be possible to set up a network, user-mode or TUN/TAP. However, I
> fail to see the light as to how to bring the correct interface up on the
> guest system (arm-linux). ifconfig shows two devices, lo and dummy0, but
On Wed, Jan 04, 2006 at 04:56:13PM +0100, Wolfgang Schildbach wrote:
> Hi everyone,
>
> I am using the current CVS (HEAD) version of qemu running on x86 linux,
> and am using it to emulate an ARM on the integrator board, running
> arm-linux, using arm-test-0.1.tar.gz.
>
> >From what I've read i
Hi everyone,
I am using the current CVS (HEAD) version of qemu running on x86 linux,
and am using it to emulate an ARM on the integrator board, running
arm-linux, using arm-test-0.1.tar.gz.
>From what I've read in this list (
http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00137.html),