Am29LV065D woes -- ZFMicro MachZ help?
Vipin Malik
vipin at embeddedlinuxworks.com
Mon Aug 13 22:30:23 EDT 2001
At 05:35 PM 8/13/2001 -0700, Luke wrote:
>The flash is going directly to the processor.
Well in that case, you have on board programmable chip select's.
There must be registers that are associated with each chip select that define
the base physical address, the databus width, the wait states, what type of
memory
is located there (read only or read/write) etc.
You must look for these registers and program them to an address that you
will be happy with.
Of course if the flash chips are already booting your bios etc. you
probably want to dump the contents
and decode what the base address is and just use that.
This is exactly like the AMD SC520 processor, except I doubt that the
registers to program the
chip selects are in the same location :)
>ps. Is the prefered setup to have an initrd (with the root fs) or to have
>a root jffs2 on a mtd device? Is this always possible?
Really your call. You can do both. The initrd will get you a pristine root
fs each time.
The root JFFS2 is more "direct" that you can make permanent changes to the
root fs
just by writing to the root fs.
More information about the linux-mtd
mailing list