Hi,
I am trying to interface non-CE 1bit ECC NAND to OMAP L138. According to OMAP L138 datasheet for this type of NAND CS_3 should be used in GPIO mode.
I can access my NAND and able to program it with JTAG using small script which basically programs PSC, PINMUX and GPIO so that CE is pulled low manually.
If this particular piece of code is required to access NAND than how OMAP will boot using this NAND?
Basically it is a chicken-egg problem, i.e. EMIF interface of OMAP needs to programmed first before accessing the code from NAND while the code reside in NAND itself.
Thanks
Pankaj