All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus Mikolaiczyk <m.mikolaiczyk@rac.de>
To: tglx@linutronix.de
Cc: linux-mtd@lists.infradead.org
Subject: Re: Nand Flash not found.
Date: Fri, 06 May 2005 15:35:37 +0200	[thread overview]
Message-ID: <427B72A9.1090305@rac.de> (raw)
In-Reply-To: <1115381403.19236.8.camel@tglx>

> {"NAND 256MiB 3,3V 8-bit", 	0xDA, 0, 256, 0, ..
> 
> Thats the entry from nand_ids.c

Thats related to the actual version. I know that it's not supported
anymore, but I have to use kernel 2.4.19 cause the Linux for this
microcontroller (Infineon tc1130) is ported only this kernel version.
Comparing those structs there is a difference.
I didn't find the latest patch 2.4.27. The link  on the website doesn't
work cause the file doesn't exist:
ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-20050304.tar.bz2
I suppose a type cause ther is a file
ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-20050403.tar.bz2
I'll try this one.

for the old structure I would propose something like:

{"NAND 256MiB 3,3V 8-bit", 	0xDA, 0, 0x20000, 0),
erasesize=128K =0x20000
pagesize=0 (device pagesize = 2k != 256bytes)
chipshift???


Any mappings between the "new - old" structure which could help?
new 	-	old
-------------------
name	-	name
id	-	id
pagesize-	?
chipsize-	?
?	-	chipshift
erasesize-	erasesize
?	-	page256
options	-	?


> Using the virtual address instead of the physical address might be
> helpful.
Sorry - my mistake.

Thanks Marcus

      reply	other threads:[~2005-05-06 13:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-14  9:29 Nand Flash not found Marcus Mikolaiczyk
2005-04-14 10:11 ` William J Beksi
2005-04-14 10:27   ` Marcus Mikolaiczyk
2005-05-06  9:52     ` Marcus Mikolaiczyk
2005-05-06 12:10       ` Thomas Gleixner
2005-05-06 13:35         ` Marcus Mikolaiczyk [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=427B72A9.1090305@rac.de \
    --to=m.mikolaiczyk@rac.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=tglx@linutronix.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.