-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Zynq Temperature Monitoring #27
base: master
Are you sure you want to change the base?
Conversation
Before merging, I need to verify that this allows the desired temperatures to be read. The aim is to be able to read internal temperatures from the Zynq. This is likely to come from UltraScale SYSMON, which should provide temperature and voltage readings. |
After uploading the image, the response from the root@petalinux-custom:~# sensors
ff0e0000ethernetffffffff01-mdio-1
Adapter: MDIO adapter
temp1: +34.0 C (crit = +100.0 C)
root@petalinux-custom:~# This sensor would appear to be the MDIO adapter (Alaska 88E1512), which has its own temperature sensor. The Zynq's own temperature has not been exposed. |
Note for later: needs driver? |
Temperatures are available as part of |
This interface is called ZynqMP AMS. According to Xilinx, this is in the Xilinx kernel only, not mainline. |
Appears to work, but confusing to use. Will use script instead
Added recipe for lmsensors to the project, which should enable the use of the
sensors
command to read data about the system.This should enable the system to read its own temperature.