|
|
|
|
|
by commandlinefan
2328 days ago
|
|
From the output I see: 23296 0x5B00 LZMA compressed data, properties: 0x5D, dictionary size:
8388608 bytes, uncompressed size: 97476 bytes
64968 0xFDC8 XML document, version: "1.0"
So it looks like the size of the bootloader should be 64968 - 23296 = 41672. But he extracts 41162: $ dd if=archer-c7.bin of=u-boot.bin.lzma bs=1 skip=23296 count=41162
Curious if anybody knows why 41162; is this a block-size alignment requirement? |
|
At the step where they remove the header with
It results in a file that if I try and un compress it with `unlzma Image.lzma` it complains with "Compressed data is corrupt"I don't know where the magic number "72" comes from. Is it likely that could be different on my machine (a mac)?
[edit: I think there's something else wrong - if I use `mkImage` to examine the uImage file I only get:
Instead of image information]