Hello,
We have a custom OMAP3530 board with nothing in NAND on which I'd like to run u-boot. After looking at the Initialization chapter in the Tech Ref Manual, I get the sense that I could load a binary image in internal SRAM at 0x40200000 via JTAG, set the PC, and continue. Are there other things that the internal boot ROM code, or x-loader must do before u-boot can run? I know that I can load the bootloader over UART3 or SD with the right boot pin settings, but I'd like to have a backup plan.
If the boot ROM needs to do initialization, is there a location at which a breakpoint should be set before it starts looking for code? I'd like to simulate a raw board on an EVM which has a bootloader, by stopping before it tries to load from NAND.
Thanks!,
John