Hi,
I created an application with CCSv5.5 and apply this command (into Post-buid steps item) to generate a .bin file :
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
It seems this file is correctly generated.
My purpose is to download this .bin file with OMAP-L138_FlashAndBootUtils_2.40 tool by :
"sfh_OMAPL-L138.exe -flash ubl.bin myAppli.bin"
Downloading works but when I reset card, into terminal I see ubl that excecutes itself but my application doen't work.
See logs :
---------------------------------------------------------------------
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: NAND
Starting NAND Copy...
Valid magicnum, 0x55424CBB, found in block 0x00000006.
DONE
Jumping to entry point at 0xC1080000.
---------------------------------------------------------------------
1- Is it possible to launch an application like this?
2- How to download my application into RAM or flash without CCS?
Thanks a lot
Sebastien