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

missing device node for CPU? But it still works #1273

Closed
microaaron opened this issue Jan 28, 2016 · 4 comments
Closed

missing device node for CPU? But it still works #1273

microaaron opened this issue Jan 28, 2016 · 4 comments

Comments

@microaaron
Copy link

I compiled the kernel with bcm2709_defconfig. But when I boot the RPi2 with the new kernel, It appeared:
[ 0.053394] missing device node for CPU 0
[ 0.053470] missing device node for CPU 1
[ 0.053498] missing device node for CPU 2
[ 0.053525] missing device node for CPU 3
But it looks still works. It still can enter the desktop.
I found this kernel I build is smaller than another kernel in github.com/raspberrypi/firmware, that kernel won't miss device node for CPU.
So I guess that kernel was compiled with a different config. But how to config the kernel to let it not missing device node for CPU?

@microaaron microaaron changed the title missing device node for cpu ? But it still works missing device node for CPU ? But it still works Jan 28, 2016
@microaaron microaaron changed the title missing device node for CPU ? But it still works missing device node for CPU? But it still works Jan 28, 2016
@popcornmix
Copy link
Collaborator

First did you follow: https://www.raspberrypi.org/documentation/linux/kernel/building.md ?
That should produce a kernel with same behaviour as one from firmware repo.

@microaaron
Copy link
Author

Thanks for your help. I followed the way and tried again. But it still happeded.
img_20160130_205201

@popcornmix
Copy link
Collaborator

Are you using the rpi-4.1.y tree?
what does knlinfo kernel.img report?
Is device-tree present when you have booted (i.e. does /proc/device-tree exist)?

@microaaron
Copy link
Author

Sorry, I forgot to mkknlimg the zImage, so knlinfo report no trailer. Thank you. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants