summaryrefslogtreecommitdiffstats
path: root/windows_driver_installer/Driver_installation.md
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2015-08-19 19:34:05 +0200
committercpldcpu <cpldcpu@gmail.com>2015-08-19 19:34:05 +0200
commit87cc3f508236952517216c583a8468fa3240fc4b (patch)
tree3037a476790636ba2b565e237eaa404a21ac54e1 /windows_driver_installer/Driver_installation.md
parente846fb350ee17d35b0ac9f73a2eaf82613f54c0e (diff)
downloadmicronucleus-87cc3f508236952517216c583a8468fa3240fc4b.tar.gz
micronucleus-87cc3f508236952517216c583a8468fa3240fc4b.tar.bz2
micronucleus-87cc3f508236952517216c583a8468fa3240fc4b.zip
Zadig driver installer for Win 10
Diffstat (limited to 'windows_driver_installer/Driver_installation.md')
-rw-r--r--windows_driver_installer/Driver_installation.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/windows_driver_installer/Driver_installation.md b/windows_driver_installer/Driver_installation.md
new file mode 100644
index 0000000..14dac38
--- /dev/null
+++ b/windows_driver_installer/Driver_installation.md
@@ -0,0 +1,15 @@
+# Windows driver installation with Zadig #
+
+Zadig is an automated windows driver installer for libusb devices. It will automatically create a driver signature which prevents issues with unsigned driver on Windows 10 and earlier. The latest version of Zadig can be found here: [http://zadig.akeo.ie/](http://zadig.akeo.ie/). For convenience a copy is provided in this folder.
+
+Please proceed as follows to install the Micronucleus driver:
+
+1. Run Zadig_2.1.2.exe. The interface as shown below appears.
+2. In the menu go to *Device->Load Preset Device*. Select micronucleus.cfg
+3. Click the "Install Driver" button.
+
+The driver is now installed and Micronucleus should be ready to use.
+
+![](zadig_screenshot.gif)
+
+