I followed the instructions in http://wiki.davincidsp.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L138 to flash the SPI flash on the OMAPL138 experimenter board. I tried flashing the default UBL and U-Boot bin files that we get from TI.
I used the following command
sfh_OMAP-L138.exe -flash <ubl bin file> <u-boot bin file> -p COM4
I set the S7 switch to boot from UART2 i.e. switched 1-6 off and 7 and 8 on
I get the message
Interfacing to the OMAP-L138 via UART failed.
Please reset or power-cycle the board and try again...
Unhandled Exception: System.IO.IOException: The I/O operation has been aborted
ecause of either a thread exit or an application request.
at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
at System.IO.Ports.SerialStream.Dispose(Boolean disposing)
at System.IO.Ports.SerialStream.Finalize()
Please help. I havent set up a linux environment to re-build the flash utility. I am just using the pre-build sfh__OMAP-L138.exe program