From e4b34a7634c30ee2476ce019b8793099d02e1ac0 Mon Sep 17 00:00:00 2001 From: Alberto Panizzo Date: Thu, 12 Jul 2018 13:05:42 +0200 Subject: usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command Chip Version is a string saved in BOOTROM address space Little Endian. Ex for rk3288: 0x33323041 0x32303134 0x30383133 0x56323030 which brings: 320A20140813V200 Note that memory version do invert MSB/LSB so printing the char buffer would show: A02341023180002V Signed-off-by: Alberto Panizzo --- doc/README.rockusb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/README.rockusb') diff --git a/doc/README.rockusb b/doc/README.rockusb index 5405dc48c1..3a93edcb14 100644 --- a/doc/README.rockusb +++ b/doc/README.rockusb @@ -42,9 +42,12 @@ see doc/README.rockchip for more detail about how to get U-Boot binary. sudo rkdeveloptool wl 64 -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 +- wl : Write blocks using LBA To do ----- -- cgit v1.2.3