SPRADH9 June 2024 AM6442
The following files from the solution’s build output are required on the target machine:
Windows by default only accepts signed drivers. An installation can be modified to accept so-called test signed drivers. The Windows KMDF sample driver ti-sample-kmdf uses this approach and is built as a test signed driver.
To allow Windows to use test signed drivers, open an administrator prompt (cmd, Run as administrator) and enter the following command:
Bcdedit.exe -set TESTSIGNING ON
Enabling test signing the system needs to be rebooted. At this point the AM24x EVM with the pcie_enumerate_ep application needs to be started as described above.
You then need to install the certificate used to test sign the driver on the target computer. This certificate is placed in the solution output folder along with the driver and is named ti-sample-kmdf.cer.
It can be installed using the CertMgr.exe tool that comes with the WDK from an administrator prompt:
Windows installs the driver and then notifies you when finished installing the driver for the ti-sample-kmdf device.