PCM-9375 driver problem: ITE 8888 PCI to ISA bridge

D

demmel

Hello,

I am quite new to windows embedded and am trying to customize a
version of Windows XP Embedded for the PCM-9375 board. After running
tap 4 more drivers need to be added manually. The board shipped with a
component for the graphics driver and i managed to create driver
components for audio and AES drivers from the ini file.

The last remaining issue is the ITE 8888 PCI to ISA bridge. I can
install it manually after booting to windows embedded but i'd like to
create a component for it.

When I try to import the ini file describing the driver the importer
aborts with the following error message:

"INF Importer could not find any recognizable installation to convert
in the file."

Can anyone help me to create a component for the driver.

The ini file content is attached.

Regards,
Niko Demmel

ite.inf:

[Version]
Signature=$CHICAGO$
Class=System
Provider=%String0%

[Manufacturer]
%String1%=ITE_SYS

[ITE_SYS]
%String2%=NO_DRV,PCI\VEN_1283&DEV_8888

[DriverInstall.NT]

[DriverInstall]

[NO_DRV]

[NO_DRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install

[Strings]
String0="ITE"
String1="ITE"
String2="ITE 8888 PCI to ISA bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
 
D

demmel

Hm... you mean "custom" as parsing option when importing the INF file?
I don't know which sections to add... I'm not too familiar with those
inf files.

Regards,
Niko Demmel

I had no problems when I created a XPe kit for the PCM-9375 it -http://www.sjjmicro.com/IDK.html. Diud you do a manual parse?

--
Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit


I am quite new to windows embedded and am trying to customize a
version of Windows XP Embedded for the PCM-9375 board. After running
tap 4 more drivers need to be added manually. The board shipped with a
component for the graphics driver and i managed to create driver
components for audio and AES drivers from the ini file.
The last remaining issue is the ITE 8888 PCI to ISA bridge. I can
install it manually after booting to windows embedded but i'd like to
create a component for it.
When I try to import the ini file describing the driver the importer
aborts with the following error message:
"INF Importer could not find any recognizable installation to convert
in the file."
Can anyone help me to create a component for the driver.
The ini file content is attached.
Regards,
Niko Demmel
[Version]
Signature=$CHICAGO$
Class=System
Provider=%String0%
[Manufacturer]
%String1%=ITE_SYS
[ITE_SYS]
%String2%=NO_DRV,PCI\VEN_1283&DEV_8888
[DriverInstall.NT]
[DriverInstall]

[NO_DRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
[Strings]
String0="ITE"
String1="ITE"
String2="ITE 8888 PCI to ISA bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
 
S

Sean Liming \(MVP\)

Yes, I mean the custom parsing options. Look in the INF file and look at the
section headers.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
demmel said:
Hm... you mean "custom" as parsing option when importing the INF file?
I don't know which sections to add... I'm not too familiar with those
inf files.

Regards,
Niko Demmel

I had no problems when I created a XPe kit for the PCM-9375
it -http://www.sjjmicro.com/IDK.html. Diud you do a manual parse?

--
Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit


I am quite new to windows embedded and am trying to customize a
version of Windows XP Embedded for the PCM-9375 board. After running
tap 4 more drivers need to be added manually. The board shipped with a
component for the graphics driver and i managed to create driver
components for audio and AES drivers from the ini file.
The last remaining issue is the ITE 8888 PCI to ISA bridge. I can
install it manually after booting to windows embedded but i'd like to
create a component for it.
When I try to import the ini file describing the driver the importer
aborts with the following error message:
"INF Importer could not find any recognizable installation to convert
in the file."
Can anyone help me to create a component for the driver.
The ini file content is attached.
Regards,
Niko Demmel
[Version]
Signature=$CHICAGO$
Class=System
Provider=%String0%
[Manufacturer]
%String1%=ITE_SYS
[ITE_SYS]
%String2%=NO_DRV,PCI\VEN_1283&DEV_8888
[DriverInstall.NT]
[DriverInstall]

[NO_DRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
[Strings]
String0="ITE"
String1="ITE"
String2="ITE 8888 PCI to ISA bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
 
D

demmel

Ok. So taking the inf file i posted above I'd add a section type
"AddService Section" named "NO_DRV.Services". After that "Manufacturer
section" is grayed out so I can't add that one. Also what do I do
with: "Version", "ITE_SYS", "Strings"? Do I even need all of them?

Regards,
Niko

Yes, I mean the custom parsing options. Look in the INF file and look at the
section headers.

--
Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com

Hm... you mean "custom" as parsing option when importing the INF file?
I don't know which sections to add... I'm not too familiar with those
inf files.
Regards,
Niko Demmel
I had no problems when I created a XPe kit for the PCM-9375
it -http://www.sjjmicro.com/IDK.html. Diud you do a manual parse?
--
Regards,
Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit

Hello,
I am quite new to windows embedded and am trying to customize a
version of Windows XP Embedded for the PCM-9375 board. After running
tap 4 more drivers need to be added manually. The board shipped with a
component for the graphics driver and i managed to create driver
components for audio and AES drivers from the ini file.
The last remaining issue is the ITE 8888 PCI to ISA bridge. I can
install it manually after booting to windows embedded but i'd like to
create a component for it.
When I try to import the ini file describing the driver the importer
aborts with the following error message:
"INF Importer could not find any recognizable installation to convert
in the file."
Can anyone help me to create a component for the driver.
The ini file content is attached.
Regards,
Niko Demmel
ite.inf:
[Version]
Signature=$CHICAGO$
Class=System
Provider=%String0%
[Manufacturer]
%String1%=ITE_SYS
[ITE_SYS]
%String2%=NO_DRV,PCI\VEN_1283&DEV_8888
[DriverInstall.NT]
[DriverInstall]
[NO_DRV]
[NO_DRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
[Strings]
String0="ITE"
String1="ITE"
String2="ITE 8888 PCI to ISA bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
 
E

Ethan Chen

Hi Denmmel,

You can contact Advantech to ask PCM-9375 DSP for XP Embedded. It will help
you to create XPE image easily.

Regards,
Ethan

demmel said:
Ok. So taking the inf file i posted above I'd add a section type
"AddService Section" named "NO_DRV.Services". After that "Manufacturer
section" is grayed out so I can't add that one. Also what do I do
with: "Version", "ITE_SYS", "Strings"? Do I even need all of them?

Regards,
Niko

Yes, I mean the custom parsing options. Look in the INF file and look at
the
section headers.

--
Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental

Hm... you mean "custom" as parsing option when importing the INF file?
I don't know which sections to add... I'm not too familiar with those
inf files.
Regards,
Niko Demmel
On 3 Mrz., 17:58, "Sean Liming \(MVP\)" <[email protected]>
wrote:
I had no problems when I created a XPe kit for the PCM-9375
it -http://www.sjjmicro.com/IDK.html. Diud you do a manual parse?
Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
I am quite new to windows embedded and am trying to customize a
version of Windows XP Embedded for the PCM-9375 board. After running
tap 4 more drivers need to be added manually. The board shipped with
a
component for the graphics driver and i managed to create driver
components for audio and AES drivers from the ini file.
The last remaining issue is the ITE 8888 PCI to ISA bridge. I can
install it manually after booting to windows embedded but i'd like
to
create a component for it.
When I try to import the ini file describing the driver the importer
aborts with the following error message:
"INF Importer could not find any recognizable installation to
convert
in the file."
Can anyone help me to create a component for the driver.
The ini file content is attached.
Regards,
Niko Demmel
[Version]
Signature=$CHICAGO$
Class=System
Provider=%String0%
[Manufacturer]
%String1%=ITE_SYS
[ITE_SYS]
%String2%=NO_DRV,PCI\VEN_1283&DEV_8888
[DriverInstall.NT]
[DriverInstall]

[NO_DRV.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
[Strings]
String0="ITE"
String1="ITE"
String2="ITE 8888 PCI to ISA bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top