I wanted to know whether an image from NAND can be shadowed into DDR during bootup using a configuration header(CH). I have been able to bootup from NOR by appending the image to the CH. So, I thought of trying it out from NAND also. Since the DDR is configured through your CH, can it be used to shadow your image from NAND?
The advantage of having DDR earlier itself is that you can eliminate the bootloader itself or you can accomodate a bigger bootloader (which doesnot fit into the internal SRAM).
Now, the issue is how to go about placing the CH and the main image in NAND in such a way that the image should be copied to DDR and should be executed from there.
Vamsi.