I did find out this thread: http://forum.armbian.com/index.php/topic...er-for-h3/
It implements HDMI CEC driver for Allwinner H3 which appears to be very similar to Allwinner A64.
I tried to compile that and I even started receiving some messages from my TV.
I was unable to send anything, but maybe someone is willing to try this two branches and fix it themselves:
https://github.com/ayufan-pine64/build-pine64-image
https://github.com/ayufan-pine64/linux-pine64
You have to compile Linux kernel, compile .dts and patch libcec with this patch: http://sunxi.das-eckchen.de/sunxi_libcec.patch.
When you `modprobe hdmi_cec` you should start seeing something on `dmesg` and when execute `cec-client`.
It implements HDMI CEC driver for Allwinner H3 which appears to be very similar to Allwinner A64.
I tried to compile that and I even started receiving some messages from my TV.
I was unable to send anything, but maybe someone is willing to try this two branches and fix it themselves:
https://github.com/ayufan-pine64/build-pine64-image
https://github.com/ayufan-pine64/linux-pine64
You have to compile Linux kernel, compile .dts and patch libcec with this patch: http://sunxi.das-eckchen.de/sunxi_libcec.patch.
When you `modprobe hdmi_cec` you should start seeing something on `dmesg` and when execute `cec-client`.