器件型号: AM6442
我知道 MCU+ SDK 工具文件夹中有一个目录、其中包含 Windows/Linux RC 机器的 PCIe 驱动程序示例。 然而、我们的测试实验室 PC 无法访问网络、因此获取要构建的 WDK/SDK 工具需要一些时间。
是否有可简单安装的预构建版本的驱动程序?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
器件型号: AM6442
我知道 MCU+ SDK 工具文件夹中有一个目录、其中包含 Windows/Linux RC 机器的 PCIe 驱动程序示例。 然而、我们的测试实验室 PC 无法访问网络、因此获取要构建的 WDK/SDK 工具需要一些时间。
是否有可简单安装的预构建版本的驱动程序?
尊敬的 Tushar:
我不需要 enumerate_ep 应用程序源代码/二进制文件;我已经使用 MCU+SDK 进行了构建。
我所问的是 Windows 驱动程序、如下所述:
software-dl.ti.com/.../EXAMPLES_DRIVERS_PCIE_ENUMERATE_EP.html
Windows On the Windows target system, the following software needs to be installed: Windows 10 22H2 WDK for windows 10, version 2004 learn.microsoft.com/.../other-wdk-downloads Windows SDK 10.0.19041.685 developer.microsoft.com/.../ Microsoft Visual C++ Redistributable from learn.microsoft.com/.../latest-supported-vc-redist In order to build the Windows driver that runs on the RC to talk to the EP, the following software needs to be installed: WDK for windows 10, version 2004 learn.microsoft.com/.../other-wdk-downloads Windows SDK 10.0.19041.685 developer.microsoft.com/.../ Visual Studio 2019 (Professional or Community edition) spectre mitigation libraries need to be added as an individual component using Visual Studio's installer ti-sample-kmdf and ti-sample-console source code
这是我要找的预构建的 Windows 驱动程序...( /tools/hostdrivers/pcie/ti-sample-kmdf)
您好 Darren、
您不必在“实验室 PC“上构建 KMDF 驱动程序。
您可以在不同的计算机上进行构建、然后按照链接的文档中的说明传输文件:
Deploying on Windows
The following files from the build output folder need to be copied to the target machine:
ti-sample-kmdf.inf
ti-sample-kmdf.sys
ti-sample-kmdf.cat
ti-sample-kmdf.cer
ti-sample-console.exe
此致、
Dominic