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


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

Re:Unpacking U-Boot image file

Started byDave Angel <davea@davea.name>
First post2014-04-09 20:42 -0400
Last post2014-04-09 20:42 -0400
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#69992 — Re:Unpacking U-Boot image file

FromDave Angel <davea@davea.name>
Date2014-04-09 20:42 -0400
SubjectRe:Unpacking U-Boot image file
Message-ID<mailman.9101.1397090228.18130.python-list@python.org>
"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

[toc] | [standalone]


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


csiph-web