Hello,
I am using ccs3.3 project (ubl) from ti sdk.
I've imported the project as ccs3.3, it seemed to be OK, but then I noticed that it created out file but not bin file.
I also noticed it gives some error for the post build:
PROJECT_ROOT D:/shared/DM36x/CCS/UBL/UBL !
'hex470.exe' is not recognized as an internal or external command,
operable program or batch file.
' '
These are the post build command:
"${PROJECT_ROOT}/postBuildStep_BOOT_NAND.bat" PROJECT_ROOT ${PROJECT_ROOT} !
I don't have any hex470.exe in my computer.
Is there any simple way to conver the out to bin ?
The ubl project is also attached here:
I even tried to do the last conversion manually by putting all relevant binaries in one folder and doing:
hex470.exe UBL2BIN.cmd -o=UBL_DM36x_NAND.bin UBL_DM36x_NAND.out
But even then I still get errors:
D:\shared\dm365\ranran_ubl>hex470.exe UBL2BIN.cmd -o=UBL_DM36x_NAND.bin UBL_DM36
x_NAND.out
"UBL2BIN.cmd", line 5: WARNING: invalid option: -linkerfill
>> WARNING: invalid option: -o=UBL_DM36x_NAND.bin
"UBL_DM36x_NAND.out", line 1: ERROR: illegal input character: 0x7F
"UBL_DM36x_NAND.out", line 1: FATAL ERROR: cannot open input file 'ELF.out': No
such file or directory (aborting)
D:\shared\dm365\ranran_ubl>
Thank you for any idea,
Ran