11-15-2019 12:55 AM
Hi,I'm using ML605.I followed the steps in xapp1052 to install the xp driver.But when I get to this point in the diagram.Inconsistent options appear on my computer.The interface presents a number of hardware types and lets me choose one.When I select one and install it from disk, it says the specified location does not contain information about the hardware.How can I properly install the driver in my case?Thanks.
03-03-2020 07:15 AM
Did you generate the core with a different Device ID to 0007? The driver assumes that the default device ID is 0007.If you have generated the core with a different Device ID, it will fail to install.If you would like to continue with a new Device ID modify win32_sw/win32_driver/oemsetupXP.inf as follows or generate with the default Device ID.
From
%Driver%=AVNET.Install, PCI\VEN_10EE&DEV_0007
to
%Driver%=AVNET.Install, PCI\VEN_10EE&DEV_6018