π§° 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.
brew tap IgorKha/rkdeveloptool
brew trust --formula IgorKha/rkdeveloptool/rkdeveloptool
brew install rkdeveloptoolRecent versions of Homebrew require explicit trust for third-party taps.
If you see a message like:
Error: Refusing to load formula igorkha/rkdeveloptool/rkdeveloptool from untrusted tap igorkha/rkdeveloptool.
run:
brew trust --formula IgorKha/rkdeveloptool/rkdeveloptoolOr to trust the entire tap:
brew trust IgorKha/rkdeveloptooland then retry the installation/upgrade.
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