I have BIOS configuration file (.tcf) that created on BIOS v5.x. I want to convert this to RTSC file using XDC tool, so that I can use BIOS v6 and project that uses RTSC configuration file. I have CCS 4.2.3.00004. But I got error while running xs comand that says 'no schema file was found. I have .tcf and .tci file in the same folder and running xs command from DOS command window from the directory where .tcf and .tci files are exist. Following is the command used,
xs --xp= "%XDCROOT%" ti.bios.conversion -c hdrConfig.cfg --pr `C:/Temp/Myrepository' hdrbios.tcf
Please help me if anyone knows how to fix this problem. Thanks.