Updated README

This commit is contained in:
Luxferre
2021-12-31 01:06:37 +02:00
parent 9828632c07
commit a1ff1555fe
+1 -1
View File
@@ -74,7 +74,7 @@ For example, if you have found signed FDL loaders for Nokia 105 2019 somewhere a
The main syntax is as follows: `python uniflash.py stone-unpack [stone-file.bin] [-d target_dir]`
The firmware is going to be unpacked into the following files in the target directory (specified with `-d` parameter, defaults to the same directory as the source stone image file):
The firmware is going to be unpacked (and uncompressed if necessary) into the following files in the target directory (specified with `-d` parameter, defaults to the same directory as the source stone image file):
- `ps.bin` - protocol station image, always uncompressed, the first in the binary;
- `kern.bin` (optional) - single-block LZMA-SPD compressed kernel partition;