yoctoproject / bmaptool

BMAP Tools
GNU General Public License v2.0
20 stars 13 forks source link

docs/man1/bmaptool.1: fix incorrect description of bmap and signature… #35

Open josch opened 1 month ago

josch commented 1 month ago

… file discovery

For example, if the image file is called foo.img.gz, then bmaptool will look for bmap files in this order:

foo.img.gz.bmap
foo.img.bmap
foo.bmap

Closes: #30