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.

OMAP-L137 standalone mode

Other Parts Discussed in Thread: OMAP-L137

Hi,

My customer is using an OMAP-L137 evaluation board connected by an XDS510 USB JTAG emulator using CCS 3.3. They have developed a working ethernet app on top of the HelloWorld example project. Now they would like to somehow make the evaluation board run in a standalone mode so that they evaluate this prototype in a test situation.

How and what can they do to allow the board to run standalone? Also a bonus would be to have the standard output available on the serial output.

Can someone comment on this please.

 

Regards,

Pramod

  • Pramod,

    By stand-alone, I assume you mean that you want the board to boot up and run the application.  If that is the case, you can refer to the bootloader appnote in the OMAP-L137 product folder.  The EVM includes SPI flash that can be used for boot.

    The Uboot/Linux source code or BIOS drivers can be used as reference to configure the UART for RS232 serial output.

    -Tommy