Ongoing HDMI limited compatability - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: General Discussion on PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=3) +--- Thread: Ongoing HDMI limited compatability (/showthread.php?tid=690) |
RE: Ongoing HDMI limited compatability - longsleep - 04-19-2016 (04-19-2016, 12:09 PM)rahlquist Wrote:(04-19-2016, 12:04 PM)longsleep Wrote: Well whatever it is, do not expect the situation to improve anytime soon. I do not care much about display and just made it work 1080p@60Hz no further questions asked. Pine64+ is very nice for a lot of use cases - i am sure you find plenty people willing to buy yours if you do not want it. To come back to the HDMI issue, if you want to help debugging get yourself a serial adapter (http://linux-sunxi.org/Pine64#Serial_port_.2F_UART) and post the full boot log (starting from boot0) to something like http://paste.ubuntu.com and share the link. The outout you need to paste looks like that one https://www.stdin.xyz/downloads/people/longsleep/pine64-images/BOOTLOG.txt - if you provide that some people might be interested to take a look. RE: Ongoing HDMI limited compatability - rahlquist - 04-19-2016 (04-19-2016, 12:20 PM)longsleep Wrote:http://pastebin.com/41D22vnt(04-19-2016, 12:09 PM)rahlquist Wrote:(04-19-2016, 12:04 PM)longsleep Wrote: Well whatever it is, do not expect the situation to improve anytime soon. I do not care much about display and just made it work 1080p@60Hz no further questions asked. RE: Ongoing HDMI limited compatability - tkaiser - 04-19-2016 (04-19-2016, 01:02 PM)rahlquist Wrote: http://pastebin.com/41D22vnt Hmm... this is VGA and not HDMI: Code: disp0 device type(4) enable RE: Ongoing HDMI limited compatability - longsleep - 04-19-2016 Looks similar to mine. So what does not work exactly? Please also post the output of xxd hdmi/hdmi/attr/edid and cat graphics/fb0/modes RE: Ongoing HDMI limited compatability - tkaiser - 04-19-2016 (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 RE: Ongoing HDMI limited compatability - longsleep - 04-19-2016 (04-19-2016, 01:34 PM)tkaiser Wrote:(04-19-2016, 01:17 PM)longsleep Wrote: Looks similar to mine. No, that is actually U-Boot is using a bitmask where 4 is HDMI, VGA is 8. See https://github.com/longsleep/u-boot-pine64/blob/pine64-hacks/include/sunxi_display2.h#L127 RE: Ongoing HDMI limited compatability - Darkover - 04-20-2016 So, the monitor won't wake up because it is expecting "something else"(1050p/60Hz), but Pine is pushing 1080p/60Hz? RE: Ongoing HDMI limited compatability - rahlquist - 04-20-2016 (04-19-2016, 01:17 PM)longsleep Wrote: Looks similar to mine. So what does not work exactly? Code: root@localhost:~# xxd hdmi/hdmi/attr/edid RE: Ongoing HDMI limited compatability - tkaiser - 04-20-2016 (04-20-2016, 05:49 AM)rahlquist Wrote: cat: graphics/fb0/modes: No such file or directory These are relative paths, most likely relative to /sys/class (don't know -- booted the Pine64 a few weeks ago the last time). You might succeed doing a 'find /sys -type d -name fb0' to know the prefix needed to chdir to or create absolute paths. RE: Ongoing HDMI limited compatability - rahlquist - 04-20-2016 (04-20-2016, 06:24 AM)tkaiser Wrote:(04-20-2016, 05:49 AM)rahlquist Wrote: cat: graphics/fb0/modes: No such file or directory Thanks, when acting as 'smart hands' and troubleshooting using instructions from another person I tend to be terribly literal. Using the info you provided; Code: root@localhost:~# find /sys -type d -name fb0 Code: root@raspberrypioldpi:~# tvservice -s Code: root@raspberrypioldpi:~# tvservice -d edid.dat Code: root@raspberrypioldpi:~# cat /sys/devices/platform/soc/soc:fb/graphics/fb0/modes ATTENTION Moderator Note Forum doesn't allow upload of files with the extension .log seriously? Might what to address that lol. Have edited kernel startup params as some others have mentioned no luck Kernel command line: console=tty0 console=ttyS0,115200n8 no_console_suspend,disp.screen0_output_mode=EDID:1280x720p60, earlycon=uart,mmio32,0x01c28000 mac_addr=7a:6e:63:ac:21:f1 root=/dev/mmcblk0p2 ro rootwait |