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


Groups > comp.lang.python > #69992

Re:Unpacking U-Boot image file

From Dave Angel <davea@davea.name>
Subject Re:Unpacking U-Boot image file
Date 2014-04-09 20:42 -0400
Organization news.gmane.org
References <20140409160640.50200@gmx.com>
Newsgroups comp.lang.python
Message-ID <mailman.9101.1397090228.18130.python-list@python.org> (permalink)

Show all headers | View raw


"trewio" <laguna-mc@mail.com> Wrote in message:
> How to extract files from U-Boot image file, LZMA-compressed?
> 
> Is there a Python script that can do this properly?
> 

Use the lzma module in Python 3.3 for starters

-- 
DaveA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re:Unpacking U-Boot image file Dave Angel <davea@davea.name> - 2014-04-09 20:42 -0400

csiph-web