Other Parts Discussed in Thread: UNIFLASH
Hi
I am struggling in flashing the SPI Flash of TMDXEVM3358 over UART interface.
I flashed the MLO file generated with [Processor SDK SITARA AM335X Linux Package v08.02.00.24] using Uniflash v8.4.0 on win10(64bit).
Then after flushing 2% of the MLO file it failed.
The steps carried out are:
1. dslite.bat --mode processors -c COM10 -f C:\ti\uniflash_8.4.0\processors\FlashWriter\evmAM335x\uart_evmAM335x_flash_programmer.bin -i 0
Executing the following command:
> C:\ti\uniflash_8.4.0\processors\ProcessorSDKSerialFlash.exe -c COM10 -f C:\ti\uniflash_8.4.0\processors\FlashWriter\evmAM335x\uart_evmAM335x_flash_programmer.bin -i 0
For more details and examples, please refer to the UniFlash Quick Start guide.
----------------------------------------------------------------------------
ProcessorSDKSerialFlash CLI Tool
Copyright (C) 2017-2023 Texas Instruments Incorporated - http://www.ti.com/
Version 1.10.0.0
----------------------------------------------------------------------------
Downloading Flash Programmer..
Transferring File of size 47896 bytes
File Transfer complete!
2. dslite.bat --mode processors -c COM10 -f C:\ti\sample\MLO.bin-d 1 -i 1 -o 0
Executing the following command:
> C:\ti\uniflash_8.4.0\processors\ProcessorSDKSerialFlash.exe -c COM10 -f C:\ti\sample\MLO.bin-d 1 -i 1 -o 0
For more details and examples, please refer to the UniFlash Quick Start guide.
----------------------------------------------------------------------------
ProcessorSDKSerialFlash CLI Tool
Copyright (C) 2017-2023 Texas Instruments Incorporated - http://www.ti.com/
Version 1.10.0.0
----------------------------------------------------------------------------
Transferring the Image to Flash Programmer..
Transferring Header Information..
Header Transfer Complete!
Flashing Image of size 109612 bytes
2% complete
Flash Programming Failed!!
Could you please tell me what is wrong?