If you break something in Zadig (like I did), you can fix it. For example, the Pico will not enumerate as a mass storage device drive in bootloader mode. Zadig will show something other than “USBSTOR” as the driver for RP2 (Interface 0). Here is how to delete the bad drivers and...
the Pico will not enumerate as a mass storage device drive in bootloader mode. Zadig will show something other than “USBSTOR” as the driver for RP2 (Interface 0). Here is how to delete the bad drivers and let Windows fix the mess you made: ...
According to a customer,Zadighelped to install the serial port driver on Windows 7 as well, and the Pico was usable afterwards! Be sure to useZadig 2.5, as the newer Zadig 2.7 was flagged by my Virus Scanner during driver installation. (Not sure why, but better safe than sorry – the ...
Zadig WinUSB v6.1.7600.16385 Device Manager -> Universal Serial Bus Devices -> RP2 Boot Right Click -> Properties -> Update Driver -> Browse my computer for drivers -> Let me pick from a list of available drivers on my computer
fail(ERROR_USB, "Unable to access device to reboot it; Make sure there is a driver installed via Zadig\n", ret); #else fail(ERROR_USB, "Unable to access device to reboot it; Use sudo or setup a udev rule\n", ret); 0 comments on commit e8eb789 Please sign in to comment. Foo...