LCD TFT XPT2046 on TX2

Hello, I recently received this raspberry display (LCD TFT XPT2046 800x480):

I was wondering if it could be used on the Jetson TX2, I tried to connect directly only with the HDMI but the display is blank.

Eh powered the display with 5v at 1.5A and 2A and the same thing happens.
Try installing “LCD-show”, but it’s the same.
It has GPIO ports but I don’t know how to enable them.

I would appreciate the help, regards

If it is not working through HDMI port, I think it is possible that our driver does not support the mode (800x480?) of this panel.

You could try to enable the debug log by below.

#Add below option in /etc/X11/xorg.conf, 'Section "Device"'. Verbose mode logging will be shown in /var/log/Xorg.0.log
Section "Device"
...
  Option   "ModeDebug"
...
EndSection