Discussion:
[fedora-arm] Re: Fedora + Odroid-Xu4 Cluoudshell TFT
Tom Callaway
2018-01-04 12:53:46 UTC
Permalink
You've got a space in that... Between /dev and /dri. I don't think you want
that.

~tom
Hello there,
last step on my Odroid-Xu4 is console output on the small display at the
Cloudshell (Cloudshell features a 2.2“ TFT LCD with a 320×240 resolution.
The display is controlled by the well-known ILI9340 controller.)
Linux myodroid 4.15.0-0.rc4.git3.1.fc28.armv7hl #1 SMP Sat Dec 23
22:10:52 UTC 2017 armv7l armv7l armv7l GNU/Linux (Running with Fedora 27)
mode "0x-1225101404"
geometry 0 -1225101404 -1225318544 1 0
timings 0 0 0 0 0 0 0
rgba 0/0,3199112836/0,1/0,0/0
endmode
using "DejaVu Sans Mono-16", pixelsize=16,67 file=/usr/share/fonts/dejavu/D
ejaVuSansMono.ttf
ioctl VT_GETSTATE: Inappropriate ioctl for device (not a linux console?)
tinydrm 24576 0
exynosdrm 163840 0
analogix_dp 32768 1 exynosdrm
drm_kms_helper 155648 3 tinydrm,exynosdrm,analogix_dp
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 376832 5 tinydrm,exynosdrm,analogix_dp,
drm_kms_helper
cec 53248 2 exynosdrm,s5p_cec
Is there any howto to get this display working with tinydrm? I didn't find
anything beside https://github.com/notro/tinydrm/wiki/Tools
Thanks
Andreas
_______________________________________________
Peter Robinson
2018-01-08 08:00:07 UTC
Permalink
Hello there,
last step on my Odroid-Xu4 is console output on the small display at the
Cloudshell (Cloudshell features a 2.2“ TFT LCD with a 320×240 resolution.
The display is controlled by the well-known ILI9340 controller.)
Does the CloudShell have a different/separate device/Ybdevice tree or
are you currently using the XU4 dt?
Linux myodroid 4.15.0-0.rc4.git3.1.fc28.armv7hl #1 SMP Sat Dec 23 22:10:52
UTC 2017 armv7l armv7l armv7l GNU/Linux (Running with Fedora 27)
mode "0x-1225101404"
geometry 0 -1225101404 -1225318544 1 0
timings 0 0 0 0 0 0 0
rgba 0/0,3199112836/0,1/0,0/0
endmode
using "DejaVu Sans Mono-16", pixelsize=16,67
file=/usr/share/fonts/dejavu/DejaVuSansMono.ttf
ioctl VT_GETSTATE: Inappropriate ioctl for device (not a linux console?)
tinydrm 24576 0
exynosdrm 163840 0
analogix_dp 32768 1 exynosdrm
drm_kms_helper 155648 3 tinydrm,exynosdrm,analogix_dp
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 376832 5 tinydrm,exynosdrm,analogix_dp,drm_kms_helper
cec 53248 2 exynosdrm,s5p_cec
Is there any howto to get this display working with tinydrm? I didn't find
anything beside https://github.com/notro/tinydrm/wiki/Tools
I'm not sure how the ILI9340 is connected, I suspect it's SPI or i2c.
I don't see a driver in drivers/gpu/drm/tinydrm upstream for the
ILI9340 unless the driver goes under a different name.

Ultimately there will need to be a ILI9340 driver plus a means of
enabling it in the DT, or a means of identifying where the display is
connected. We don't currently have that documented as far as I'm
aware, that's not to say someone else hasn't documented it.

Peter
_______________________________________________
arm mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to arm-le

Loading...