diff --git a/README.md b/README.md index 4b9f913..dfd38a2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The firmware is going to be unpacked (and uncompressed if necessary) into the fo - `kern.bin` (optional) - single-block LZMA-SPD compressed kernel partition; - `user.bin` - multi-block LZMA-SPD compressed user firmware partition; - `rsrc.bin` - multi-block LZMA-SPD compressed user resources partition; -- `blk_xxxxxxxx` (optional) - any of the additional LZMA-SPD or standard LZMA compressed sections found in the image. +- `blk_xxxxxxxx.bin` (optional) - any of the additional LZMA-SPD or standard LZMA compressed sections found in the image. LZMA-SPD, also known as LZMA-B3, is a proprietary modification of LZMA algorithm with simplified literal encoder/decoder. @@ -88,4 +88,4 @@ Both unsigned and VLR-signed images are supported for unpacking. ## Credits -Created by Luxferre in 2021. All files except the FDL blobs are public domain. +Created by Luxferre in 2021-2022. All files except the FDL blobs are public domain.