Skip to content

Conversation

@floion
Copy link
Contributor

@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]>
@balena-ci balena-ci force-pushed the enable_rpivid_kernel_module branch from 1ec92a8 to 76fbac6 Compare April 24, 2020 09:07
@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

5 participants