* h1910 NAND
@ 2003-09-12 12:06 joshua
2003-09-15 6:09 ` Thomas Gleixner
0 siblings, 1 reply; 3+ messages in thread
From: joshua @ 2003-09-12 12:06 UTC (permalink / raw)
To: linux-mtd
NAND flash seems to work on the iPAQ h1910. Things of note:
* h1910 has ALE and CLE muxed on the address lines, and chip select
connected to a real chip select. This means a few things, notably that we
can't cache IO_ADDR_R in a declared register variable any more the way I
have implemented it. It also means that chipselect in hwcontrol is a nop,
as the CPU will manage that for us.
* Not certain what type of ECC we should be using. Had to comment out the
WARNING: Not using ECC is not recommended! message (or something like
that) so that my dmesg wasn't flooded with those when I tried to read from
flash.
Code is in handhelds.org linux/kernel26 CVS.
Have fun,
/j
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: h1910 NAND
2003-09-12 12:06 h1910 NAND joshua
@ 2003-09-15 6:09 ` Thomas Gleixner
2003-09-15 16:11 ` Joshua Wise
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gleixner @ 2003-09-15 6:09 UTC (permalink / raw)
To: joshua, linux-mtd
On Friday 12 September 2003 14:06, joshua@dashnine.joshuawise.com wrote:
> NAND flash seems to work on the iPAQ h1910. Things of note:
>
> * Not certain what type of ECC we should be using. Had to comment out the
> WARNING: Not using ECC is not recommended! message (or something like
> that) so that my dmesg wasn't flooded with those when I tried to read from
> flash.
Use Software-ECC.
--
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: h1910 NAND
2003-09-15 6:09 ` Thomas Gleixner
@ 2003-09-15 16:11 ` Joshua Wise
0 siblings, 0 replies; 3+ messages in thread
From: Joshua Wise @ 2003-09-15 16:11 UTC (permalink / raw)
To: tglx; +Cc: linux-mtd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Use Software-ECC.
Hrm, I vaguely remember seeing someplace that the chip had hardware ECC
support. *shrug*
/j
- --
Joshua Wise | www.joshuawise.com
GPG Key | 0xEA80E0B3
Quote | <lilo> I akilled *@* by mistake
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/ZeS0Pn9tWOqA4LMRAm+aAKCWB0vgIX+2Rvo6uYnjHkNoyxGc7QCfYrNG
SuuQ72fWtbzTlPbcNl7WrmA=
=/xpF
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-09-15 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 12:06 h1910 NAND joshua
2003-09-15 6:09 ` Thomas Gleixner
2003-09-15 16:11 ` Joshua Wise
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox