Skip to content
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

Can't get HDMI out on OrangePi One on sunxi-next #290

Closed
cnlohr opened this issue Mar 12, 2018 · 2 comments
Closed

Can't get HDMI out on OrangePi One on sunxi-next #290

cnlohr opened this issue Mar 12, 2018 · 2 comments

Comments

@cnlohr
Copy link

cnlohr commented Mar 12, 2018

Seems like nothing I do can get the sunxi-next (e4c48ca) kernel to output to HDMI.

I've tried a number of tweaks to the dts file, but, nothing seems to get it to actually output.

[    3.800783] mali: loading out-of-tree module taints kernel.
[    3.803908] Couldn't find the mali node
[    4.187294] Adding 131068k swap on /var/swap.  Priority:-2 extents:2 across:139260k SS
[    4.950014] sun8i-mixer 1100000.mixer: Couldn't get our reset line
[    4.950105] sun4i-drm display-engine: failed to bind 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer]): -517
[    4.950113] sun4i-drm display-engine: Couldn't bind all pipelines components
[    4.950216] sun4i-drm display-engine: master bind failed: -517
[    5.352095] systemd-journald[303]: Received request to flush runtime journal from PID 1
[    5.533292] sun8i-mixer 1100000.mixer: Couldn't get our reset line
[    5.533412] sun4i-drm display-engine: failed to bind 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer]): -517
[    5.533419] sun4i-drm display-engine: Couldn't bind all pipelines components
[    5.533541] sun4i-drm display-engine: master bind failed: -517
[    5.534068] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
[    5.548419] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[    5.548439] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[    7.796047] random: crng init done
[    8.636363] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx

Here is my kernel command line

root=UUID=a769471e-a787-40d3-8298-d31c195f1bb9 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=67b5d560-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1```

Any ideas?
@wens
Copy link
Member

wens commented Mar 12, 2018

Did you enable the DE2 CCU clock driver?
It's CONFIG_SUN8I_DE2_CCU.

@cnlohr
Copy link
Author

cnlohr commented Mar 12, 2018

well bingo bango. THANK YOU!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants