ABLE Application README - md5sum ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Summary The `md5sum' tool is used to produce and verify the MD5 checksums of files which ABLE can access. For example, we supply MD5Sums of the able boot partition by default and these can be verified with the command 'md5sum -c (flash1)MD5Sums.able' Usage > md5sum [-v] [-l] [-c sumfile] | ... Example To verify the MD5Sums of the able boot partition, printing each filename as it goes: > md5sum -v -c (flash1)MD5Sums.able Options -v List filenames as the tool verifies -c Verify (check) md5sums of files against a provided index -l Use large blocks (160KiB) rather than small ones when reading. See also sum Copyright The `md5sum' tool and all associated documentation is Copyright 1993 Branko Lankester Copyright 1993 Colin Plumb Copyright 2007 Simtec Electronics It contains portions of code in its options parsing which is Copyright 2002-2003 Mark K. Kim