Bhanuchander Udhayakumar
Bhanuchander Udhayakumar

Reputation: 1621

Google coral developer board not working with HDMI LCD

Just trying to connect the Waveshare 10.1inch HDMI LCD display for my Google coral developer board. As i am not sure about this...

Weston service status:

 weston.service - Weston Wayland Compositor (on tty7)
   Loaded: loaded (/lib/systemd/system/weston.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2020-12-28 04:58:03 UTC; 48min ago
     Docs: man:weston(1)
           man:weston.ini(5)
           http://wayland.freedesktop.org/
  Process: 3873 ExecStart=/usr/bin/weston --log=${XDG_RUNTIME_DIR}/weston.log (code=exited, status=1/FAILURE)
 Main PID: 3873 (code=exited, status=1/FAILURE)

 

Dec 28 04:58:02 zippy-orange systemd[1]: Starting Weston Wayland Compositor (on tty7)...
Dec 28 04:58:02 zippy-orange systemd[3873]: pam_unix(login:session): session opened for user mendel by mendel(ui
Dec 28 04:58:03 zippy-orange systemd[1]: weston.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 04:58:03 zippy-orange systemd[1]: weston.service: Failed with result 'exit-code'.
Dec 28 04:58:03 zippy-orange systemd[1]: Failed to start Weston Wayland Compositor (on tty7).

and also I have searched for solutions, (but not helped me out)

Any suggestions or troubleshoot for this ?

Upvotes: 0

Views: 502

Answers (1)

et0
et0

Reputation: 41

The ix8M kernel is limited in the range of clock speeds that it supports, and small HDMI monitors generally don't work with it. You can see more about it here:

https://community.nxp.com/t5/i-MX-Processors/HDMI-DRM-custom-resolution-and-clock-frequency/m-p/1029696

Upvotes: 0

Related Questions