thebel1 / thpimon

Native ESXi on Arm hardware status driver for the Raspberry Pi.
1 stars 0 forks source link

Is there a way to get the temperature in X64? #7

Closed huangsijun17 closed 3 years ago

huangsijun17 commented 3 years ago

Can the script be ported to the X64 platform?

nyx0 commented 3 years ago

ESXi Arm Edition is 64bits -> Build 18427252 VMware-VMvisor-Installer-7.0.0-18427252.aarch64.iso

thebel1 commented 3 years ago

Can the script be ported to the X64 platform?

If you mean x86-64 then no, simply porting it won't be enough. A new driver would have to be written for the specific target platform.

huangsijun17 commented 3 years ago

Can the script be ported to the X64 platform?

If you mean x86-64 then no, simply porting it won't be enough. A new driver would have to be written for the specific target platform.

Thx