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.

TMS320C5517: board kit evm5517 - burn program into flash on evm5517

Part Number: TMS320C5517
Other Parts Discussed in Thread: CC3200,

Hi ,

http://www.ti.com/lit/ml/sprw257/sprw257.pdf 

I have burn  burn program into flash on board evm5517 by guide :

o program the bootdemo in tests\bootdemo into flash:

1) Copy bootdemo.out from tests\bootdemo\Debug to this directory.

2) Run convert.bat to generate a bootable binary image using hex55.exe.

3) Load and run programmer.out from this directory. You will see a menu that
looks like this:

Choose the device...
1x - NAND Flash [CSx: 2,3,4,5]
2x - NOR Flash [CSx: 2,3,4,5]
4 - IIC EEPROM
5 - MMC
6 - SD
7x - SPI Serial Flash (24 bit address) [PinMap x: 1=MODE5,2=MODE6]
8 - MCSPI Serial Flash

Type 22 into the console and hit enter. The first "2 specifies NOR Flash.
The second "2" specifies chip select 2.

4) You will be prompted with the following text:

Operation to perform...
1<file> - Program device with <file>
2<file> - Read device data to output <file>

Type 1 and the full file path and then hit enter. For example use this:

1C:\ti\evm5517_v1\flash_programming\bootdemo.bin

If the demo is in C:\ti\evm5517_v1\flash_programming\bootdemo.bin

5) Disconnect from Code Composer Studio and power cycle the board.

After burn ok but LCD on Board still not displayed.

 Can tell me how to do it? Thanks.

Thanks 

