From: Joey Oravec <joravec@drewtech.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Reading mediacard compressed files
Date: Fri, 13 Jul 2007 11:35:09 -0400 [thread overview]
Message-ID: <f7863i$cgm$1@sea.gmane.org> (raw)
In-Reply-To: 335F22A093A.000001A1ejr@inbox.com
"Junior" <ejr@inbox.com> wrote in message
news:335F22A093A.000001A1ejr at inbox.com...
> Thanks, That did it:
> Partition 1: Filesystem: FAT32 "NO NAME "
>
> But how do I read from this partition then do an uncompress?
You probably already have gunzip() available because it's in
common/cmd_bootm.c. If you want to do this from the command line you'll
probably need to add a new u-boot command. Check common/cmd_fat.c for
examples of the U_BOOT_CMD() macro and doc/README.commands for instructions.
There are a few examples of gunzip within common/cmd_lcd.c for displaying a
compressed bitmap. Usually it's just done from code.
-joey
next prev parent reply other threads:[~2007-07-13 15:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 14:53 [U-Boot-Users] Reading mediacard compressed files Junior
2007-07-13 15:10 ` Joey Oravec
2007-07-13 15:24 ` Junior
2007-07-13 15:35 ` Joey Oravec [this message]
2007-07-13 15:41 ` Jerry Van Baren
2007-07-13 15:47 ` Junior
[not found] <331acb2c846.00000166ejr@inbox.com>
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='f7863i$cgm$1@sea.gmane.org' \
--to=joravec@drewtech.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.