summaryrefslogtreecommitdiffstats
path: root/test/dfu/README
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2014-06-18 11:38:56 +0200
committerTom Rini <trini@ti.com>2014-08-09 11:16:59 -0400
commita4c86bbb5ae89606d5318be4e2a6ae23110bb220 (patch)
treedba76eaaa824ec23bf28000eef7e0213fb880ea8 /test/dfu/README
parent6f12ebf6ea7bcae1b6d9ff090b5c1e7452be90e9 (diff)
downloadblackbird-obmc-uboot-a4c86bbb5ae89606d5318be4e2a6ae23110bb220.tar.gz
blackbird-obmc-uboot-a4c86bbb5ae89606d5318be4e2a6ae23110bb220.zip
test:dfu: Add test scripts for testing DFU regression
This commit adds test scripts for testing if any commit has introduced regression to the DFU subsystem. It uses md5 to test if sent and received file is correct. The test detailed description is available at README file. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'test/dfu/README')
-rw-r--r--test/dfu/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/dfu/README b/test/dfu/README
new file mode 100644
index 0000000000..f8c1a74bbd
--- /dev/null
+++ b/test/dfu/README
@@ -0,0 +1,30 @@
+DFU TEST CASE DESCRIPTION:
+
+The prerequisites for running this script are assured by dfu_gadget_test_init.sh.
+In this file user is able to generate their own set of test files by altering
+the default set of TEST_FILES_SIZES variable.
+The dfu_gadget_test_init.sh would generate test images only if they are not
+already generated.
+
+Moreover, on a target device the "dfu_alt_info" env variable should be extended
+to have "dfu_test.bin fat 0 6;" \ entry ([1]). For reference please consult the
+config file for TRATS/TRATS2 devices (./include/configs/trats{2}.h)
+
+One can use fat, ext4 or any other supported file system, which can be
+created in a convenient way with exporting partitions via UMS (ums 0 mmc 0)
+and using standard tools on host (like mkfs.ext4).
+
+Example usage:
+1. On the target:
+ env default -a
+ dfu 0 mmc 0
+2. On the host:
+ ./dfu_gadget_test.sh 11 [test_file]
+
+where 11 is the mumber of alt setting corresponding to entry [1] and [test_file]
+is an optional parameter, with which one can explicitly indicate the test file
+to be used.
+
+The number of the alt setting entry can be obtained with dfu-util -l command.
+In its output one should look for the 'name="dfu_test1.bin"' and corresponding
+alt=11.
OpenPOWER on IntegriCloud