Skip to content

Instantly share code, notes, and snippets.

@Namburger
Created August 28, 2020 22:51
Show Gist options
  • Save Namburger/f700eb6b18bd1e3697638088d5995c8b to your computer and use it in GitHub Desktop.
Save Namburger/f700eb6b18bd1e3697638088d5995c8b to your computer and use it in GitHub Desktop.
disable-hdmi-mendel.dts
/dts-v1/;
/plugin/;
/ {
compatible = "fsl,imx8mq-hdmi";
fragment@0 {
target-path = "/hdmi@32c00000";
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target-path = "/dcss@0x32e00000";
__overlay__ {
status = "disabled";
};
};
};
@hwjalapeno
Copy link

Hi @Namburger

Found this in the Google Coral SoM Documentation

"HDMI reference clock (27 MHz) (positive/negative).  Required for bootup , even if you don't use HDMI.  "

This is blocking me to access the EdgeTPU for any application, it basically fails to detect the EdgeTPU with your device tree overlay, is this usual, or are you able to use it without this clock, , is there any way to disable this clock so that I can use the EdgeTPU properly? Thanks

@Namburger
Copy link
Author

Namburger commented Dec 13, 2022

@hwjalapeno it does not blocks you from accessing the EdgeTPU in any form. As I already mentioned here, your issue is that the application is trying to sync your result to a monitor which fails. There are 2 things that we suggested:

  • Have you tried using the headless pipeline as I mentioned?
  • @borguleabhijeet showed you how to sync the resulting buffer to a remote monitor via rtsp and it worked for him, did you try that?

@borguleabhijeet
Copy link

borguleabhijeet commented Dec 13, 2022 via email

@borguleabhijeet
Copy link

borguleabhijeet commented Dec 13, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment