Skip to content

Releases: worproject/Rockchip-Windows-Drivers

Version 0.1

09 May 00:59
Compare
Choose a tag to compare

Changelog

Downloads

Production signed: https://github.com/worproject/Rockchip-Windows-Drivers/files/11454708/dwcsdhc.zip

Installation

  1. Launch Command Prompt as administrator.

  2. 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.

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.


Driver signing provided by Theo @ CHASE®