Hi,
I'm trying to install a driver using devcon. I have connected my PC and target(iMX6Q) using PowerShell. The .sys and .inf files of the driver is copied to the target. When I execute devcon dp_add driver.inf in PowerShell, it says the driver was successfully installed. But I'm not able to see the same in Windbg. How can I verify is the driver module is loaded or not? I also tried installing using pnputils but the result is same. It says the driver has been installed successfully, but when I check using lm command the driver is nowhere to be found.
Can someone guide me through?
Thank you