IRQ and I/O Settings

  • Thread starter Thread starter Chris Alexander
  • Start date Start date
C

Chris Alexander

Hello,

I'm wondering if anyone has an idea of how to set IRQ and I/O settings at
image build time of a device on an embedded computer. More specifically, I
have an ISA DAQ card, it needs to be configured in windows XPE manually.
Right now I include the Hardware Wizard component and manually enter the
values after image building and First Boot on the embedded system.
Naturally I would like this to be configurable at build time to

1. relieve the manual effort to set these parameters
2. possibly remove the Add hardware wizard from the configuration to lighten
the footprint

Thanks for the help

-Chris Alexander

Software Engineer
Azimuth Inc
(e-mail address removed)
 
Since this is probably non PnP device :-)
You can preinstall in directly in registry with all its config parameters.

Create component that will contain all registry entries that are related to
your driver.

Regards,
Slobodan
 
Back
Top