hello
I use omap l138 LogicPD board and I'm looking for the sfh_OMAP-L138.exe and the ubl to program the SPI Flash over UART
This two files are not included in the PSP , what I have there is spiflash-writer.out and arm-spi-ais.bin under PSP-SDK/DaVinci-PSP-SDK-03.20.00.11/images/.....
where I can get the sfh_OMAP-L138.exe for ubuntu 9.10 or for Windows XP?
where I get ubl file for spi flash?
I try to use this link for building the sfh_OMAP-L138.exe:
http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L138
on my ubuntu host:
make
then I get error:
shaul@shaul-desktop:~/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138$ make
make -C GNU all
make[1]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU'
make[2]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils'
make[3]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/AISextra'
make -C src
make[4]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/AISextra/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/AISextra/src'
make[3]: Leaving directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/AISextra'
make[3]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/HexAIS'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/HexAIS'
make[3]: Entering directory `/home/shaul/omap_l138/OMAP-L138_FlashAndBootUtils_2_25/OMAP-L138/GNU/AISUtils/UartHost_GUI'
MSBuild.exe UartHost_GUI.sln /t:Rebuild
make[3]: MSBuild.exe: Command not found
make[3]: *** [all] Error 127
Thanks for any help
Shaul