Unpacking U-Boot image file

Adnan Sadzak sadzak at gmail.com
Wed Apr 9 13:33:20 EDT 2014


I belive you are trying to decompress some router images or router
backup/config files?
Check if maybe LZS.

Rustom gave You starting point.



On Wed, Apr 9, 2014 at 7:18 PM, Rustom Mody <rustompmody at gmail.com> wrote:

> On Wednesday, April 9, 2014 9:36:40 PM UTC+5:30, trewio wrote:
> > How to extract files from U-Boot image file, LZMA-compressed?
> >
> > Is there a Python script that can do this properly?
>
> For lzma theres this (recent) python library
> https://docs.python.org/dev/library/lzma.html
>
> Though you might just be better off with the command-line xz unxz etc
>
> After that.. whats the U-boot format?
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140409/b022e5f5/attachment.html>


More information about the Python-list mailing list