nguyen

  • Hi,

    I've notified the C55x team. They will post their feedback directly here.

    Best Regards,
    Yordan
  • Hi Nguyen,

    Probably you are follow the C5515 Boot-Image Programmer tutorial at:
    processors.wiki.ti.com/.../C5515_Boot-Image_Programmer
    But could you post the full log of flashing the board. I would like to know whether the flushing process is completed successfully with the following messages:

    .................
    Flushing Data...
    done

    BR
    Tsvetolin Shulev
  • Hi Tsvetolin Shulev,
    I want burn image to EV5517 via UART, Same as burn image for cc3200 via uart.
    Can tell me how to do it? Thanks.
  • Hi Tsvetolin Shulev,
    I must dowload UartBoot.exe where?
    Thanks
    nguyen
  • There is the download link:
    sourceforge.net/.../
    Also the linked below resources could be useful:
    processors.wiki.ti.com/.../User:Clintonr
    e2e.ti.com/.../425791

    BR
    Tsvetolin Shulev
  • Hi Tsvetolin Shulev,
    On board evm5517 have need change at sw3
    Thanks
    Nguyen
  • nguyen,

    If you are looking for details on boot mode settings for SW3, please see support.spectrumdigital.com/.../evm5517_TechRef.pdf pages 2-4 and 2-5 for details.

    Lali
  • I use kit EVM5517.

    Please give me a detailed tutorial on this, I have read the boot loader documentation but still have no details about burn image mode via serial uart, Uartboot.exe I have because it is in CSL v3.08.

  • nguyen,
    Please see section 3.5 of www.ti.com/.../sprabl7c.pdf for instructions on booting from UART.

    Lali
  • Hi Lali

    I use Kit Evm 5517  and currently PC of me not found usb channel B as in document sprabl7c.pdf.

    How  PC found usb of kit evm5517.

    I try install driver  XDS100 but not have result.

    Please give me advice to solve the problem.

    Thanks

    Nguyen

  • Nguyen,

    If you are referring to USB drivers, did you see the readme.txt located at C:\ti\c55_lp\c55_csl_3.08\utilities\USB_Boot_Tool\C55xx_USB_EP_installation_11.20\C55xx_USB_EP_installation_11.20\redist_32bit

    There's a step to run C55xx_USB_EP_install.bat

    Lali
  • Hi Lali
    I follow the instructions by
    www.ti.com/.../sprabl7c.pdf part 3.5 boot from uart
    To boot from UART: 1. Ensure there is no boot image in the SPI serial flash or micro SD slot. The J2 of the C5535 eZdsp should be connected to a PC USB port via USB cable. It will use the virtual COMport (the COM port number varies by system) through TI XDS100 Channel B.
    2. Ensure pin 2 of SW3 is on and the Load VCP is checked for TI XDS100 Channel B (Enable the Virtual COMPort). To see the properties for TI XDS100 Channel B, open Control Panel→System→Hardware→Device Manager→USB Controller→TI XDS100 Channel B→Properties→Advanced.
    To see the properties of a particular COM port, open Control Panel→System→Hardware→Device Manager→Ports (COM & LPT)→USB Serial Port (COMxx). The properties dialog box is shown in Get the Virtual COM Port Number.
    Currently PC of me not found driver USB channel B when connected with kit EVM5517 version F.
    Thanks
    Nguyen
  • E2E™ Community
    C5000 Ultra Low Power DSP
    C5000 Ultra Low Power DSP Forum
    More
    Ask a related question
    Ask a new question
    TI Thinks Resolved
    TMS320C5517: board kit evm5517 - burn program into flash on evm5517
    nguyen cao nguyen cao
    Part Number: TMS320C5517

    Hi ,

    www.ti.com/.../sprw257.pdf

    I have burn burn program into flash on board evm5517 by guide :

    o program the bootdemo in tests\bootdemo into flash:

    1) Copy bootdemo.out from tests\bootdemo\Debug to this directory.

    2) Run convert.bat to generate a bootable binary image using hex55.exe.

    3) Load and run programmer.out from this directory. You will see a menu that
    looks like this:

    Choose the device...
    1x - NAND Flash [CSx: 2,3,4,5]
    2x - NOR Flash [CSx: 2,3,4,5]
    4 - IIC EEPROM
    5 - MMC
    6 - SD
    7x - SPI Serial Flash (24 bit address) [PinMap x: 1=MODE5,2=MODE6]
    8 - MCSPI Serial Flash

    Type 22 into the console and hit enter. The first "2 specifies NOR Flash.
    The second "2" specifies chip select 2.

    4) You will be prompted with the following text:

    Operation to perform...
    1<file> - Program device with <file>
    2<file> - Read device data to output <file>

    Type 1 and the full file path and then hit enter. For example use this:

    1C:\ti\evm5517_v1\flash_programming\bootdemo.bin

    If the demo is in C:\ti\evm5517_v1\flash_programming\bootdemo.bin

    5) Disconnect from Code Composer Studio and power cycle the board.

    After burn ok but LCD on Board still not displayed.

    Can tell me how to do it? Thanks.

    Thanks

    nguyen

    TMS320C5517Edit tags
    nguyen cao nguyen cao
    Apr 16, 2018 2:08 PM
    Reply More
    All Responses
    Suggested Answers
    Lalindra Jayatilleke Lalindra Jayatilleke
    Apr 27, 2018 8:54 PM
    In reply to nguyen cao:

    Nguyen,

    If you are referring to USB drivers, did you see the readme.txt located at C:\ti\c55_lp\c55_csl_3.08\utilities\USB_Boot_Tool\C55xx_USB_EP_installation_11.20\C55xx_USB_EP_installation_11.20\redist_32bit

    There's a step to run C55xx_USB_EP_install.bat

    Lali
    TMS320C5517
    Reply This resolved my issue More
    nguyen cao nguyen cao
    Apr 27, 2018 10:27 PM
    In reply to Lalindra Jayatilleke:

    Hi Lali
    I follow the instructions by
    www.ti.com/.../sprabl7c.pdf part 3.5 boot from uart
    To boot from UART: 1. Ensure there is no boot image in the SPI serial flash or micro SD slot. The J2 of the C5535 eZdsp should be connected to a PC USB port via USB cable. It will use the virtual COMport (the COM port number varies by system) through TI XDS100 Channel B.
    2. Ensure pin 2 of SW3 is on and the Load VCP is checked for TI XDS100 Channel B (Enable the Virtual COMPort). To see the properties for TI XDS100 Channel B, open Control Panel→System→Hardware→Device Manager→USB Controller→TI XDS100 Channel B→Properties→Advanced.
    To see the properties of a particular COM port, open Control Panel→System→Hardware→Device Manager→Ports (COM & LPT)→USB Serial Port (COMxx). The properties dialog box is shown in Get the Virtual COM Port Number.
    Run the UartBoot.exe (Running UartBoot.exe) and select the 57600 in “Baud Rate”.
    4. Enter the correct COM port number in “PC COM Port” and check the “Serial Port”.
    5. Click “Send File >>
    Currently PC of me not found driver USB channel B when connected with kit EVM5517 version F.

    Thanks
    Nguyen
  • I follow the instructions by
    www.ti.com/.../sprabl7c.pdf part 3.5 boot from uart 
    To boot from UART: 1. Ensure there is no boot image in the SPI serial flash or micro SD slot. The J2 of the C5535 eZdsp should be connected to a PC USB port via USB cable. It will use the virtual COMport (the COM port number varies by system) through TI XDS100 Channel B.
    2. Ensure pin 2 of SW3 is on and the Load VCP is checked for TI XDS100 Channel B (Enable the Virtual COMPort). To see the properties for TI XDS100 Channel B, open Control Panel→System→Hardware→Device Manager→USB Controller→TI XDS100 Channel B→Properties→Advanced.
    To see the properties of a particular COM port, open Control Panel→System→Hardware→Device Manager→Ports (COM & LPT)→USB Serial Port (COMxx). The properties dialog box is shown in Get the Virtual COM Port Number.
    Currently PC of me not found driver USB channel B when connected with kit EVM5517 version F.
    Thanks
    Nguyen

  • nguyen,

    Lets take a step back from the current approach.

    Based on your initial approach to using programmer.out. Do you have the correct DIP switch settings for NOR flash boot as described in page 2-5 in support.spectrumdigital.com/.../evm5517_TechRef.pdf. The SW3 setting has to be 0000 for NOR boot.

    Lali
  • Maybe you are misunderstanding me, I want to burn image via uart but still can not

    I follow the instructions by

    www.ti.com/.../sprabl7c.pdf part 3.5 boot from uart 

    To boot from UART: 1. Ensure there is no boot image in the SPI serial flash or micro SD slot. The J2 of the C5535 eZdsp should be connected to a PC USB port via USB cable. It will use the virtual COMport (the COM port number varies by system) through TI XDS100 Channel B.

    2. Ensure pin 2 of SW3 is on and the Load VCP is checked for TI XDS100 Channel B (Enable the Virtual COMPort). To see the properties for TI XDS100 Channel B, open Control Panel→System→Hardware→Device Manager→USB Controller→TI XDS100 Channel B→Properties→Advanced.

    To see the properties of a particular COM port, open Control Panel→System→Hardware→Device Manager→Ports (COM & LPT)→USB Serial Port (COMxx). The properties dialog box is shown in Get the Virtual COM Port Number.

    Currently PC of me not found driver USB channel B when connected with kit EVM5517 version F.