summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-10 07:21:02 -0400
committerTom Rini <trini@konsulko.com>2018-08-10 07:21:02 -0400
commitcdec3ea7e4b80856718a019251d4df7d0db142d0 (patch)
treefd449a86607279863a0a94df5c6df9149beacea5 /doc
parentf05ebbf47a9dc863ff4bb084649ecb34d728b5f2 (diff)
parent28a5c88043c80a38040abde957fbe1755b796912 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'doc')
-rw-r--r--doc/README.rockusb11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/README.rockusb b/doc/README.rockusb
index 5405dc48c1..66437e17e4 100644
--- a/doc/README.rockusb
+++ b/doc/README.rockusb
@@ -42,9 +42,14 @@ see doc/README.rockchip for more detail about how to get U-Boot binary.
sudo rkdeveloptool wl 64 <U-Boot binary>
-There are plenty of Rockusb command. but wl(write lba) and
-rd(reboot) command. These two command can let people flash
-image to device.
+Current set of rkdeveloptool commands supported:
+- rci: Read Chip Info
+- rfi: Read Flash Id
+- rd : Reset Device
+- td : Test Device Ready
+- rl : Read blocks using LBA
+- wl : Write blocks using LBA
+- wlx: Write partition
To do
-----