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.

How to make a MLO and app file

I'm trying to create a bootable sd card to run my program that I made in ccs_v6. I'm not sure if i am doing this right but I build the project (Successfully ) in ccs then I go to the .out file that it creates. I then feed that to tiobj2bin and have it create a *.bin file that I then feed to tiimage. In TI image I run ./tiimage 0x80000000 NONE *.bin app and that creates my app file. The MLO I am using is the one provided in the starterware. (./binary/armv7a/cgt_ccs/am335x/beaglebone/bootloader/Release_MCSD/MLO).When I finally insert the sdcard it will not run. The SD card is in FAT32 Format and is also Bootable. I am thinking I might need to create a MLO (but I dont know how) or the address i am giving to ti image is incorrect