Android Head Units

M600 (SD662/SM6115) and M606 (SD460/SM4250)

ModelChipsetPart numberCPU
M600Snapdragon 662SM61158-core 2GHz Cortex-A73
M606Snapdragon 460SM42508-core 1.8GHz Cortex-A73

Is this my unit?

Three ways to check, in increasing order of effort.

From Android settings

Settings → About shows the build number, which starts with the platform name. On this platform it looks like M600. This is the only check that separates platforms sharing a chipset.

From build.prop

ro.board.platform on this platform reads bengal. That value alone does not identify your unit — it is shared with M700/M785 and GT7/GT7PRO. Use the build number above to tell them apart.

Ignore ro.product.system.*. It reads qssi on every Android 11 and newer unit and identifies nothing.

From the chipset id

Read the SoC id the kernel reports:

cat /sys/devices/soc0/soc_id

Then look it up. Part numbers used by this platform are in bold.

soc_idPart number
417SM4250
441SM4125
444SM6115
469QCM4290
470QCS4290
473QCM2290
474QCS2290
497QCM6490
498QCS6490
518, 561SM6225
585SG4150P

Build properties

M600: Qualcomm Snapdragon 662 (SM6115), 8-core 2.0GHz, Cortex-A73 M606: Qualcomm Snapdragon 460 (SM4250), 8-core 1.8GHz, Cortex-A73

build.prop
  ro.product.system.brand=qti
  ro.product.system.device=qssi
  ro.product.system.manufacturer=QUALCOMM
  ro.product.system.model=qssi system image for arm64
  ro.product.system.name=qssi
  ro.system.build.fingerprint=qti/qssi/qssi:13/TKQ1.230213.001/robot04261159:userdebug/test-keys

vendor/build.prop
  ro.board.platform=bengal
  ro.build.display.id=Ksw-T-M600_OS_v1.6.1
  ro.product.board=bengal
  ro.product.vendor.brand=qti
  ro.product.vendor.device=bengal
  ro.product.vendor.manufacturer=QUALCOMM
  ro.product.vendor.model=Bengal for arm64
  ro.product.vendor.name=bengal
  ro.vendor.build.fingerprint=qti/bengal/bengal:11/RKQ1.230210.001/robot04261205:userdebug/test-keys

Firmware for this platform

Showing the newest 10 of 61. The most recent is version 1.8.6.

All KSW firmware updates · All KSW platforms · Factory settings

Something wrong or missing on this page? Edit it on GitHub.