Re: How to simulate an ARM architecture to test Driver...

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Yannick Chamming's [eMVP] (ychammings_nospam_at_adeset.com)
Date: 12/17/04


Date: Fri, 17 Dec 2004 07:51:23 +0100

if you don't have any way to rebuild your driver for x86 target, there is no
other way than using an ARM based platform : the ARM binary code won't be
runnable on anything else than ARM core.

Concerning the requirement of having the exact platform, what Dean meant is
that the fact that your driver would run (or not run) on an ARM platform
does not mean that it will run (or not run) on your specific targeted
platform : example : your driver might use isochronous transfer, which is
not necessary handled by USB driver of all platforms

--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADESET
Windows Embedded Manager
ychammings AT adeset DOT com>
http://www.adeset.com
Tél  : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"wilsonwang" <wilsonidv@hotmail.com> wrote in message
news:#TD$zI#4EHA.924@TK2MSFTNGP14.phx.gbl...
> Hi, you all meant that the only way I can verify the ARM based driver is
to
> get an actual ARM platform, and must be the same as the driver built from.
> Right?
>
> No substitution or simulation that I can make use of on x86 PC?
>
> Thank you.
>
> "Wilson" <wilsonidv@hotmail.com> ¦b¶l¥ó
> news:uetkF6z4EHA.1204@TK2MSFTNGP10.phx.gbl ¤¤¼¶¼g...
> > Dear All,
> >
> > I've the USB Driver which was compiled under ARM platform from our
> customer.
> > But, in our office, we only have x86 system(PC). We cannot verify if the
> > driver can be installed and worked correctly.
> >
> > Does anyone have an idea about that?
> >
> > Regards,
> > Wilson Wang
> >
> >
>
>


Relevant Pages

  • Re: [RFC] [PATCH] Device Tree on ARM platform
    ... All of the stuff I see on the ARM lists seems to be well ... platform independent way, but the network folk don't like that idea. ... from the device driver itself. ...
    (Linux-Kernel)
  • Re: [RFT] e100 driver on ARM
    ... Russell might have tested it on an Integrator/AP (not sure ... I tested the e100.c driver on this platform with 2.6.12 ... and it was OK at that time (the platform is now discontinued by ARM ...
    (Linux-Kernel)
  • [PATCH] Generic platform device IDE driver
    ... Currently the platforms that have very simplistic needs for IDE devices ... are forced to invent their own driver for adding the built-in devices. ... At the moment ARM is the in-tree user in this category, ... Simple platform device IDE driver. ...
    (Linux-Kernel)
  • Re: [patch 2.6.20-rc3 1/3] rtc-cmos driver
    ... I believe that splitting this driver into multiple files ... do recall that at least ia64 uses ACPI too. ... ARMs tend to integrate some other RTC on-chip. ... on whatever non-PC platform is involved in such sanity testing, ...
    (Linux-Kernel)
  • patch documentation-driver-model-platform.txt-update-rewrite.patch added to greg
    ... Platform Devices and Drivers ... -and the driver was loaded, ... -A platform bus has been created to deal with these issues. ... +Platform drivers register themselves the normal way: ...
    (Linux-Kernel)