error adding component

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

I created a component for a modem usb from a .inf file of the modem's Cd
(Component Database manager imported it successfully) and if I try to add it
to my image, TD tell me he can not find some filee: these files are ***.sys
..
I searched the file on modem's Cd and I found only the files ***.sy_ .
Have I to rename these file?
 
Gianluca Facca said:
I created a component for a modem usb from a .inf file of the modem's Cd
(Component Database manager imported it successfully) and if I try to add it
to my image, TD tell me he can not find some filee: these files are ***.sys
.
I searched the file on modem's Cd and I found only the files ***.sy_ .
Have I to rename these file?

Use the following:

Copy the ***.sy_ files to a temporary writable directory.

expand -r *.??_
del *.??_

Copy the expanded files to your repository directory.


Regards
Graham.
 
Back
Top