Unpacking U-Boot image file

Dave Angel davea at davea.name
Wed Apr 9 20:42:33 EDT 2014


"trewio" <laguna-mc at 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




More information about the Python-list mailing list