I'm using the latest image as indicate in previus post (https://rcn-ee.net/rootfs/bb.org/testing/2017-08-01/lxqt-4gb/).
i'm unable to find the display controller at default address of 0x1b.
this the result of command i2cdetect:
debian@beaglebone:~$ i2cdetect -r -y 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- UU UU UU UU -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
this is the result of script /opt/scripts/device/bone/capes/cape_eeprom_check.sh
checking: /sys/bus/i2c/devices/2-0054/eeprom
hexdump: /sys/bus/i2c/devices/2-0054/eeprom: Connection timed out
cape: []
checking: /sys/bus/i2c/devices/2-0055/eeprom
hexdump: /sys/bus/i2c/devices/2-0055/eeprom: Connection timed out
cape: []
checking: /sys/bus/i2c/devices/2-0056/eeprom
hexdump: /sys/bus/i2c/devices/2-0056/eeprom: Connection timed out
cape: []
checking: /sys/bus/i2c/devices/2-0057/eeprom
cape: [00000000 aa 55 33 ee 41 31 44 4c 50 44 4c 43 52 32 30 30 |.U3.A1DLPDLCR200|
00000010 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |0...............|
00000020]
it's no jumper installed on j4,j5 .. this sound strange because the default address is 0x57 instead of 0x54 as described in documentation.
Thanks for any Help!!