[U-Boot] LPC3250 NAND controller timings
Александр Карпич
avkarpich at gmail.com
Tue Dec 18 06:25:40 CET 2012
Hello, list!
I have a development board based on LPC3250 and Samsung K9F1G08U0C NAND
flash. My CPU was worked at 208 MHz, so I calculate timings for LPC3250's
on-chip SLC NAND-controller.
SLCNAND->slc_tac = (SLCTAC_WDR(3) |
SLCTAC_WWIDTH(3) |
SLCTAC_WHOLD(1) |
SLCTAC_WSETUP(2) |
SLCTAC_RDR(3) |
SLCTAC_RWIDTH(3) |
SLCTAC_RHOLD(1) |
SLCTAC_RSETUP(4));
But u-boot speed is very slow.
How I can increase boot speed?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: k9f1g08u0a.pdf
Type: application/pdf
Size: 1144434 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121218/19739955/attachment-0001.pdf>
More information about the U-Boot
mailing list