Releases: worproject/Rockchip-Windows-Drivers
Releases · worproject/Rockchip-Windows-Drivers
Version 0.1
Changelog
Downloads
Production signed: https://github.com/worproject/Rockchip-Windows-Drivers/files/11454708/dwcsdhc.zip
Installation
-
Launch Command Prompt as administrator.
-
Run the following command:
- If doing it from another computer:
Dism /Image:E: /Add-Driver /Driver:"PathToDrivers" /Recurse
- If doing it on the device itself:
pnputil.exe /add-driver "PathToDrivers\*.inf" /subdirs /install /reboot
(the device may reboot)
PathToDrivers
is the path to extracted driver package,E:
is the target Windows partition letter. - If doing it from another computer:
Note: for this particular release you need a recent UEFI build from: https://github.com/edk2-porting/edk2-rk35xx/actions
Release notes and driver packaging are subject to change.