What does CPU ID think of SAIL-IMX6 series?
To view the ID information for CPU, we can view it through the cat / proc/cpuinfo command:
As shown in the figure:
Imx6dl:
Root@imx6qdlsolo:~# cat/proc/cpuinfo
Processor: 0
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 6.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Processor: 1
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 6.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Hardware: Freescale i.MX6 Quad/DualLite (DeviceTree)
Revision: 0000
Serial: 0000000000000000
Root@imx6qdlsolo:~#
Inx6q:
Root@sabresd_6dq:/ # cat/proc/cpuinfo
Processor: 0
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 3.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Processor: 1
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 3.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Processor: 2
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 3.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Processor: 3
Model name: ARMv7 Processor rev 10 (v7l)
BogoMIPS: 3.00
Features: half thumb fastmult vfp edsp neonvfpv3 tls vfpd32
CPU implementer: 0x41
CPU architecture: 7
CPU variant: 0x2
CPU part: 0xc09
CPU revision: 10
Hardware: Freescale i.MX6 Quad/DualLite (DeviceTree)
Revision: 0000
Serial: 0000000000000000
Root@sabresd_6dq:/ #
Through this command, we can easily query the relevant information about the cpu id we need. Interested partners can give it a try.