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

tegra-cec support #636

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

tegra-cec support #636

wants to merge 3 commits into from

Conversation

anishsane
Copy link

@anishsane anishsane commented Jun 18, 2023

The original implementation was done by https://github.com/BuzzBumbleBee/libcec for an old version of libcec.

I have updated it for the latest libcec code.
I have tested this with cec-client and with Kodi 20.01.

( Resolves #533 )

A side note:
This code writes to /sys/devices/platform/tegra_cec/cec_logical_addr_config . This file is by default not writable (0644) by a normal user.
Your client (cec-client or kodi) needs to be run as root (not recommended). Or chmod this file to be writable by all users (0666) at startup.

The original implementation was done by https://github.com/BuzzBumbleBee/libcec
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

Successfully merging this pull request may close these issues.

[REQUEST] LibCEC support for new inexpensive Nvidia Jetson Nano single board computers?
2 participants