π§° Homebrew Tap for Rockchip flashing and debugging tools.
Tool for flashing and debugging Rockchip devices over USB.
- Version: 1.32
- Source: rockchip-linux/rkdeveloptool
- Note: Version 1.32 corresponds to commit
304f073752fd25c854e1bcf05d8e7f925b1f4e14
, as the upstream project does not use Git tags or releases.
Add the tap and install the tool:
brew tap IgorKha/homebrew-rkdeveloptool
brew install rkdeveloptool
These guides include examples of flashing, reading device info, writing images, and more.
Important
If your rockchip device is not detected, try connecting it via usb 2.0 adapter or usb hub.
# List connected Maskrom devices
rkdeveloptool ld
# Download loader (loader must be appropriate for your device)
rkdeveloptool db <loader>
# Write image to device at offset 0
rkdeveloptool wl 0 <image>
Note
- Compressed files must be extracted before flashing.
- Only one device/storage medium should be connected; multiple targets are not supported.
- To flash multiple devices simultaneously, use
upgrade_tool
.
π¦ Loader & Image Downloads:
- rkbin repo: rockchip-linux/rkbin
- Radxa: https://dl.radxa.com
- Rockchip BSP: https://opensource.rock-chips.com/wiki_Boot_option#Download