Hi,
I'm using a custom OMAP L-138 board booting a custom ARM-based bootloader out of NOR flash (addr 0x60000000) using the AIS image format. The custom boot image is responsible for basic chip and board setup, as well as selecting the user ARM/DSP software image. I am planning on using SYS/BIOS for both the ARM and DSP software packages.
I'm looking for the easiest way to transition from my bootloader to the user ARM/DSP images. It would be nice if I was able to use the built in ROM code to boot a secondary user AIS image at a location other than the NOR base address. Unfortunately, I can't find any documentation to support this idea. So my question is if this boot approach is possible, and if not, what my next best alternative is.
Thanks.
-Chris