(04-03-2016, 06:30 AM)longsleep Wrote: I just uploaded a new Ubuntu Xenial image which includes the updated Kernel, fixing the 2GB model Ethernet crash.
Get 20160403-1 from https://www.stdin.xyz/downloads/people/l...es/ubuntu/
As always, for a list of changes and full details see the first post in this thread.
Thanks longsleep, great work !
(04-03-2016, 07:00 AM)Andrew2 Wrote:(04-02-2016, 11:52 AM)longsleep Wrote:(04-02-2016, 11:36 AM)Xyntec Wrote: I got my pine hooked on my monitor via a hdmi2dvi cable. I guess hdcp needs to be turned off or something. Thanks for your help!
Its off already, see https://github.com/longsleep/build-pine6....dts#L2004
It's about hdmi_cts_compatibility, that has to be set to 1 if one wants to use a DVI display with BSP kernel. In Armbian we implemented a quick&dirty script to adjust display settings on H3 boards: h3disp that could be adopted easily (by Lenny Raposo for example ; ) to a a64disp version that uses dtc instead bin2fex/fex2bin. Everything else can remain pretty identical (of course device-tree-compiler package should be added to the list of default packages).
BTW: There seems to be a user definable 2nd led on the board connected to pin PL7. Would be great if this would be defined in the .dts since then the board could provide at least a little bit feedback while booting
Please excuse my Linux illiteracy, but could you please briefly explain how to change hdmi_cts_compatibility to 1 or point me to a relevant article? cheers!