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

Driver works when manually load kernel module, but not when compiled in kernel image #16

Open
mattcarp12 opened this issue Oct 6, 2020 · 1 comment

Comments

@mattcarp12
Copy link

I followed the instructions here to compile and update the kernel image and device tree to work with the IMX477. I also compiled the 477 driver as a kernel module.

When I use the kernel image with the driver compiled in the camera does not work. I get the "camera not found" error when running nvgstcapture.

However when I use the original kernel image, patched DTB, and kernel module, the camera works perfectly.

I would prefer to have the kernel image with the driver included so I don't need to load the module. Any tips on how to troubleshoot this?

@rrcarlosrodriguez
Copy link
Member

@mattcarp12 we are using the driver built in in the kernel and not as module, so we have confirmed it works. Please try to follow the instructions one more time to see if you have missed a step. You can even try the debians method which is more straightforward and uses the driver built in the kernel

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