Hi,

I'm designing a new LPC2468 based embedded device. I was looking at the SDRAM chip's I'm going to use. The problem is, how do I tell Linux what kind of chip I've connected? Or does it find out itself?
Where can I find more information about SDRAM and Linux?
Thanks in advance.

Kind regards,

Remco Poelstra


Hello!
I think that all what ucLinux must know about SDRAM is start address and size. You could specify them in the kernel command line like this:
[EMAIL PROTECTED]
The actual SDRAM initialization (e.g. re-mapping or initialization of on-board SDRAM controller) should be done in the bootloader.
At least, that is how I've setup my board.
Of course there could be another way...

---------------------------------------------
With Best Regards,
Demyanec Vitaly
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to