I am trying to debug a A53 and hexagon core.
I have attached the A53 core, which is now running. But when i run the hexagon core, I get command locked in SYS.GTL.LIBNAME ">LPATH\>LDllName" both the variables are substituted.
SYS.GTL.MODELNAME "model_name"
SYS.GTL.GPIONAME "GPIO_name"
SYS.GTL.LIBNAME ">LPATH\>LDllName"
cd "&DllPath"
SYS.GTL.CONNECT
cd "&currdir\.."
SYS.CONFIG.DAPNAME "dapname"
I have this config in startup.cmm of both a53 and hexagon cores.
But when I debug by stepping the cmm script, I am able to pass through the line and i am not facing any errors.
Is there any other config I am missing.