Rockchip Windows Drivers Versions Save

Windows on Arm drivers for RK35xx platforms.

v0.1

1 year ago

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®