rkdeveloptool icon indicating copy to clipboard operation
rkdeveloptool copied to clipboard

Results 56 rkdeveloptool issues
Sort by recently updated
recently updated
newest added

by setting fixed rkTime, more info: https://github.com/martinSusz/rkdeveloptool/wiki/Generating--quasi-reproducible-BootROM-firmware-for-Rock-Chips-SoC

Later versions of GCC have started to generate the warning ``` main.cpp:1493:43: error: ‘%s’ directive output may be truncated writing up to 557 bytes into a region of size 5...

Compared with compiling it manually, a Docker image would be more convenient to use.

I'm testing the tool for reading RK3568's emmc sectors. It seems like NOT compatiable with RK3568.

I tried to build rkdeveloptool, but build error happen. my env is below: - macOS Monterey 12.6.1 Intel - gcc -v, Apple clang version 14.0.0 (clang-1400.0.29.202) Target: x86_64-apple-darwin21.6.0 ``` g++...

OS: Arch Linux GCC Version: 8.2.0 **Steps to reproduce:** - Install arch linux - Upgrade and install dependencies ``` sudo pacman -Syyu sudo pacman -S libudev libusb gcc autoconf ```...

I found sprintf is deprecated now. So i can not build on some devices. I fixed it by changing sprintf to snprintf. It work fine! ``` main.cpp:90:3: error: 'sprintf' is...

Is there a way I can use rkdeveloptool to mount the storage of whatever device I'm using? I'm currently using a Radxa CM3, and I have flashed an image onto...

Hello, I have a NanoPC T4 with an RK3399, Recently I was able to use rkdeveloptool just fine, but yesterday it would not work anymore, absolutely not. Every command failed,...