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.

Building ubl for LogicPD OMAPL138 EVM board - UART, AISgen issues

Other Parts Discussed in Thread: OMAP-L138

Hi All

    as part of getting going on an OMAP-L138 project, we are checking that we can build and download a UBL image onto SPI Flash on the logicPd OMAP-L138 EVM board. I have downloaded the PSP: DaVinci-PSP-SDK-03.20.00.06, and built the UBL project there with SPI configuration. We can also process the resultant output file through AISgen and program the SPI flash with the results.

So far we've been unsuccessful in getting this UBL to start up. In looking at the code I see that the DEBUG_printString() and allied functions access UART0. But on the EVM, it is UART2 which is connected to the RS-232 port/serial console.

I thought that this UBL project was intended to be loaded directly onto the EVM. It looks like I will have to change the occurrences of UART0 to UART2 in the code. Or am I missing something?

Also, it would be nice to have an 'as simple as possible' AISGen config file for this first cut. I think I know what settings to use, but you never know... is one available?

Thanks & Regards

Jon N