So I have a linux embedded system. When I
cat /proc/cpuinfo
I get
model name: ARMv7
hardware : imx.6
After googling and searching stackoverflow, I still do not really understand the difference between them.
imx.6 seems to be a microcontroller. and ARMv7 seems to be the processor.
- So, does the imx.6 on my system has an ARMv7 in it?
- What is the actual difference (on my mainboard and in their functionality) between a microcontroller and a processor?
Thanks a lot for your input!