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

64-bit version of bcm2835-v4l2? #2117

Closed
UMRnInside opened this issue Jul 15, 2017 · 2 comments
Closed

64-bit version of bcm2835-v4l2? #2117

UMRnInside opened this issue Jul 15, 2017 · 2 comments

Comments

@UMRnInside
Copy link

I compiled 64-bit kernel (and its modules),but I CANNOT find bcm2835-v4l2
I wonder WHY is it missing and HOW to compile a 64-bit version of bcm2835-v4l2

@6by9
Copy link
Contributor

6by9 commented Jul 17, 2017

64bit kernels are not currently being supported by Pi Towers. Some drivers have been updated (often by various members of the community), but not all.

There are various issues with switching the IPC with the firmware to use 64 bit pointers whilst maintaining backwards compatibility. The GPU itself is inherently 32bit, and some of the IPC structures got defined using void* so need to be modified to u32/uint32_t and then mapped somewhere.

Some of the work has been done upstream in 4.12, so if you look at https://github.com/raspberrypi/linux/tree/rpi-4.13.y/drivers/staging/vc04_services/bcm2835-camera you'll find what has been done.

@JamesH65
Copy link
Contributor

Closing this issue as questions answered/issue resolved.

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

3 participants