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