History log of /rkdeveloptool/RKComm.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# 304f0737 07-Mar-2025 shineseth-rk <yi.liu@rock-chips.com>

Merge pull request #106 from amouiche/master

Add the capability to change the storage (eMMC, SD, SPINOR...).


# 554066a0 09-Feb-2025 Arnaud Mouiche <arnaud.mouiche@invoxia.com>

Add the capability to change the storage (eMMC, SD, SPINOR...).

Implemented by reverse engineering of windows RKDevTool USB transactions.
The naming of operations (eg. READ_STORAGE, CHANGE_STORAGE)

Add the capability to change the storage (eMMC, SD, SPINOR...).

Implemented by reverse engineering of windows RKDevTool USB transactions.
The naming of operations (eg. READ_STORAGE, CHANGE_STORAGE) are
pure speculation, but the result is effective.
Also, the numbering of storage device (eg. 1=eMMC, 2=SD, 9=SPINOR) may be
dependent of the SOC.

Developed and tested on rk3588 (Radxa Rock 5 ITX)

Example of usage:
rkdeveloptool db rk3588_spl_loader_v1.15.113.bin
# select the SPINOR
rkdeveloptool cs 9
# clear the whole SPINOR device
rkdeveloptool ef

# write an image starting at block 0
rkdeveloptool wl 0 /tmp/spinor_image.bin

show more ...


# 081d237a 28-Mar-2018 liuyi <liuyi@rock-chips.com>

rkdeveloptool: v1.3
1.add LD to list devices
2.add PRM to write parameter
3.change PGPT to PPT to support print parameter and GPT

Signed-off-by: liuyi <liuyi@rock-chips.com>


# b5200da5 16-Nov-2017 liuyi <liuyi@rock-chips.com>

fill cbwTransferLenght field with value during creating cbw

Signed-off-by: liuyi <liuyi@rock-chips.com>


# c29e5f0f 04-Aug-2017 liuyi <liuyi@rock-chips.com>

1.correct grow partition size error
2.correct backup gpt error
3.add set fixed partition uuid function with parameter_gpt.txt

Signed-off-by: liuyi <liuyi@rock-chips.com>


# 76af099a 07-Mar-2017 liuyi <liuyi@rock-chips.com>

rkDevelopTool: initial commit

Signed-off-by: liuyi <liuyi@rock-chips.com>