-
Notifications
You must be signed in to change notification settings - Fork 8
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
bad ../physical_package_id value #5
Comments
physical_package_id: physical package id of cpu#. Which values would you expect? |
As this processor has 4 cores, I should expected 0,1,2,3 or 0,0,0,0 for cpu0, cpu1, cpu2 and cpu3. |
Can you please try this and see if still the same? It is kernel 3.10.105. |
Interesting read: https://patchwork.kernel.org/patch/9265455/ |
Kernel 4.11 Will look into it when possible. |
I'll take the time to try 3.10.105 this weekend. Did you try Kernel 4.11 on BPIM64 ? |
Ok, I updated the board from 3.10.102 to 3.10.105. Got the same issue. |
yeah, 3.10.x seems to get this value as default for ARM on A64. tested also on Armbian on another A64 (Pine64+). Mainline 4.11 (Armbian) was on other A64 board (OPI). Mainline 4.11.x work bare bone on A64, has no HDMI,CSI and Desktop but you get GbE. 4.11 seems the way to go in this case, but to get fully working, you may need to wait several months.... |
I'll take the time to try 3.10.105 this weekend. Did you try Kernel 4.11 on BPIM64 ? Update: same issue with 3.10.105. I should have to wait for 4.11... |
If you care only about command line and connectivity (eth0), not sure it eMMC works in 4.11 but seems it is working (i still in the learning curve with 4.x), maybe i get it running in a few weeks, not a promise.... |
Take your time, i'll try the UP board next week from my side. |
When I cat:
cat /sys/devices/system/cpu/cpu0/topology/physical_package_id
I got a return value of -1, which is not correct.
The same for each cpu [0...3].
FYI, I'm using kernel 3.10.102
The text was updated successfully, but these errors were encountered: