-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Describe the bug
NVMe HWMON support allows reporting the current NVMe drive temperature sensor(s) and min/max thresholds via this kernel infrastructure without the need for any utilities, no root requirement. This would be highly desirable for rpi5.
Please add, if possible the following in the kernel configs:
CONFIG_NVME_HWMON=y
Reference: https://cateee.net/lkddb/web-lkddb/NVME_HWMON.html
Steps to reproduce the behaviour
grep CONFIG_NVME_HWMON /boot/config-6.1.0-rpi7-rpi-2712
CONFIG_NVME_HWMON is not set
Device (s)
Raspberry Pi 5
System
cat /etc/rpi-issue
Raspberry Pi reference 2023-12-11
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 2acf7afcba7d11500313a7b93bb55a2aae20b2d6, stage2
vcgencmd version
2024/01/05 15:57:40
Copyright (c) 2012 Broadcom
version 30cc5f37 (release) (embedded)
uname -a
Linux rpi5 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Logs
No response
Additional context
No response