public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Subodh Nijsure <subodh@best.com>
To: schirmer@taytron.net, mtd@infradead.org
Cc: subodh@best.com
Subject: Re:  AW: JFFS on a powerpc platform.
Date: Fri, 9 Mar 2001 17:58:26 -0800 (PST)	[thread overview]
Message-ID: <200103100158.RAA06216@shell9.ba.best.com> (raw)


I still have that problem now its slightly different problem. 

It looks like problem with 'interleaving' 

This is how my mtd memory space looks like -- 

cat /proc/mtd
mtd0: 00400000 00020000 "Physically mapped flash"
mtd1: 00080000 00020000 "Bootrom Area"
mtd2: 00040000 00020000 "Custom Flash Bank #2 2x128KB"
mtd3: 00040000 00020000 "Custom Flash Bank #2 2x128KB"
mtd4: 00300000 00020000 "Custom Flash left overs from 4MB Flash" 

Now the first device /dev/mtd1 contains the bootrom so I copy /dev/mtd1
to file and it looks like this --

cat < /dev/mtd1 > /tmp/bootrom 
'V|~?&tcN |~N MTDSkyStream Bootrom (ver 0.1) (Mar  8 2001 - 10:26:50) 

doc_loadbios /dev/mtd4 bootrom 

Now if I try to dump the /dev/mtd4 I get following output 
cat < /dev/mtd4 | more
'&?~|ct N&| NSDTMtSykmaerooB mortev( .0 r( )1 raM2 9  10061 -:52:)44  


Now if I do eraseall /dev/mtd0 I see data in flash as

FFFF0080 FFFF0080.. 

instead of 
FFFFFFFF FFFFFFFF...

So it looks like for some reason one of the chip is not getting erased?

In my kernel config as interleave '2' as I have two chips giving me 32 bit
access.

CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_GEOMETRY=y
# CONFIG_MTD_CFI_B1 is not set
# CONFIG_MTD_CFI_B2 is not set
CONFIG_MTD_CFI_B4=y
# CONFIG_MTD_CFI_I1 is not set
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
CONFIG_MTD_CFI_INTELEXT=y 

Interleaving factor is '2' as my CPU A1 is connected to A0 of the chip.

Any more hints on why I would be getting this "flipping" of bits?


Thanks!!

/Subodh



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

             reply	other threads:[~2001-03-10  1:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-10  1:58 Subodh Nijsure [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-07  5:28 JFFS on a powerpc platform Subodh Nijsure
2001-03-07  6:31 ` AW: " Florian Schirmer / TayTron
2001-03-07  6:46   ` Subodh Nijsure

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=200103100158.RAA06216@shell9.ba.best.com \
    --to=subodh@best.com \
    --cc=mtd@infradead.org \
    --cc=schirmer@taytron.net \
    /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