This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to boot the ARM in OMAPL-137 without Linux ?

Other Parts Discussed in Thread: OMAP-L137

I'm a beginner with OMAPL-137, I'm not familiar with Linux, so I want to use the ARM in OMAPL-137 without Linux. The datasheet just told me to boot the DSP core with D800K001 bootloader,  but I don't know how to boot the ARM. Can I boot ARM from NAND? Is there any bootloader tools for ARM?

  • DSP boots first and then DSP has to load initial ARM code to get it started.  Check out the OMAP-L137 wiki for more info.  On the development board the initial load is typically is by SPI in serial flash.  You could use that to load a larger boot loader that then accesses NAND.

    Kev