Part Number: TMDX654IDKEVM
Other Parts Discussed in Thread: UNIFLASH
Hi Expert,
I'm trying to QSPI Boot using TMDX654IDKEVM.
software-dl.ti.com/.../developer_notes_sbl_boot.html
PROCESSOR-SDK-RTOS-AM65XX 07_01_00_14
Uniflash v6.2
I'm working with the following steps, but it doesn't work. I need your help.
1. Setting the Boot SW to "UART"

2. Find the COM port and execute the commands of Uniflash
C:\ti\uniflash_6.2.0>dslite.bat --mode processors -c COM7 -f C:\ti\uniflash_6.2.0\processors\FlashWriter\am65xx_idk\uart_am65xx_idk_flash_programmer.tiimage -i 0 Executing the following command: > C:\ti\uniflash_6.2.0\processors\ProcessorSDKSerialFlash.exe -c COM7 -f C:\ti\uniflash_6.2.0\processors\FlashWriter\am65xx_idk\uart_am65xx_idk_flash_programmer.tiimage -i 0 For more details and examples, please refer to the UniFlash Quick Start guide. ---------------------------------------------------------------------------- ProcessorSDKSerialFlash CLI Tool Copyright (C) 2017-2021 Texas Instruments Incorporated - http://www.ti.com/ Version 1.4.0.0 ---------------------------------------------------------------------------- Downloading Flash Programmer.. Transferring File of size 161612 bytes File Transfer complete! Enabling System firmware transfer!!! Header Transfer complete Transferring System Firmware.. Transferring File of size 263072 bytes File Transfer complete! C:\ti\uniflash_6.2.0>dslite.bat --mode processors -c COM7 -f C:\ti\pdk_am65xx_07_01_00_55\packages\ti\boot\sbl\binary\am65xx_idk\ospi\bin\sbl_ospi_img_mcu1_0_release.tiimage -d 3 -o 0 Executing the following command: > C:\ti\uniflash_6.2.0\processors\ProcessorSDKSerialFlash.exe -c COM7 -f C:\ti\pdk_am65xx_07_01_00_55\packages\ti\boot\sbl\binary\am65xx_idk\ospi\bin\sbl_ospi_img_mcu1_0_release.tiimage -d 3 -o 0 For more details and examples, please refer to the UniFlash Quick Start guide. ---------------------------------------------------------------------------- ProcessorSDKSerialFlash CLI Tool Copyright (C) 2017-2021 Texas Instruments Incorporated - http://www.ti.com/ Version 1.4.0.0 ---------------------------------------------------------------------------- Transferring the Image to Flash Programmer.. Transferring Header Information.. Header Transfer Complete! Flashing Image of size 153676 bytes Flash Programming Success! C:\ti\uniflash_6.2.0>dslite.bat --mode processors -c COM7 -f c:\ti\pdk_am65xx_07_01_00_55\packages\ti\drv\sciclient\soc\V0\sysfw.bin -d 3 -o 80000 Executing the following command: > C:\ti\uniflash_6.2.0\processors\ProcessorSDKSerialFlash.exe -c COM7 -f c:\ti\pdk_am65xx_07_01_00_55\packages\ti\drv\sciclient\soc\V0\sysfw.bin -d 3 -o 80000 For more details and examples, please refer to the UniFlash Quick Start guide. ---------------------------------------------------------------------------- ProcessorSDKSerialFlash CLI Tool Copyright (C) 2017-2021 Texas Instruments Incorporated - http://www.ti.com/ Version 1.4.0.0 ---------------------------------------------------------------------------- Transferring the Image to Flash Programmer.. Transferring Header Information.. Header Transfer Complete! Flashing Image of size 263072 bytes Flash Programming Success! C:\ti\uniflash_6.2.0>dslite.bat --mode processors -c COM7 -f c:\ti\pdk_am65xx_07_01_00_55\packages\ti\boot\sbl\example\k3MulticoreApp\binary\am65xx\sbl_baremetal_boot_test_am65xx_idk_all_coresTestApp_release.appimage -d 3 -o 100000 Executing the following command: > C:\ti\uniflash_6.2.0\processors\ProcessorSDKSerialFlash.exe -c COM7 -f c:\ti\pdk_am65xx_07_01_00_55\packages\ti\boot\sbl\example\k3MulticoreApp\binary\am65xx\sbl_baremetal_boot_test_am65xx_idk_all_coresTestApp_release.appimage -d 3 -o 100000 For more details and examples, please refer to the UniFlash Quick Start guide. ---------------------------------------------------------------------------- ProcessorSDKSerialFlash CLI Tool Copyright (C) 2017-2021 Texas Instruments Incorporated - http://www.ti.com/ Version 1.4.0.0 ---------------------------------------------------------------------------- Transferring the Image to Flash Programmer.. Transferring Header Information.. Header Transfer Complete! Flashing Image of size 9280 bytes Flash Programming Success! C:\ti\uniflash_6.2.0>
3. Setting the Boot SW to "OSPI"

4. Boot the TMDX654IDKEVM but it doesn't work

Regards,
Rei
