Other Parts Discussed in Thread: TMS320C5515
hi,
I am running oled.out but i am not getting anything on the display.
Regards,
Karunakar Pradeep
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.
Other Parts Discussed in Thread: TMS320C5515
hi,
I am running oled.out but i am not getting anything on the display.
Regards,
Karunakar Pradeep
Could you stay on same post for the same issue? I think I have been answering multiple relateed posts by you. If this is the same issue, then I think you are using c5535 ezDSP. Is this a brand new ezDSP? Was the default display work? Did you try erasing the default boot image using cleaner.bin? Did you reprogram the image again using the .bin file intead of .out file? Have you try running the other display examples in CSL via JTTAG connection?
Regards.
Hi, This is my Board TMS320C5515EVM http://www.ti.com/tool/tmdxevm5515 this is my board In Target Configuration i selected the following option. Connection - Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator Board or Device - EVM5515 I Downloaded 8468.XF_LED_ON_Example from the forum. I have used the xf_blink_1.bin and boot loaded into NAND FLASH and NOR FLASH.When i turn off the Kit and remove the usb connector and i powered C5515 EVM ON Led Blinks. Now i got the confidence to boot .bin file from NAND FLASH and NOR FLASH. Problem Statement : - Now i have led.out from c5515EVM inside the test folder got from spectrum Digital.Led Blinks from loading led.out Flash.But when i convert into .bin file and do NAND FLASH and NOR FLASH led blinks does not happen. I Followed these steps First i opened Command Prompt C:\Program Files\Texas Instruments\ccsv4\tools\compiler\c5500\bin hex55.exe -b file.out -o file.bin to convert to binary file Example C:\Program Files\Texas Instruments\ccsv4\tools\compiler\c5500\binhex55.exe -b led.out -o led.bin //to convert to binary file syntax hex55.exe -b file.out -o file.bin Binary file Successfully done. Still when i remove the power and usb connector and i switched ON the power kit the led is not blinking. Whenever i load program .bin to NOR/NAND Flash first i run cleaner.bin and load program .bin into NOR/NAND Flash. Please show me the steps to convert .out file to .bin file. Regards, Pradeep Karunakar
Please refer to the Bootloader Application Note for the correct hex55 options to convert a .out dile to .bin file.
Regards.
Hi, I am able to blink LED xf_blink_1.bin using NAND and NOR flash Successfully using Bootloader Application Note.ThankYou. I want to boot the code from SD Card Memory.I Loaded the xf_blink_1.bin Bootimage successfully.But Led blinking is not happening. I am not understanding why led is not blinking. Regards, Pradeep Karunakar
Great that the document helps resolved your issue. Now, this new one is also mentioned in the Application Note, For C5515, only encrypted/secure boot image can be booted from SD and the file name must be boot5505.bin. Refer to this wiki page: http://processors.wiki.ti.com/index.php/C5000_Creating_Boot-Images
Regards.
Hi, While booting from sdcard I don’t Know why my xf_blink_1.bin led is not blinking .But my led blinks on for NAND and NOR FLASH with the xf_blink_1.bin.when I am using Boot from SD card always I clear the NAND AND NOR FLASH.Please these are the steps that I did in the console window. Choose the device... 1 - NOR Flash 2 - NAND Flash 3 - SPI 4 - IIC EEPROM 5 - MMC 6 - SD 6C:\cleaner.bin SD... Delete complete Opening C:\cleaner.bin... Input file opened Writing Boot-image to device... Programming... [TotalSize=256 (0x100)] Programming... [TotalSize=512 (0x200)] Programming... [TotalSize=550 (0x226)] BOOT5505.BIN complete Choose the device... 1 - NOR Flash 2 - NAND Flash 3 - SPI 4 - IIC EEPROM 5 - MMC 6 - SD 6C:\xf_blink_1.bin SD... Delete complete Opening C:\xf_blink_1.bin... Input file opened Writing Boot-image to device... Programming... [TotalSize=256 (0x100)] Programming... [TotalSize=433 (0x1B1)] BOOT5505.BIN complete Please I don’t next step what to follow I have read the Application Note. But not getting. Regards, Pradeep Karunakar
For C5515, only encrypted/secure boot image can be booted from SD and the file name must be boot5505.bin. Refer to this wiki page: http://processors.wiki.ti.com/index.php/C5000_Creating_Boot-Images
Your mistakes are 1) fiel name is xf_blink_1.bin 2) is your boot image encrypted?
Have you checked out the wiki page I mentioned in last reply? It would be nice if your entry has proper CR.
Regards.
Hi,
I have one file abc.bin of 240kb when i load boot image abc.bin from NOR flash it is giving write error but if i
load boot image abc.bin from NAND flash it is completed successfully.
I have NOR FLASH Capacity 16Mbyte and NAND FLASH Capacity 64MB(TMS320C5515 EVM).
WHY unable to load Boot image from NOR FLASH.
I Can BOOT IMAGE of led blink from NOR Flash successfully.
why i am unable to boot from NOR Flash abc.bin pf 240kb though i have 16MB of NOR Flash?
Regards,
Pradeep Karunakar
How version of hex55.exe used to convert your abc.bin file? What command options were used to convert? Looking back this post, you have successfully booted xf_blink_1.bin from NOR. If you can repeat again, then the problem is most likely with the file.
Regards.