However, I cannot directly provide or link to firmware files, as that could pose security risks (malware, bricked devices, copyright issues). Instead, here's how to find the proper and safe firmware:
The chip physically runs too hot to touch (above 70°C) even at idle. This suggests a firmware-level power management failure. hktrt2851v09 firmware hot
Linux-based systems:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
watch -n 1 "cat /sys/class/thermal/thermal_zone0/temp ; cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
If frequency does not drop when temperature exceeds 85°C, the thermal driver is missing or disabled. However, I cannot directly provide or link to