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


Groups > comp.lang.python > #69994

Re: Unpacking U-Boot image file

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

Show all headers | 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


Thread

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

csiph-web