Dallo sviluppatore del kext per il rilevamento della temperatura sui processori AMD, ecco una utility che fa il verso a quella intel.
CaratteristicheSupporta la lettura dei dati di temperatura, energia e clock sui processori AMD 17h.
✅ https://github.com/trulyspinach/SMCAMDProcessor
✅ https://github.com/trulyspinach/SMCAMDProcessor/releases
release 0.6.6
Installation
SMCAMDProcessor now comes in two separate binaries(kernel extensions):
AMDRyzenCPUPowerManagement.kext for all power management features. This kext is also required if you would like to use AMD Power Gadget.
SMCAMDProcessor.kext to publish readings to VirtualSMC, which enables macOS applications like iStat to display sensor data. This kext depends on AMDRyzenCPUPowerManagement.kext to collect sensor data, thus must be loaded after.
Download the kext(s) and application from Release page
Add AMDRyzenCPUPowerManagement.kext to kext folder of your bootloader.
Edit your bootloader's config file to make sure the kext is enabled.
If you're using VirtualSMC you can also load SMCAMDProcessor.kext to publish sensor data.
Bootloaders like OpenCore will link each kext in the order they present in config file, so make sure AMDRyzenCPUPowerManagement.kext comes before SMCAMDProcessor.kext as it serves as a dependency.