Other Parts Discussed in Thread: UNIFLASH,
Hi,
I am trying to get the uniflash 5.1 command line to flash my AWR1843-based sensor (custom board). The AWR18 SOP pins are set for flashing, COM6 connects to AWR18 UART A. The flashing itself works fine, but there is an error et the end of the process:
Command: dslite.bat -c AWR1843_uniflash5.ccxml -s COMPort=COM6 -f xwr18xx_test.bin,1
Executing the following command: > "C:\ti\uniflash_5.1.0\deskdb\content\TICloudAgent\win\ccs_base\DebugServer\bin\DSLite" flash -c AWR1843_uniflash5.ccxml -s COMPort=COM6 -f xwr18xx_test,1 For more details and examples, please refer to the UniFlash Quick Start guide. info: Cortex_R4_0: Initialization complete. info: Cortex_R4_0: Flashing process starting... info: Cortex_R4_0: Connecting to COM Port COM6... info: Cortex_R4_0: Reset connection to device info: Cortex_R4_0: Set break signal info: Cortex_R4_0: Connection to COM port succeeded. Flashing can proceed. info: Cortex_R4_0: Reading device version info... info: Cortex_R4_0: ** 1 files specified for flashing. info: Cortex_R4_0: Checking file xwr18xx_test.bin for correct header for AWR1843. info: Cortex_R4_0: AWR1843 device, fileType=META_IMAGE1 detected -> OK info: Cortex_R4_0: !! Files are valid for AWR1843. info: Cortex_R4_0: Format on download was specified. Formatting SFLASH storage... info: Cortex_R4_0: -->Erasing storage [SFLASH] info: Cortex_R4_0: -->Sending Erase command to device... info: Cortex_R4_0: -->Erase storage completed successfully! info: Cortex_R4_0: Downloading [META_IMAGE1] size [227204] info: Cortex_R4_0: SUCCESS!! File type META_IMAGE1 downloaded successfully to SFLASH. info: Cortex_R4_0: Disconnecting from device on COM port COM6... info: Cortex_R4_0: Flashing instance clean-up initiated... info: Cortex_R4_0: Instance deinitialized! error: Cortex_R4_0: Can't Run Target CPU: Unsupported GTI Function.
AWR1843.ccxml was generated using Uniflash 5.1:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="configuration_0"> <instance XML_version="1.2" desc="Serial Connection" href="connections/Serial_Connection.xml" id="Serial Connection" xml="Serial_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Serial Connection"> <instance XML_version="1.2" href="drivers/serial_debugssm.xml" id="drivers" xml="serial_debugssm.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_csdap.xml" id="drivers" xml="serial_csdap.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_cortexr.xml" id="drivers" xml="serial_cortexr.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_cschild.xml" id="drivers" xml="serial_cschild.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_csetb.xml" id="drivers" xml="serial_csetb.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_icepick_m.xml" id="drivers" xml="serial_icepick_m.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/serial_c674x.xml" id="drivers" xml="serial_c674x.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="AWR1843" href="devices/awr1843.xml" id="AWR1843" xml="awr1843.xml" xmlpath="devices"/> </platform> </connection> </configuration> </configurations>
How can I get rid of the "Can't Run Target CPU" error? I don't need Uniflash to try and reset the AWR18.
Best regards
Sebastian