|
|
|
|
|
by fr0ster
2323 days ago
|
|
I'm trying repeat steps from article.
After next command:
dd if=uImage of=Image.lzma bs=1 skip=72
I'm trying unpack lzma file:
unlzma Image.lzma
And get message:
unlzma: Image.lzma: Compressed data is corrupt Does it mean I downloaded corruption zip file from TP-Link site? How I can extract kernel image? Binwalk says about Image.lzma:
0 0x0 LZMA compressed data, properties: 0x6D, dictionary size: 8388608 bytes, uncompressed size: 3164228 bytes |
|