EmbeddedRelated.com
Forums

Flash memory application

Started by Roman Mashak September 23, 2004
Hello, All!

What is the common practice for flash memory application for bootloader: NOR
or NAND?
And the same question - for kernel image storing and file system.

Thanks in advance.

With best regards, Roman Mashak.  E-mail: mrv@tusur.ru


Followup to:  <civtsq$2snv$1@mpeks.tomsk.su>
By author:    "Roman Mashak" <mrv@tusur.ru>
In newsgroup: comp.arch.embedded
> > Hello, All! > > What is the common practice for flash memory application for bootloader: NOR > or NAND? And the same question - for kernel image storing and file system. >
Whichever is cheaper in your application? The thing to watch out for is that for first boot you need some memory that can be directly addressed by your CPU, i.e. execute-in-place. Not all memories support this, e.g. CompactFlash is sector-addressed and would require very complex interface logic -- it would be cheaper to buy a small primary bootstrap (which is, in fact, often done.) -hpa