NAND Flash Framework for review
    Luiz Otavio O Souza 
    loos.br at gmail.com
       
    Sun Mar 14 20:40:05 UTC 2010
    
    
  
On Mar 14, 2010, at 3:04 PM, M. Warner Losh wrote:
> Has anybody also looked at the work I did for serial flash parts on
> the at91rm9200?  How does that compare with this effort here (other
> than I supported only one chip size)?  Is that spi-connected memory
> NAND?
> 
> Warner
Warner,
If i've picked the right driver on tree (dev/flash/at45d.c) and the right data sheet it is not NAND, it is DataFlash and looks like Atmel specific.
The main difference here is that you don't need to worry about bad blocks on dataflash (the same as flash).
Luiz
    
    
More information about the freebsd-embedded
mailing list