Dear all,
I am a new hand and I am learning DSP programming for 0. This is my first project during study. My board is OMAP-L138 LCDK. I want to program it in the Windows system. I am following the "LCDK User Guide" ( http://processors.wiki.ti.com/index.php/LCDK_User_Guide)
In the Section Procedures NAND Flashing , serial port method,
sfh_OMAP-L138.exe -targettype OMAPL138_LCDK -flashtype NAND -p COMx -flash_noubl ais_image.bin
Run the commands and then power cycle or reset the board to initiate the process.
Result: failed
it seems that I do not have the ais_image.bin file. Where or how can I get this file?
Thank you.
P.S.
Maybe I should first restore the default u-boot image? How should I do that?
In this link http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L138#Obtaining_the_software
A pre-built u-boot image is located in the images/u-boot/ directory of the PSP installation
But I can not find the u-boot image.
Thank you again.