Answer the question
In order to leave comments, you need to log in
Raspberry Pi Pico - no RP2 Boot driver, how to install on Windows 7x64?
When Raspberry Pi Pico is connected to Windows 7 x64, the RP2 Boot
device appears in the device manager. The device
announces itself in the device manager as:
RP2 Boot
USB\VID_2E8A&PID_0003&REV_0100&MI_01
USB\VID_2E8A&PID_0003&MI_01\6&22BBAD76&0&0001
There is no other useful information from the device itself.
By default, there is no driver for the device in the system; a working solution could not be found on the Internet. The maximum that I found out is that this is a Serial adapter using the usbser.sys driver file, which is originally present in the system, and now is in the folder: C:\Windows\System32\drivers
I found out that you can use the inf file from ATMEL, Inc.
Downloaded from github using this link:https://github.com/tewarid/atmel-usb-cdc-virtual-c...
Added lines:
[DeviceList]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NTAMD64]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NTIA64]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NT]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[Strings]
Manufacturer = "ATMEL, Inc."
PI_CDC_PICO = "Pi Pico Serial Port"
Serial.SvcDesc = "Pi Pico Serial Driver"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question