-
-
Notifications
You must be signed in to change notification settings - Fork 1
Flashing from a Windows Computer using RK Batch Tool
Robert May edited this page Oct 12, 2020
·
54 revisions
We need to perform these steps:
- Install the RockChip USB device drivers
- Install the RockChip Batch Tool program
- Download and unpack the TMF Custom ROM Firmware
- Connect your Hudl to the computer in flash mode
- Flash the TMF Custom ROM firmware
- Perform the post install steps
Step 1: Install the RockChip USB Device Drivers
- Download the RockChip Driver Assistant from https://androidmtk.com/download-rockchip-driver-assistant Working version: v4.4 (v4.8 did not work for me)
- Extract and run the assistant, click 'install' button to install the drivers, accepting the dialogs as needed
- For Windows 8.1 and higher you need to add a registry key to cater for the RockChip bootloader in the HUdl
advertising itself as USB v2.1 compatible, btu not following the spec correctly.
copy this text into a file with a
.regextension and double click it to apply the chnage to the registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\usbflags\2207300B0100]
"SkipBOSDescriptorQuery"=hex:01,00,00,00
</details>
