04-19-2016, 01:59 PM
(04-19-2016, 01:34 PM)tkaiser Wrote:(04-19-2016, 01:17 PM)longsleep Wrote: Looks similar to mine.
4 is 'wrong' (VGA) and should be 3 (HDMI) instead. Just looked how it's with the rather similar sun8i BSP (H3/A83T). Similar 'wrong' but there this happens in the kernel and not u-boot. Fun stuff to deal with
No, that is actually U-Boot is using a bitmask where 4 is HDMI, VGA is 8. See https://github.com/longsleep/u-boot-pine...ay2.h#L127