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.

TDA3XEVM: how to use mflash to download sbl and appimage

Part Number: TDA3XEVM

Hello TI SW Expert

We use custom tda3x board via uart to download sbl and appimage to qspi.

Follow AppNote_mflash.pdf to config flash script and run script, it is failed.

1. my config script is  :

   SET sbl_mflash="sbl_mflash_tda3xx-evm"
   SET board="tda3xxevm"
   SET appimage_location="AppImage_BE"
   SET appimage_offset="0x80000"
   SET sbl_location="sbl_qspi_opp_high_ipu1_0_release.tiimage"
   SET sbl_offset="0x00"
   SET uart_port_number="26"
   ECHO %time%
   mflash -S %board% -M %sbl_mflash% -P %uart_port_number% -F %appimage_location% %appimage_offset% -F %sbl_location% %sbl_offset% -C

2. put sbl_qspi_opp_high_ipu1_0_release.tiimage and appimge under packages\ti\boot\sbl_auto\tools\mflash directory

  

3. From appnote_flash.pdf section APPENDIX: baudrate is 12Mhz

  

   but my board baudrate is 115200:

 

So My question is whether I need to re-compiler mflash_uart.c to generate mflash.exe?

I refer to the related topics on e2e,eg https://e2e.ti.com/support/processors-group/processors/f/processors-forum/949672/tda3xevm-mflash-incomplete?tisearch=e2e-sitesearch&keymatch=Building%252525252525252520mflash%252525252525252520for%252525252525252520TDA3xx#

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/632697/tda3x-uart-flashing-tool-issue

The qustions still exists, please help us to solve this issue,thanks.

PS: my os is win10 64bit and skd verison is PROCESSOR_SDK_VISION_03_08_00_00.