When you go to https://mntre.com/ then there is the link “Documentation” at the top which gets you to Documentation: MNT Reform—MNT Research GmbH and then you want the first or the second link on that page depending on whether you prefer the HTML or PDF version, respectively.
It probably said what CPU your unit came with when you bought it. Did it?
Thanks for those answers. I checked the email order confirmation and the Crowd Supply product page/paragraph, but nowhere could I find the make or model of the CPU. Isn’t there some sort of command (as root) that would tell me what model of CPU is in the DIY Kit?
Thanks. That information appears fairly early on in that page, but I was taking my information from the mid-page description of the DIY kit which lacks the detail of the former (this appears just before the section with the title: " MNT Reform Accessories & Optional Add-Ons:".
Is there any program on the laptop O/S that would provide the detailed information such as: “NXP/Freescale i.MX8MQ” or is that detail only available upon physical inspection of the CPU chip itself?
On intel machines, you can usually run cat /proc/cpuinfo to find the human readable name of the CPU under “model name”. On many ARM machines, the /proc/cpuinfo output is not very helpful. It’s a bit better when looking at the output of lscpu which for me for example tells me that I have 2 Cortex-A53 and 4 Cortex-A73 cores on my A311D. What does lscpu show for you?