-
Notifications
You must be signed in to change notification settings - Fork 103
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
Audio over HDMI #44
Comments
@LucaVs this went mainline around v4.9.x/v4.10.x |
So you mean I must wait for next release ? |
@LucaVs no use whatever kernel you want. HDMI-AUDIO works in: v4.4.x-ti v4.9.x-ti v4.9.x-bone (i think) Regards, |
@RobertCNelson This way I can't use SGX. |
Are you "really" using SGX, or just mesa's software implementation? Regards, |
I'm using SGX driver as described here: http://elinux.org/BeagleBoardDebian#SGX_Drivers . |
@LucaVs please test the am33x-v4.11 branch of bb-kernel kernel: just two sdk patches: Regards, |
Last time I update kernel using:
How should I update to am33x-v4.11 ? |
From teh bb-kernel repl, am33x-v4.11 branch: ./build_deb.sh Copy *.deb to target: Regards |
Ok, do I need to enable/disable some module in kernel configuration before building or I can get the default? |
I built and installed 4.11. BBB boot (no blue led when running) but now I can't load omaplfb module. |
You need to build them:
|
Just installed 4.11 and rebooted. Another issue I found is that when rebooting by terminal sometimes it doesn't start and I need to unplug power. |
@LucaVs thanks for testing! Just pushed out an official build, so the kernel and sgx modules will be in the apt repo this afternoon. I've noticed the reboot lockup too, still testing.. Regards, |
Will it be possible to upgrade kernel and install SGX modules using apt-get without following http://elinux.org/BeagleBoardDebian#SGX_Drivers ? |
Once you create and install the userspace lib's... both the kernel and sgx modules are in apt to precise do that. ;) |
and i added it back to the update_kernel.sh script: RobertCNelson/boot-scripts@8557455
(well tomorrow anyways, as --testing=[4.10.13-bone1], need to wait till the builders finish) http://gfnd.rcn-ee.org:81/farm/deb/ Regards, |
Thanks, |
I'm using the last image for my BBB:
bone-debian-8.7-iot-armhf-2017-03-19-4gb.img.xz
I need to play audio to an HDMI connected TV but is doesn't works.
I'm trying with aplay command but it doesn't find audio device:
I'm also using kernel 4.4.57-bone17 to enable SGX.
Is there a way to enable Audio over HDMI?
Thanks
The text was updated successfully, but these errors were encountered: