-
Notifications
You must be signed in to change notification settings - Fork 294
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
[REQUEST] LibCEC support for new inexpensive Nvidia Jetson Nano single board computers? #533
Comments
+1. |
It's not magic, we need access to the CEC pin on the hdmi port
If it's not connected then it will be impossible
…Sent from my Huawei phone
-------- Original message --------
From: anishsane ***@***.***>
Date: Fri, 24 Sep 2021, 07:15
To: Pulse-Eight/libcec ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [Pulse-Eight/libcec] [REQUEST] LibCEC support for new inexpensive Nvidia Jetson Nano single board computers? (#533)
+1.
The lack of CEC support on Jetson Nano is preventing me to use it as a media player. (Lack of CEC and LIRC support)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#533 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAEFI53G3PADG2KR3TLR4QDUDQJOXANCNFSM4SHBPWTQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I read in a forum that the hardware is all fine - the CEC pin on the HDMI port is indeed connected. Only the software (kernel) does not support it. EDIT: kernel supports it too. The userspace library does not. |
The HDMI-CEC pin is connected according to Nvidia's documentation.
|
Android (LineageOS) is available on Jetson Nano. I have also verified that the (old) code from https://github.com/BuzzBumbleBee/libcec is able to send/receive over CEC. |
I have created #636 |
Can we please get upstream libcec support for the new Nvidia Jetson Nano 2GB and Nvidia Jetson Nano 4GB budget SBC?
Nvidia Jetson Nano is based on a compute module with an SoC type similar to the Nvidia Tegra inside an Nvidia Shield TV box.
Not sure if you heard but Nvidia has released a budget series of Nvidia Jetson development kits called "Nvidia Jetson Nano".
Nvidia Jetson Nano 2GB was just launched and only cost $54 (US) without Wi-Fi or $59 (US) with a WiFi USB dongle.
https://developer.nvidia.com/embedded/jetson-nano-2gb-developer-kit
Nvidia Jetson Nano 4GB has a slightly more powerful CPU and GPU plus extra expansion ports and still only cost $99 US
https://developer.nvidia.com/embedded/jetson-nano-developer-kit
There should make for more attractive HTPC hardware if media player applications like Kodi had HDMI-CEC support for it.
Some work has been done for the much more expensive Nvidia Jetson TK1 DevKit as well as Tegra X1/X2 SoCs for mobiles:
https://github.com/BuzzBumbleBee/libcec
https://forums.developer.nvidia.com/t/wip-hdmi-cec-on-tegra-jetson/35265/
There is also a CEC driver available for Nvidia Tegra that uses the Linux Kernel's generic CEC framework interface:
https://github.com/torvalds/linux/blob/master/drivers/media/cec/platform/tegra/tegra_cec.c
https://lwn.net/Articles/728147/
http://lkml.iu.edu/hypermail/linux/kernel/1711.1/06245.html
https://www.mail-archive.com/[email protected]/msg118714.html
Anyway, all Nvidia Jetson SBC and SOM do support HDMCI-CEC so it is software support that is lacking
https://forums.developer.nvidia.com/t/cec-line-for-hdmi/68970
The text was updated successfully, but these errors were encountered: