Skip to content

Commit 40f6483

Browse files
committed
doc: Rockchip: fix rk-usb-loader reference
The rk-usb-loader option incorrectly references the barebox rk-usb-loader tool. The RKUSBDriver is not compatible with the barebox tool and instead works with the rkdeveloptool. Update the reference accordingly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent be8f3a2 commit 40f6483

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

doc/man/device-config.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ TOOLS KEYS
115115
See: https://www.intel.com/content/www/us/en/docs/programmable/683039/22-3/hps-flash-programmer.html
116116

117117
``rk-usb-loader``
118-
Path to the rk-usb-loader binary, used by the RKUSBDriver.
119-
See: https://git.pengutronix.de/cgit/barebox/tree/scripts/rk-usb-loader.c
118+
Path to the rkdeveloptool binary, used by the RKUSBDriver. The driver
119+
invokes it with rkdeveloptool's ``db`` and ``wl`` subcommands.
120+
See: https://github.com/rockchip-linux/rkdeveloptool
120121

121122
``rsync``
122123
Path to the rsync binary, used by the SSHDriver.

man/labgrid-device-config.5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ Path to the quartus_hps binary, used by the QuartusHPSDriver.
130130
See: \X'tty: link https://www.intel.com/content/www/us/en/docs/programmable/683039/22-3/hps-flash-programmer.html'\fI\%https://www.intel.com/content/www/us/en/docs/programmable/683039/22\-3/hps\-flash\-programmer.html\fP\X'tty: link'
131131
.TP
132132
.B \fBrk\-usb\-loader\fP
133-
Path to the rk\-usb\-loader binary, used by the RKUSBDriver.
134-
See: \X'tty: link https://git.pengutronix.de/cgit/barebox/tree/scripts/rk-usb-loader.c'\fI\%https://git.pengutronix.de/cgit/barebox/tree/scripts/rk\-usb\-loader.c\fP\X'tty: link'
133+
Path to the rkdeveloptool binary, used by the RKUSBDriver. The driver
134+
invokes it with rkdeveloptool\(aqs \fBdb\fP and \fBwl\fP subcommands.
135+
See: \X'tty: link https://github.com/rockchip-linux/rkdeveloptool'\fI\%https://github.com/rockchip\-linux/rkdeveloptool\fP\X'tty: link'
135136
.TP
136137
.B \fBrsync\fP
137138
Path to the rsync binary, used by the SSHDriver.

0 commit comments

Comments
 (0)