From: Kenneth Johansson <kenneth.johansson@etx.ericsson.se>
To: Sangmoon Kim <dogoil@etinsys.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: File System on 64-bit-bus-width Flash memory
Date: Tue, 14 May 2002 13:17:18 +0200 [thread overview]
Message-ID: <3CE0F23E.2FADEABB@etx.ericsson.se> (raw)
In-Reply-To: 000b01c1fb37$50751cf0$1a11efcb@industrialDiv.hanasys.co.kr
Sangmoon Kim wrote:
>
> Hi,
> I want to make a flash file system on a custom MPC755 board with a 64-bit (bus width) flash memory.
> I set CONFIG_MTD_PHYSMAP_BUSWIDTH = 8 at kernel configure, and when it boots the following message appears.
>
> physmap flash device: 400000 at 7c000000
> genprobe_new_chip called with unsupported buswidth 8
> CFI: Found no Physically mapped flash device at location zero
>
> Is it possible to make a flash file system with a flash memory of 64 bit bus width? If possible, what's the method? Please let me know.
You could fix it so it can handle buswith 8 or you could write a mapping
driver that fakes buswidth 4. The simplest is to make the first 32 bits of
the bus one region and the last 32bits another. So if you have 8MiB you get
4MiB only using the first 32 bits followed by 4MiB using the hi 32 bits. This
way the autdetetcion should work ok.
--
Kenneth Johansson
Ericsson AB Tel: +46 8 404 71 83
Borgafjordsgatan 9 Fax: +46 8 404 72 72
164 80 Stockholm kenneth.johansson@etx.ericsson.se
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2002-05-14 11:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-14 11:05 File System on 64-bit-bus-width Flash memory Sangmoon Kim
2002-05-14 11:13 ` Wolfgang Denk
2002-05-14 13:00 ` Allen Curtis
2002-05-17 1:13 ` Sangmoon Kim
2002-05-14 11:17 ` Kenneth Johansson [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=3CE0F23E.2FADEABB@etx.ericsson.se \
--to=kenneth.johansson@etx.ericsson.se \
--cc=dogoil@etinsys.com \
--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).