-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Freescale i.MX8MP SoC (ARM) / MNT Pocket Reform #261
Comments
Wow, nice PC! cpufetch does have a lot of ways to infer the SoC, but in this case it seems to be not enough. The only (kind of) portable way I can see here is using |
The information online is a bit confusing:
Please let me know if my understanding is correct. I have pushed a patch in branch PS: Can I have the output of |
Yes, I've been referring to it in the same way that MNT have done (mostly in IRC chats), so your approach looks right on the naming.
|
Branch
Looks good to me, the logo is optional as the generic ARM logo was fine in my opinion! 👍🏻 thanks for the effort here. The Pocket Reform (and mainline Reform) support alternative CPU modules as well, including the Banana Pi CM4 which is an A311D (which I have access to) and the Rockchip RK3588 (which I have coming in the future), so I'll be happy to see how those show up in Nice work. |
Awesome! I have added the NXP logo (feedback is welcomed) and merged this into master. The ARM logo is a fallback when cpufetch knows it's an ARM CPU but does not know the specific SoC. Closing this, and looking forward your report for the hardware you mentioned in case it does not work. I expect the Banana Pi CM4 not to work and the RK3588 to work (I have a Rockchip as well so I try to give a good support for RK SoCs). Thanks! 👍 PS: I'd also be interested in adding support for other NXP SoCs such as i.MX 6/7/8 but cannot find a good source to find the corresponding value in |
Noted that new features / platforms should be submitted as issues rather than sending a PR.
Currently, the above SoC shows as Unknown.
It's a Cortex A53 and I'm running Debian unstable (which is what ships on the Pocket Reform)
Here is some additional system information that may be useful:
Let me know if I can provide any other diagnostic information that would help here.
The text was updated successfully, but these errors were encountered: