Other Parts Discussed in Thread: UNIFLASH, AWR1843
Hi Team,
I'm Working with AWR1843BOOST & Uniflash
I got this problem (see attachment)
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.
Hi Team,
I'm Working with AWR1843BOOST & Uniflash
I got this problem (see attachment)
Hi , Cesar
I have also tried this file and got the same error.
(Same hardware settings)
file : mrr_18xx_mss.bin
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Initialization complete.
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Flashing process starting...
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Connecting to COM Port COM5...
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Reset connection to device
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Set break signal
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Connection to COM port succeeded. Flashing can proceed.
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Reading device version info...
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: ** 1 files specified for flashing.
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Checking file C:/Users/APRDC-3/Downloads/mrr_18xx_mss.bin for correct header for AWR1843.
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Header of C:/Users/APRDC-3/Downloads/mrr_18xx_mss.bin file indicates it is not a valid file to flash to AWR1843: 0x43525052
[2023/1/12 下午3:37:17] [ERROR] Cortex_R4_0: !!! Aborting flashing of specified files!!!
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Disconnecting from device on COM port COM5...
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Flashing instance clean-up initiated...
[2023/1/12 下午3:37:17] [INFO] Cortex_R4_0: Instance deinitialized
Hi,
The file you are trying to use does not have the correct flashing format.
Please use this file:
C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw\xwr18xx_mmw_demo.bin
This is the file that is formatted for flashing
Thank you
Cesar
Hi,
I tried this file (xwr18xx_mrr_demo.bin) and it worked.
What is the difference between this file and the file you provided?
file I tried : xwr18xx_mrr_demo.bin
console:
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Initialization complete.
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Flashing process starting...
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Connecting to COM Port COM7...
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Reset connection to device
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Set break signal
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Connection to COM port succeeded. Flashing can proceed.
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Reading device version info...
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: ** 1 files specified for flashing.
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Checking file C:/Users/APRDC-3/Desktop/ccs/mrr_18xx_mss/Debug/xwr18xx_mrr_demo.bin for correct header for AWR1843.
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: AWR1843 device, fileType=META_IMAGE1 detected -> OK
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: !! Files are valid for AWR1843.
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: Format on download was specified. Formatting SFLASH storage...
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: -->Erasing storage [SFLASH]
[2023/1/14 下午4:34:10] [INFO] Cortex_R4_0: -->Sending Erase command to device...
[2023/1/14 下午4:34:22] [SUCCESS] Cortex_R4_0: -->Erase storage completed successfully!
[2023/1/14 下午4:34:22] [INFO] Cortex_R4_0: Downloading [META_IMAGE1] size [261764]
[2023/1/14 下午4:34:53] [INFO] Cortex_R4_0: SUCCESS!! File type META_IMAGE1 downloaded successfully to SFLASH.
[2023/1/14 下午4:34:53] [INFO] Cortex_R4_0: Disconnecting from device on COM port COM7...
[2023/1/14 下午4:34:53] [INFO] Cortex_R4_0: Flashing instance clean-up initiated...
[2023/1/14 下午4:34:53] [INFO] Cortex_R4_0: Instance deinitialized!
[2023/1/14 下午4:34:53] [SUCCESS] Program Load completed successfully.
Thank you
Eric