cy68013a: Question about SPT file when sign the driver

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hi~

   

  when I used cy68013a in my product ,i modifed the CYUSB3.inf file used my own PID and VID, i used two PIDs to enable the device to execute a script file when start-up, then I try to sign the driver, and the below error occured:

   

  "MyDeviceLoad.spt in [MyDeviceLoad.file.ext] is missing from [SourceDisksFiles] section in \MyDevice.inf; driver may not sign correctly until this resolved;"

   

  So i modified MyDevice.inf file as below:

   

[SourceDiskFiles]

   

MyDevice.sys = 1

   

MyDeviceLoad.spt = 1

   

 

   

   Then i signed my driver suceesfully.

   

    I wonder when I changed the SPT file in my driver, will the sign became invalid?

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

   

 

   

What do you mean by chanign SPT file?

   

 

   

Have you created a new script file with the same name or changed the name of the SPT file?

   

 

   

Regards,

   

Vikas

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

 

   

What do you mean by chanign SPT file?

   

 

   

Have you created a new script file with the same name or changed the name of the SPT file?

   

 

   

Regards,

   

Vikas

0 Likes
Anonymous
Not applicable

 thanks for your reply. It means I generate another SPT file and use the same name.

   

 

   

Regards

   

smalling

0 Likes