Search Criteria
Package Details: rkdeveloptool-git 1:1.32.r83.304f073-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rkdeveloptool-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rkdeveloptool-git |
| Description: | The firmware upgrade tool for Rockchip SoC, consider to be a opensource version of upgrade_tool |
| Upstream URL: | https://github.com/rockchip-linux/rkdeveloptool |
| Keywords: | maskrom Rockchip rockusb SoC |
| Licenses: | GPL-2.0-only |
| Conflicts: | rkdeveloptool |
| Provides: | rkdeveloptool |
| Submitter: | yjun |
| Maintainer: | yjun |
| Last Packager: | yjun |
| Votes: | 8 |
| Popularity: | 0.002945 |
| First Submitted: | 2021-08-04 13:29 (UTC) |
| Last Updated: | 2025-12-20 13:17 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libusb (libusb-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (3)
- lckfb-taishanpi-meta (requires rkdeveloptool)
- rkdeveloptool-gui (requires rkdeveloptool)
- rkflashtool-git (requires rkdeveloptool) (optional)
Latest Comments
1 2 Next › Last »
yjun commented on 2025-12-20 13:16 (UTC)
@crab2313 added as a patch,but I think this change should be pushed upstream ideally.
crab2313 commented on 2025-12-17 11:48 (UTC)
Please add this line to the udev rules:
RK3588
ATTRS{idVendor}=="2207", ATTRS{idProduct}=="350b", MODE="0666", GROUP="users"
erayrafet commented on 2025-03-29 13:33 (UTC)
@yjun Thanks a bunch!
yjun commented on 2025-03-29 13:30 (UTC)
@erayrafet I've already updated the version. I really don't think you'll receive it again from now on.
Hope this makes things smoother for you! :)
erayrafet commented on 2025-03-27 07:07 (UTC) (edited on 2025-03-27 07:09 (UTC) by erayrafet)
Every time I run yay -Syyuu this packages gets an upgrade to the same version.
yjun commented on 2025-02-28 15:41 (UTC) (edited on 2025-02-28 15:43 (UTC) by yjun)
@fengch Could you paste the content of the
/etc/makepkg.conf? I think it's because themakepkg.confhasn't been updated to the latest.Or you can try uncommenting this line.
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rkdeveloptool-git#n28
fengch commented on 2025-02-28 02:43 (UTC) (edited on 2025-02-28 02:43 (UTC) by fengch)
crab2313 commented on 2022-04-02 09:51 (UTC)
@albertlv
automake and pkgconf are two implicit build dependencies since they are in the base-devel package group.
albertlv commented on 2022-04-02 06:38 (UTC)
need:
automake pkgconf
yjun commented on 2021-08-03 05:34 (UTC) (edited on 2021-08-03 05:39 (UTC) by yjun)
plz add aarch64 architecture support, I have test this package on My Arch Linux ARM board, It works fine.
[https://wiki.archlinux.org/title/Udev#About_udev_rules]
udev rules written by the **administrator** go in /etc/udev/rules.d/, their file name has to end with .rules. The udev rules shipped with various **packages** are found in /usr/lib/udev/rules.d/.rkdeveloptool.installAfter change the path of udev rule file, It's ok to remove
rkdeveloptool.install, sine the pacman hook(/usr/share/libalpm/hooks/30-systemd-udev-reload.hook) will betrigger to execute udev reload.
diff:
1 2 Next › Last »