mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
test:dfu: README file update
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:
parent
7ad67e5554
commit
50a3532128
@ -26,7 +26,12 @@ Example usage:
|
||||
setenv dfu_alt_info dfu_test.bin fat 0 6\;dfudummy.bin fat 0 6
|
||||
dfu 0 mmc 0
|
||||
2. On the host:
|
||||
test/dfu/dfu_gadget_test.sh dfu_test.bin dfudummy.bin
|
||||
test/dfu/dfu_gadget_test.sh X Y [test file name]
|
||||
e.g. test/dfu/dfu_gadget_test.sh 0 1
|
||||
or
|
||||
e.g. test/dfu/dfu_gadget_test.sh 0 1 ./dat_960.img
|
||||
|
||||
... where dfu_test.bin and dfudummy.bin are the names of the alt settings from
|
||||
$dfu_alt_info.
|
||||
... where X and Y are dfu_test.bin's and dfudummy.bin's alt setting numbers.
|
||||
They can be obtained from dfu-util -l or $dfu_alt_info.
|
||||
It is also possible to pass optional [test file name] to force the script to
|
||||
test one particular file.
|
||||
|
Loading…
Reference in New Issue
Block a user