Hi All,
I have to decompress the .gz or .zip file in u-boot from MMC card. For this i put the .gz folder in MMC Card. In u-boot am able to read the .gz file in RAM at address 0x82000000 . For decompression am using the gunzip lib which supports in u-boot. Memory to Memory uncompression done using that. But i want the decompressed file on MMC again.
How i can decompress the file and that decompressed file again created on MMC?.
(e.g in normal linux, suppose adc.gz , when i decompress it creates the abc.txt any file and that should be on MMC)
Thanks for reply :)
Surendra