Custom Component for Video Controller

A

Angel

Hiz

I'm making a XPE Image, and my board use an integrated Video Controller, I
can make the SDL importing the .inf file, and looks like that all works
correctly, but when I add this component in the target designer and build
image I get 85 errors (85 files from this device):

---- log ----
Warning 1116: Building unreleased component: "Intel(R) 82852/82855 GM/GME
Graphics Controller [Version 6.14.10.3865, R2]"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"i830mnt5.cat"
R: Error 1005: File not found: "i830mnt5.cat"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.inf"
R: Error 1005: File not found: "ialmnt5.inf"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.sys"
R: Error 1005: File not found: "ialmnt5.sys"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmrnt5.dll"
.....more more errors
---- log ----

I don't know If I miss something in the component designer ...

I try to copy all files manually to the destination path (%11%), but the XPE
resultant don't start with the correct drivers

PD... sorry my english ;)
 
P

Pascal Bouchard

When creating your component (importing the inf file), you probably didn't
specify a repository; this means that the files related to the driver are
not included when deploying.
 
A

Angel

Thanks,
now works fine .... (building the image) .... then I'll try to start it!!

Pascal Bouchard said:
When creating your component (importing the inf file), you probably didn't
specify a repository; this means that the files related to the driver are
not included when deploying.



Angel said:
Hiz

I'm making a XPE Image, and my board use an integrated Video Controller, I
can make the SDL importing the .inf file, and looks like that all works
correctly, but when I add this component in the target designer and build
image I get 85 errors (85 files from this device):

---- log ----
Warning 1116: Building unreleased component: "Intel(R) 82852/82855 GM/GME
Graphics Controller [Version 6.14.10.3865, R2]"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"i830mnt5.cat"
R: Error 1005: File not found: "i830mnt5.cat"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.inf"
R: Error 1005: File not found: "ialmnt5.inf"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmnt5.sys"
R: Error 1005: File not found: "ialmnt5.sys"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"ialmrnt5.dll"
....more more errors
---- log ----

I don't know If I miss something in the component designer ...

I try to copy all files manually to the destination path (%11%), but the
XPE
resultant don't start with the correct drivers

PD... sorry my english ;)
 

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

Top