Get EMMC IO Statistical Error Count
更新时间: 2026/08/06
在Gitcode上查看源码Get EMMC IO Statistical Error Count
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the number of eMMC I/O errors.
Privilege
READONLY
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | 0x00 |
| 2 | 0x02 |
| 3:4 | Reserved extended field. Set it to 0. |
| 5 | Sdrtype. Set it to 0x83. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:5 | Error Count (LS Byte first) |
Command Example
Obtain the number of eMMC I/O errors.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x83Response:
text
01 00 01 00