Hi,
I'm testing the beagle bone black with 7" LCD. I'm using the SDK 3.01.00.06 (pre compiled image installed in the uSD card) and the display is always off. The hardware is ok, I'm sure because when I run the pre installed O.S. (Debian), present on the eMMC, the LCD works fine. I run the this command, in order to understand if all the pins are configured well:
root@am335x-evm:~# dmesg | grep pinctrl
[ 0.171619] pinctrl core: initialized pinctrl subsystem
[ 0.307294] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
root@am335x-evm:~#
and also running the modetest command, the result is this (no LCD is detected):
root@am335x-evm:~# modetest
trying to open device 'i915'...failed
trying to open device 'radeon'...failed
trying to open device 'nouveau'...failed
trying to open device 'vmwgfx'...failed
trying to open device 'omapdrm'...failed
trying to open device 'exynos'...failed
trying to open device 'tilcdc'...done
Encoders:
id crtc type possible crtcs possible clones
25 0 TMDS 0x00000001 0x00000000
Connectors:
id encoder status name size (mm) modes encoders
26 25 disconnected HDMI-A-1 0x0 0 25
props:
1 EDID:
flags: immutable blob
blobs:
value:
2 DPMS:
flags: enum
enums: On=0 Standby=1 Suspend=2 Off=3
value: 0
CRTCs:
id fb pos size
24 0 (0,0) (0x0)
0 0 0 0 0 0 0 0 0 flags: ; type:
props:
Planes:
id crtc fb CRTC x,y x,y gamma size possible crtcs
23 24 0 0,0 0,0 0 0x00000001
formats: XR24 AR24
props:
5 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 1
Frame buffers:
id size pitch
root@am335x-evm:~#
What can I do? someone could help me?
Thanks in advance
Matteo