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

linux-raspberrypi_%.bbappend: Enable CONFIG_RPIVID_MEM #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

floion
Copy link
Collaborator

@floion floion commented Feb 6, 2020

This was requested by customer.

Fixes: #453
Changelog-entry: Enable the rpivid-mem kernel module
Signed-off-by: Florin Sarbu [email protected]

@floion floion requested a review from a team February 6, 2020 12:31
@floion floion self-assigned this Feb 6, 2020
acostach
acostach previously approved these changes Feb 6, 2020
@floion floion force-pushed the enable_rpivid_kernel_module branch from 4285eea to 107ba77 Compare February 7, 2020 00:16
@zub0r
Copy link

zub0r commented Feb 7, 2020

Thanks, the approach with config works, but I need more of them.

RESIN_CONFIGS_append = " rpivid"

RESIN_CONFIGS[rpivid] = " \
    CONFIG_BRCM_CHAR_DRIVERS=y \
    CONFIG_BCM_VCIO=y \
    CONFIG_BCM_VC_SM=y \
    CONFIG_BCM2835_DEVGPIOMEM=y \
    CONFIG_RPIVID_MEM=y \
"

However, looks like vc_sm won't compile for 64bit - is it possible to compile the driver in 32bit and include it in 64bit kernel? (found -m32 flag but don't know where to use it in build script)

@balena-ci balena-ci force-pushed the enable_rpivid_kernel_module branch from 107ba77 to 1ec92a8 Compare March 2, 2020 19:40
This was requested by customer.

Fixes: #453
Changelog-entry: Enable the rpivid-mem kernel module
Signed-off-by: Florin Sarbu <[email protected]>
@kaisoz kaisoz added the versionbot/pr-draft Draft PR - Don't merge this PR automatically label Jun 10, 2020
@ghost ghost dismissed acostach’s stale review June 10, 2020 15:48

Approval reviews not allowed in Draft PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
versionbot/pr-draft Draft PR - Don't merge this PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing CONFIG_RPIVID_MEM kernel config for Pi 4
4 participants