This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
i have build uart example project. now i want to make a bootable sd card with my uart.out file. I have created the sd card image and deleted MLO and app as per instruction. now my question is how to convert .out file to .bin file so that i can copy in to sd card.
Thanks & Regards,
Nikhil Muley
Hi,
please check , converting from .bin to _ti.bin is done by tiimage.exe.
Also see the batch file I mentioned earlier:
:SOC_AM3_AM4
%CG_TOOL_PATH%/bin/arm-none-eabi-objcopy -O binary %APP_NAME%.out %APP_NAME%.bin
%PDK_PATH%/ti/starterware/tools/ti_image/tiimage.exe 0x80000000 NONE %APP_NAME%.bin app )
goto ENDSCRIPT
Regards, Eric
Hi Eric,
I'm using pdk_am335x_1_0_3 but I the file pdkAppImageCreate.bat doesn't appear to be installed.
Is there somewhere I can download this, along with any executables that it might invoke?
[My setup is:
Custom PCB
AM3352BZCZ30
CCS Version: 6.1.2.00015
bios_6_45_01_29
pdk_am335x_1_0_3
GNU v4.9.3 (Linaro)
Win 7 64-bit
MCSPI interface to Micron N25Q128A11ESE40 flash]
Thanks,
GerryL