Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69974 > unrolled thread

Re: Unpacking U-Boot image file

Started by"trewio" <laguna-mc@mail.com>
First post2014-04-09 13:59 -0400
Last post2014-04-09 13:59 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Unpacking U-Boot image file "trewio" <laguna-mc@mail.com> - 2014-04-09 13:59 -0400

#69974 — Re: Unpacking U-Boot image file

From"trewio" <laguna-mc@mail.com>
Date2014-04-09 13:59 -0400
SubjectRe: Unpacking U-Boot image file
Message-ID<mailman.9092.1397072371.18130.python-list@python.org>
I need decompress image(modem), and I deciced use some Python script or utility which capable run on Python for Windows OS.



 
> ----- Original Message -----
> From: Adnan Sadzak
> Sent: 04/09/14 08:33 PM
> To: python-list
> Subject: Re: Unpacking U-Boot image file
> 
> 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@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
> >

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web