Other Parts Discussed in Thread: AWR1642, UNIFLASH, AWR1443
Hi,
I am new to CCS and AWR1642. Bear with me for the basic doubt. I want to load the mmw demo program into flash to work with the mmWave Demo Visualizer. These are the things I have done.
Process1: I used Uniflash as given by the demo videos/PDFs. In the Meta image 1 and meta image 2, I chose the 16xx version (C:\ti\mmwave_sdk_01_00_00_05\firmware\radarss\ xwr16xx_radarss_rprc.bin). The step by step guide asked to load the "C:\ti\mmwave_sdk_<ver>\firmware\radarss\xwr12xx_xwr14xx_radarss.bin".
Error seen was Header of C:/ti/mmwave_sdk_01_00_00_05/firmware/radarss/xwr16xx_radarss_rprc.bin file indicates it is not a valid file to flash to AWR1642: 0x43525052
[ERROR] CortexR4_0: !!! Aborting flashing of specified files!!!
Process 2: After going through the mmWave Sensors forum, I got the idea to use the Radar Studio. I downloaded the DFP and installed the 0.7.0.0.4 version. Used the user guide and modified the batch file as below:
FORMAT,SFLASH
C:\ti\mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw\xwr16xx_mmw_demo.bin,META_IMAGE1,SFLASH
and executed the command as : mmwaveprog_cmdline.exe -c -p 3 -b xwr16xx_package.txt
the error displayed was :
.......port opened
Downloading file to AR1XXX device..
Traceback (most recent call last):
File "mmwaveprog_cmdline.py", line 48, in <module>
File "mmwaveprog.pyc", line 345, in download_file
File "mmwaveprog.pyc", line 212, in _send_start_download
KeyError: 'META_IMAGE1'
Now I have erased the flash, which came with the out of box demo. And I am unable to load any image into the flash or the processors directly.
Kindly help me.