Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69994
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:file': 0.07; 'wednesday,': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sure,': 0.09; 'python': 0.11; 'wrote': 0.14; 'question.': 0.14; 'windows': 0.15; 'command-line': 0.16; 'format:': 0.16; 'format?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:image': 0.16; 'unpacking': 0.16; 'wrote:': 0.18; 'library': 0.18; 'file,': 0.19; 'separate': 0.22; 'specify': 0.24; 'url:dev': 0.24; 'script': 0.25; 'header:X-Complaints-To:1': 0.27; "i'm": 0.30; 'url:mailman': 0.30; 'extract': 0.31; 'file': 0.32; 'url:python': 0.33; '-----': 0.33; 'etc': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.37; 'starting': 0.37; 'url:library': 0.38; 'to:addr:python- list': 0.38; 'files': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'how': 0.40; 'first': 0.61; 're:': 0.63; 'email name:python- list': 0.65; 'note:': 0.66; 'theres': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dave Angel <davea@davea.name> |
| Subject | Re: Unpacking U-Boot image file |
| Date | Wed, 9 Apr 2014 20:44:49 -0400 (EDT) |
| Organization | news.gmane.org |
| References | <20140409175323.50160@gmx.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | dpc6744192075.direcpc.com |
| X-Newsreader | PiaoHong.NewsGroup.Client.VIP:1.52 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9102.1397090405.18130.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397090405 news.xs4all.nl 2885 [2001:888:2000:d::a6]:60651 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69994 |
Show key headers only | View raw
"trewio" <laguna-mc@mail.com> Wrote in message: > U-Boot format: hmm, I'm not sure, can someone specify Python script that will help me deterermine U-boot format used? [for Python for Windows OS] > > Note: I need Python script for Python under Windows OS. > > >> ----- Original Message ----- >> From: Rustom Mody >> Sent: 04/09/14 08:18 PM >> To: python-list@python.org >> Subject: Re: Unpacking U-Boot image file >> >> 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 > > Good job starting 3 separate threads for same question. Sorry I answered the first one. -- DaveA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Unpacking U-Boot image file Dave Angel <davea@davea.name> - 2014-04-09 20:44 -0400
csiph-web