Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.81 KB

File metadata and controls

52 lines (37 loc) · 1.81 KB

Kingston eMMC PN 编码

采集日期:2026-05-08

外部资料

规则状态

iTXTech fdnext DecodePack:

  • packages/core/src/decodepack/rules/packs/kingston-emmc-token.json
  • vendor.kingston.emmc.v1

PN 结构:

结构 含义
EMMC + density + - + config Kingston eMMC
density 04G/08G/16G/32G/64G/128/256 4GB~256GB,落库为 Mbit
config MT32/CT32/MV28/MW28 MLC eMMC 5.1 HS400
config TS0A/TB9F/TY29 3D TLC eMMC 5.1 HS400
config WT32/WV28/WW28/IY29 I-Temp eMMC,-40°C~+85°C

Reference check

  • TY29 / IY29 不能只按 config 输出封装厚度:64GB/128GB 为 11.5x13.0x0.8,256GB 为 11.5x13.0x1.0
  • 规则使用 densityCode:configCode 二级 package 表,不使用完整 PN 白名单。

输出字段

  • density
  • storage_interface
  • interface_type
  • nand_technology
  • product_class
  • operation_temperature

package_code 等 ordering token 只用于内部解析,不进入公开字段。

测试样例

  • EMMC64G-TY29
  • EMMC128-IY29