diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-08-07 09:48:52 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-08-08 02:11:40 +0300 |
commit | 548cc0aa0463c09337962943d3f05317f0f1cc84 (patch) | |
tree | a2705cc9e5c3ce7bdd553abba960556c2ab697fc /README | |
parent | 9c5d153cb996ca44f5ef92cd4646ce612b175261 (diff) |
tests: crc: Compute reference CRC values and compare them
Instead of only checking that the CRC value is constant, compute the
expected CRC value, and compare it to the hardware-generated CRC.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ The tests scripts require the following dependencies to be installed on the target. * Python 3 +* The Python module 'crcmod' * kmsxx Python bindings (https://github.com/tomba/kmsxx.git) kmsxx hasn't released any stable version yet, it is recommended to use the |