From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junior Date: Fri, 13 Jul 2007 06:53:38 -0800 Subject: [U-Boot-Users] Reading mediacard compressed files Message-ID: <331ACB2C846.00000166ejr@inbox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I have a media card that has one fat partition with a testfile.gzip (unrelated to the kernel). I would like to read this file and uncompress it to SD memory. Can this be done and if so, how do I achieve this? I've enabled FAT support but fatinfo requires "dev[:part]" and I'm not sure what to specify as my device and partition. Thanks, --Jr.