Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install PicoFlasher driver for windows 7? #19

Open
GuckTubeYT opened this issue Oct 9, 2022 · 2 comments
Open

How to install PicoFlasher driver for windows 7? #19

GuckTubeYT opened this issue Oct 9, 2022 · 2 comments

Comments

@GuckTubeYT
Copy link

How to install PicoFlasher driver for windows 7?

@victorien-a
Copy link

The driver is present on windows7 already but you need to make a .ini file and install it just to tell windows that this device id should load the driver.

I will upload my file tomorrow, works well with w7 32bits

@victorien-a
Copy link

victorien-a commented Dec 5, 2022

Just put this in an .inf file and install it

[Strings]
DriverPackageDisplayName="Picoflasher COM Port Drivers"
ManufacturerName="Microsoft Corporation"
ServiceName="Microsoft USB Serial Driver"
p7001="PicoFlasher"

[DefaultInstall]
CopyINF=picoflasher.inf

[Version]
DriverVer=08/31/2016,1.0.1
Signature=$Windows NT$
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ManufacturerName%
CatalogFile=pololu.cat
DriverPackageDisplayName=%DriverPackageDisplayName%
PnpLockdown=1

[Manufacturer]
%ManufacturerName%=Models,NTx86,NTamd64,NTarm

[DestinationDirs]
DefaultDestDir=12
FakeModemCopyFileSection=12

[Models.NTx86]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[Models.NTamd64]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[Models.NTarm]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[DriverInstall]
Include=mdmcpq.inf,usb.inf
CopyFiles=FakeModemCopyFileSection
AddReg=DriverAddReg

[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.Services]
Include=mdmcpq.inf
AddService=usbser,0x2,DriverService

[DriverService]
DisplayName=%ServiceName%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
LoadOrderGroup=Base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants