Hi,
I have AT91SAM9G45-EKES development board. I have downloaded the BSP source code (AT91SAM9G45M10EK_SRC_CE6_v100) from the Windows4SAM site. (
http://www.at91.com/windows4sam/bin/view/Windows4SAM/).
I can rebuild the image and download it to the development board, presently, it is working fine.
Now, to avoid the significant time while downloading I want to load the image directly to RAM.
1. Is it possible to download the image (nk.nb0) to RAM directly by SAM-BA tool?
2. Do I need eboot or first boot to execute the nk.nb0 from SRAM or it can be executed directly by command 'go address' ?
3. Will OS take care for hardware initialization in case if eboot is absent?
4. Any other suggestion to avoid the download time in NAND flash?
Thanks,