Part Number: DRA821U
Other Parts Discussed in Thread: DRA821
I am using
- Ubuntu 22.04.3 LTS
- CCS12.5
- pdk_j7200_09_00_01_03
I am following the instructions here
I have edited the launch.js with my pdk path like this
//PDK path. Edit this
pdkPath = "/home/jeff/ti/ti-processor-sdk-rtos-j7200-evm-09_00_01_01/pdk_j7200_09_00_01_03";
//path to board config elf
pathSciclient = pdkPath+"/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/"
ccs_init_elf_file = pathSciclient+"sciclient_ccs_init_mcu1_0_release.xer5f";
When I run the .js file I get this error
js:> loadJSFile ("/home/jeff/ti/ti-processor-sdk-rtos-j7200-evm-09_00_01_01/pdk_j7200_09_00_01_03/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200")
Error getting reset type: Error getting reset type; index out of range (/home/jeff/ti/ti-processor-sdk-rtos-j7200-evm-09_00_01_01/pdk_j7200_09_00_01_03/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/launch.js#101)
I also tried
js:> loadJSFile ("/home/jeff/ti/ti-processor-sdk-rtos-j7200-evm-09_00_01_01/pdk_j7200_09_00_01_03/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/launch.js")
Error getting reset type: Error getting reset type; index out of range (/home/jeff/ti/ti-processor-sdk-rtos-j7200-evm-09_00_01_01/pdk_j7200_09_00_01_03/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/launch.js#101)
Can you please help me understand what the error is?
Thanks, Jeff
