Hello, Cherry,
Nice to communicate with you. last week, I've met one question about thermal issue on SoC. when app is running, some log printed on screen and app stopped.
log as below:
it seems that some core in Soc is too hot to continue running. so monitor process power off the kernel. for current temprature of cores in Soc, we could check by below commands:
I've searched some documents, there is a mapping about tda4x on thermal_zone and cores as below:
thermal_zone0 -> WKUP domain DMSC core
thermal_zone1 -> MAIN domain MPU A72 core
thermal_zone2 -> MAIN domain C7x core
thermal_zone3 -> MAIN domain GPU core
thermal_zone4 -> MAIN domain R5F core
but I can't find the mapping about tda2X(tda2SX), could you kinldy tell me the mapping between cores and thermal zones? thanks in advance.
another question is :
could you kindly tell me what possible kinds of reasons could make the core too hot to run? I've checked the load of every core, the A15 load is about 40~50%, dsp2: 60%, dsp1: cant get the stat data, ipu2 :40%, it seems ok. but the temprature would be very high when SR1 has little free memory. but i can't see the mechanism between the memory and the temprature.
thanks in advance.