Metadata-Version: 2.1
Name: bmaptool
Version: 0.0.0
Summary: Tools to generate block map (AKA bmap) and copy images using bmap
Author: Artem Bityutskiy
Author-email: artem.bityutskiy@linux.intel.com
Maintainer: Trevor Woerner
Maintainer-email: twoerner@gmail.com
License: GPLv2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

Tools to generate block map (AKA bmap) and flash images using bmap. bmaptool is a generic tool for creating the block map (bmap) for a file, and copying files using the block map. The idea is that large file containing unused blocks, like raw system image files, can be copied or flashed a lot faster with bmaptool than with traditional tools like "dd" or "cp". See source.tizen.org/documentation/reference/bmaptool for more information.
