Other Parts Discussed in Thread: UNIFLASH,
Tool/software: TI-RTOS
Hi,
I'm able to erase OSPI flash from EVM successfully. so the uniflash tool seems to work.
This is my command to erase successfully (However, still don't know what maximum erase size I should take):
dslite.bat --mode processors -c COM5 -e 80000 -d 3 -o 0
__________________________________________________________________________________________
C:\ti\uniflash_4.6.0>dslite.bat --mode processors -c COM5 -e 80000 -d 3 -o 0
Executing the following command:
> C:\ti\uniflash_4.6.0\processors\ProcessorSDKSerialFlash.exe -c COM5 -e 80000 -d 3 -o 0
For more details and examples, please visit processors.wiki.ti.com/.../UniFlash_v4_Quick_Guide
----------------------------------------------------------------------------
ProcessorSDKSerialFlash CLI Tool
Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
Version 1.0.0.5
----------------------------------------------------------------------------
Erasing Flash....
Transferring Header information..
Header Transfer Complete!!
Flash Erase Success!
____________________________________________________________________________________________________
After erasing I'm trying to program the sbl file to address 0x0 to the OSPI flash device. I assume this should be the right address as OSPI flash boot should start at OSPI device address 0x0. Right?
This is my command to programm OSPI flash with sbl image:
________________________________________________________________________________________________________
C:\ti\uniflash_4.6.0>dslite.bat --mode processors -c COM5 -f C:\ti\SDK_RTOS_5_2_DRA65xxEVM\pdk_am65xx_1_0_3\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_4.6.0\processors\ProcessorSDKSerialFlash.exe -c COM5 -f C:\ti\SDK_RTOS_5_2_DRA65xxEVM\pdk_am65xx_1_0_3\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 visit processors.wiki.ti.com/.../UniFlash_v4_Quick_Guide
----------------------------------------------------------------------------
ProcessorSDKSerialFlash CLI Tool
Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
Version 1.0.0.5
----------------------------------------------------------------------------
Flashing Image to Flash Writer..
Transferring Header information..
Header Transfer complete!
Transferring File of size 132383 bytes
File Transfer complete!
Programming Flash Device..
Flash Programming Failed!!
______________________________________________________________________________________
Any idea what he failure caused?
boot switches are all "off".
Regards,
Thorsten