Part Number:PROCESSOR-SDK-DRA7X
Tool/software: TI-RTOS
I have a customer who is using: bios version 6.46.05.55 and xdctools version 3_32_01_22_core.
During program creation, the customer had binary output that have a different version of xdctools.
It contains verion xdctools_3_30_06_67_core.
Earlier today, the customer downloaded and installed BIOS from link http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/sysbios/6_46_05_55/index_FDS.html
I believe they used the following command:
$ cd /bios_6_46_05_55
$ grep xdctools_3_30_06_67_core -rn | wc -l 1738
$ grep xdctools_3_32_01_22_core -nr | wc -l 0
They could not find any information about xdctools_3_32_01_22_core.
Ultimately, the question is they are trying to find out why they have different verson of xdctools_3_30_06_67_core in the built program.
The FAE noted that in all version of the XDC tool, he was seeing the Core-mem file. So, he thinks this is possibly a build issue with *.cfg, but we decided to float to the e2e community.