Skip to content
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

Fix Zgemma H9 CPU info #1659

Closed
wants to merge 2 commits into from
Closed

Fix Zgemma H9 CPU info #1659

wants to merge 2 commits into from

Commits on Jul 29, 2018

  1. SystemInfo.py: Add HiSilicon detection

    I'm going to use this for Zgemma h9 CPU info problem (undefined) but we can use this in future for any hisilicon related thing so it's not box specific.
    /proc/cpuinfo won't give us what we need for h9 instead /proc/stb/info/chipset give us hi3798mv200 which is the right info for cpu model.
    persianpros committed Jul 29, 2018
    2 Configuration menu
    Copy the full SHA
    911fb4e View commit details
    Browse the repository at this point in the history
  2. Fix Zgemma h9 CPU info (undefined problem)

    /proc/cpuinfo won't give us what we need for h9 instead /proc/stb/info/chipset give us hi3798mv200
    After this you will see 1600 MHz (4 cores) too.
    It seems HiSilicon has this problem so you could use this for future models too.
    Screenshot: https://forums.openpli.org/topic/28532-merge-requests-for-plis-git/?view=findpost&p=912860
    littlesat didn't accepted my old PR: #1658 but I won't give up.
    Thanks PLi anyway I'm still your fan.
    persianpros committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f2d9d4a View commit details
    Browse the repository at this point in the history