From: Gary Thomas <gary@mlbassoc.com>
To: Jacky Lam <jackylam@astri.org>
Cc: linuxppc embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Jffs2 i386 binary for powerpc
Date: 02 Jan 2004 05:31:28 -0700 [thread overview]
Message-ID: <1073046687.2305.67.camel@hermes> (raw)
In-Reply-To: <012701c3d0f5$a2777ad0$9104050a@JACKYLAM>
On Thu, 2004-01-01 at 22:59, Jacky Lam wrote:
> Hi,
>
> I have subscribed Montavista. But I find that it doesn't contain
> mkfs.jffs2 for me to create a JFFS2 filesystem image on i386 host. (It
> contains a ppc binary version and it works.) I have tried to download it
> from JFFS2 official homepage. But the image created cannot be mounted. Could
> anyone help? Thanks.
Be sure that the image you create on your i386 (PC) machine is built
in Big Endian mode which the PowerPC uses. Also, the erase block size
must match for things to work well.
A typical command to create the JFFS2 image might be:
# mkfs.jffs2 -b -e 0x40000 -o JFFS2.img -r JFFS2.root
where "JFFS2.root" is the directory which contains the file system to
be copied into the JFFS2 image "JFFS2.img".
--
Gary Thomas <gary@mlbassoc.com>
MLB Associates
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2004-01-02 12:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-02 5:59 Jffs2 i386 binary for powerpc Jacky Lam
2004-01-02 12:31 ` Gary Thomas [this message]
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=1073046687.2305.67.camel@hermes \
--to=gary@mlbassoc.com \
--cc=jackylam@astri.org \
--cc=linuxppc-embedded@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).