I received some help from the Toradex team and was able to get a device tree that is supposed to work for the imx8qxp using the X2 connector to output LVDS signals.
I am using a custom adapter board to connect to the display.
I am using the Torizon Core builder to create the image that I am using with the device tree enabled. My file looks like this:
Checking the overlays.txt file i can see that the changes are setup.
Probing the lines with an oscilloscope shows no output on any of the channel’s though. I would expect that I would see something if it was working on the Clock at least.
I saw from your other post that you got this from my fellow FAE Alex. Let me check in with him and see what he has to comment regarding this.
However just as an initial comment, this looks to be a full device tree file but going off of your yaml build file you’re treating it like an overlay. You want to take this and apply it as the system’s device tree instead of an overlay. As an example look at the usage of the custom: field here: Customization Examples | Toradex Developer Center
Ok i will try setting it to the custom field (i believe i already tried this). I was under the impression that this was considered an overlay since it contains the panel information, and is “overlayed” over the main device tree. Thanks for the info.
The tree that i received was supposed to be run with Kernel Version 5.3 or later of Torizon. Looking through the device tree I saw only these nodes:
digging into the imx8qxp-ss-lvds file I can see all the node’s referenced there in the device tree for 5.3.x. this file is then included into the device tree imx8qxp.dtsi. Am i reading this wrong, based on your comment that these node’s don’t exist in the Kernel Version 5.
Am i reading this wrong, based on your comment that these node’s don’t exist in the Kernel Version 5.
You’re replying to a deleted comment of mine. I made that comment before I read your other reply where you stated that you got the device tree from my colleague. I was out of the loop on how got the device tree and details surrounding. Please ignore that deleted comment.
I was under the impression that this was considered an overlay
Do you believe that device tree should be working?
Unfortunately I can’t make any further comments right now regarding this specific device tree. I’m completely out of the loop regarding it’s details/creation. I’ll need to sync up with my colleague who gave you this device tree and see if perhaps they can take a look here.
Using the custom field work’s for getting the display.
Perfect, so I assume the display is at least working on a basic level then? Sounds like you just need to now tweak the values in panel-timing to match your display’s specific timing parameters.
Are you experiencing any other issues related to this that I could assist with?