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.

TMS320F28335: Migrating a DSP/BIOS (5.42) project to a SYS/BIOS (6.80) - error during bios conversion of tcf file to to cfg file using XC command in command prompt

Part Number: TMS320F28335


Hello,

I'm trying to migrate a project from DSP/BIOS 5.42  to the latest SYS/BIOS 6.80. Also, move the project from CCS5.5 to CCS11. (Device used: C2000 - TMS320F28335).

I'm following the Application Report SPRAAS7G.

During the conversion of the Tconf configuration script to an RTSC Configuration Script using the terminal command XS as mentioned in section 2.4, I'm getting the following error.

 

C:\ti\xdctools_3_60_01_27_core>xs --xp "C:\ti\bios_6_41_04_54\packages" ti.bios.conversion -c myConfig.cfg --pr "C:\Users\gselvaraj\workspace_v11\V01199R18" --pn RTSCpackage -i tck.tcf

C:\ti\xdctools_3_60_01_27_core\xs: error: can't create session manager: create of JVM failed

I referred to the following posts in e2e forum, however, I 'm still not able to fix the above issues.

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/915739/ccs-tms320f28335-rtos-xdctools_java_home-not-set-error-when-running-tconf-script-to-a-rtsc-configuration-script-conversion-tool/3387843?tisearch=e2e-sitesearch&keymatch=ti.bios.conversion#3387843

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/706424/ccs-cc3200-xs-error-can-t-create-session-manager-can-t-find-a-jvm
this is my system variables screenshot
I tried with different XDC tools and different bios packages and still can't solve the error
Bios packages I tried:  
bios_6_35_04_50, 
bios_6_41_04_54, 
bios_6_83_00_18
XDC tools I tried: 
xdctools_3_24_07_73,  
xdctools_3_60_01_27_core
How do I fix the above error?