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

Broken on Odroid XU3 armhf ARM 32bit #41

Closed
rsuzano opened this issue Apr 20, 2016 · 6 comments
Closed

Broken on Odroid XU3 armhf ARM 32bit #41

rsuzano opened this issue Apr 20, 2016 · 6 comments

Comments

@rsuzano
Copy link

rsuzano commented Apr 20, 2016

Hi,
As described at the README, I'm openning this issue with my system_info.txt.

The hardware is an Samsung Exynos5422 Cortex™-A15 2Ghz and Cortex™-A7 Octa core CPUs

system_info.txt

root@odroidHTPC:~/py-cpuinfo# python cpuinfo/cpuinfo.py
Traceback (most recent call last):
File "cpuinfo/cpuinfo.py", line 1563, in
main()
File "cpuinfo/cpuinfo.py", line 1531, in main
info = get_cpu_info()
File "cpuinfo/cpuinfo.py", line 1514, in get_cpu_info
info = get_cpu_info_from_cpuid()
File "cpuinfo/cpuinfo.py", line 935, in get_cpu_info_from_cpuid
info = b64_to_obj(output)
File "cpuinfo/cpuinfo.py", line 177, in b64_to_obj
b = pickle.loads(a)
File "/usr/lib/python2.7/pickle.py", line 1382, in loads
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 858, in load
dispatchkey
KeyError: '6'

@workhorsy workhorsy added the bug label Apr 20, 2016
@workhorsy
Copy link
Owner

Thanks for the bug report. I will soon try to get it working on Android. This will help.

@rsuzano
Copy link
Author

rsuzano commented Apr 21, 2016

workhorsy, just to know, it's an ARM CPU but the O.S. is ubuntu 15.10 armhf 32bits.

Its a Single board computer made by HardKernel called Odroid XU4, based on Samsung exynios octa core SoC

@workhorsy
Copy link
Owner

Oh. I guess I should not have assumed that ARM means Android. I will have to find a way to test Ubuntu on an ARM cpu.

@workhorsy workhorsy changed the title system_info.txt of a non working py-cpuinfo Broken on Odroid XU4 armhf ARM 32bit Feb 27, 2017
@workhorsy
Copy link
Owner

@rsuzano can you tell me if the new 3.0.0 release works?

@rsuzano
Copy link
Author

rsuzano commented Apr 6, 2017

@workhorsy sorry, but I've decided to disassemble my XU4 cloudshell by heating issues....Now I put my XU4 in a 20cmx20cm Electrical Junction Box with heatsink in both sides of board and a 12cm fan ...and removed the LCD. Sorry....

@workhorsy
Copy link
Owner

That is okay. Maybe I'll be able to test it on the Odroid XU4 another way.

@workhorsy workhorsy changed the title Broken on Odroid XU4 armhf ARM 32bit Broken on Odroid XU3 armhf ARM 32bit Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants