内核中ufs存储设备的设备信息查询方法
本章主要介绍5.4版本内核中ufs存储设备的设备信息查询方法:
ufs设备相关信息节点位于系统:/sys/devices/platform/soc/1d84000.ufshc目录下,具体如下:
其中:
- device_descriptor:设备描述相关信息
- health_descriptor:使用寿命相关信息
- string_descriptors:物料型号、厂商、sn号等信息
具体如下:
device_descriptor:
查询料号信息:
adb root
adb shell “cat sys/devices/platform/soc/1d84000.ufshc/string_descriptors/product_name”
string_descriptors:
查询寿命:
adb root
adb shell “cat sys/devices/platform/soc/1d84000.ufshc/health_descriptor/life_time_estimation_a”
adb shell “cat sys/devices/platform/soc/1d84000.ufshc/health_descriptor/life_time_estimation_b”
health_descriptor: