Config.in.host 569 B

12345678910111213
  1. config BR2_PACKAGE_HOST_BMAP_TOOLS
  2. bool "host bmap-tools"
  3. select BR2_PACKAGE_HOST_PYTHON3 # runtime
  4. select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
  5. help
  6. Tool to flash image files to block devices using the block map
  7. bmaptool is a generic tool for creating the block map (bmap)
  8. for a file, and copying files using the block map. The idea is
  9. that large file containing unused blocks, like raw system
  10. image files, can be copied or flashed a lot faster with
  11. bmaptool than with traditional tools like "dd" or "cp".
  12. https://github.com/intel/bmap-tools