Re: Unpacking U-Boot image file

2014-04-11 Thread Grant Edwards
On 2014-04-10, Rhodri James wrote: > On Wed, 09 Apr 2014 18:18:56 +0100, Rustom Mody 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

Re: Unpacking U-Boot image file

2014-04-10 Thread Rustom Mody
On Friday, April 11, 2014 3:31:50 AM UTC+5:30, Rhodri James wrote: > On Wed, 09 Apr 2014 18:18:56 +0100, Rustom Mody > > After that.. whats the U-boot format? > > The Fine Manual (http://www.denx.de/wiki/view/DULG/UBootImages) isn't very > forthcoming, sadly; > > "U-Boot operates on "image" f

Re: Unpacking U-Boot image file

2014-04-10 Thread Rhodri James
On Wed, 09 Apr 2014 18:18:56 +0100, Rustom Mody 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

Re: Unpacking U-Boot image file

2014-04-09 Thread Dave Angel
inal 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

Re: Unpacking U-Boot image file

2014-04-09 Thread laguna-mc
I know about Binwalk, it can run on Linux OS only. I am looking for Python script that can run on Windows too. Thank you. - Original Message - From: Adnan Sadzak Sent: 04/09/14 11:37 PM To: trewio Subject: Re: Unpacking U-Boot image file Oh then see Craig's page [0]. You can fi

Re: Unpacking U-Boot image file

2014-04-09 Thread trewio
M > 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 properl

Re: Unpacking U-Boot image file

2014-04-09 Thread trewio
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

Re: Unpacking U-Boot image file

2014-04-09 Thread Adnan Sadzak
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 wrote: > On Wednesday, April 9, 2014 9:36:40 PM UTC+5:30, trewio wrote: > > How to extract files from U-Boot

Re: Unpacking U-Boot image file

2014-04-09 Thread Rustom Mody
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

Unpacking U-Boot image file

2014-04-09 Thread trewio
How to extract files from U-Boot image file, LZMA-compressed? Is there a Python script that can do this properly? -- https://mail.python.org/mailman/listinfo/python-list