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

Re: Unpacking U-Boot image file

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

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