Package Details: rkdeveloptool-git 1:1.32.r83.304f073-2

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 (taotieren)
Last Packager: yjun
Votes: 9
Popularity: 0.032819
First Submitted: 2021-08-04 13:29 (UTC)
Last Updated: 2025-12-20 13:17 (UTC)

Latest Comments

1 2 Next › Last »

wpyoga commented on 2026-06-29 16:41 (UTC)

Running rkdeveloptool as root (using sudo) results in log files inside /usr/bin/log -- this is obviously the wrong place for these log files.

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.

[erayrafet@archlinux ~]$ yay -Syyuu
:: Synchronizing package databases...
 core                            117.5 KiB  2.34 MiB/s 00:00 [---------------------------------] 100%
 extra                             7.7 MiB  28.6 MiB/s 00:00 [---------------------------------] 100%
 multilib                        133.0 KiB  2.55 MiB/s 00:00 [---------------------------------] 100%
:: Searching AUR for updates...
:: Searching databases for updates...
:: 1 package to upgrade/install.
1  aur/rkdeveloptool-git  1:1.32.r83.304f073-1 -> 1:1.32.r69.46bb4c0-1
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
 -> Excluding packages may cause partial upgrades and break systems
==> 

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 the makepkg.conf hasn'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)

main.cpp: In function ‘bool _Z9mergeBootv.part.0()’:
main.cpp:1493:43: error: ‘%s’ directive output may be truncated writing up to 557 bytes into a region of size 5 [-Werror=format-truncation=]
 1493 |         snprintf(buffer, sizeof(buffer), "%s", chip);
      |                                           ^~
......
 1534 |                 chipType = convertChipType(chip + 2);
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from DefineHeader.h:3,
                 from main.cpp:11:
In function ‘int snprintf(char*, size_t, const char*, ...)’,
    inlined from ‘uint32_t convertChipType(const char*)’ at main.cpp:1493:10,
    inlined from ‘uint32_t getChipType(const char*)’ at main.cpp:1534:29,
    inlined from ‘void getBoothdr(rk_boot_header*)’ at main.cpp:1552:29,
    inlined from ‘bool _Z9mergeBootv.part.0()’ at main.cpp:1620:12:
/usr/include/bits/stdio2.h:68:35: note: ‘__builtin_snprintf’ output between 1 and 558 bytes into a destination of size 5
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[1]: *** [Makefile:497: main.o] Error 1

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