From: Peter Grayson <pgrayson@realmsys.com>
To: blair@circumnavnetworks.com
Cc: linux-mtd@lists.infradead.org, Jonas <jdietsche@fsforth.de>
Subject: Re: nand write problem
Date: Tue, 31 May 2005 09:24:59 -0600 [thread overview]
Message-ID: <1117553099.4149.82.camel@pgrayson1.realmsys.com> (raw)
In-Reply-To: <1117478995.24559.12.camel@blairs-desktop>
> # ./nandwrite -f /dev/mtd/2 jffs2.img
> ./nandwrite: illegal option -- f
The short option (-f) for the --forcelegacy option is broken in the
latest nandwrite. Check out the patch below.
--- nandwrite.c.orig 2005-05-31 09:22:00.000000000 -0600
+++ nandwrite.c 2005-05-31 09:22:08.000000000 -0600
@@ -124,7 +124,7 @@
for (;;) {
int option_index = 0;
- static const char *short_options = "os:ajynqp";
+ static const char *short_options = "os:ajyfnqp";
static const struct option long_options[] = {
{"help", no_argument, 0, 0},
{"version", no_argument, 0, 0},
next prev parent reply other threads:[~2005-05-31 15:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <B1091462CF5479489B1D8FE818330D2C80F27E@exchange2003.ad.skymv.com>
2005-05-30 10:34 ` nand write problem Jonas
2005-05-30 18:49 ` Blair Barnett
2005-05-31 15:24 ` Jonas Dietsche
2005-05-31 15:35 ` Jonas
2005-05-31 15:24 ` Peter Grayson [this message]
2005-05-25 14:29 Jonas
2005-05-25 14:55 ` Thomas Gleixner
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=1117553099.4149.82.camel@pgrayson1.realmsys.com \
--to=pgrayson@realmsys.com \
--cc=blair@circumnavnetworks.com \
--cc=jdietsche@fsforth.de \
--cc=linux-mtd@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox