This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Linux PSDK 6.03 - No display available on LCD device

Part Number: AM5728


Hello, 

I have an AM572x Evaluation Module TMDSEVM572X and a SD card containing Linux PSDK 6.03. The EVM was working fine until today, when I connected it to power, it did not come up. I checked for console prints via minicom and found following -

U-Boot SPL 2019.01-g333c3e72d3 (Apr 20 2020 - 04:15:00 +0000)
DRA752-GP ES2.0
Trying to boot from MMC1
Loading Environment from FAT... *** Warning - bad CRC, using default environment

Loading Environment from MMC... OK

U-Boot 2019.01-g333c3e72d3 (Apr 20 2020 - 04:15:00 +0000)

CPU  : DRA752-GP ES2.0
Model: TI AM5728 BeagleBoard-X15
Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
DRAM:  2 GiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment

Loading Environment from MMC... OK
Warning: fastboot.board_rev: unknown board revision
am57x_idk_lcd_detect: Failed to get I2C device 0/56 (ret 1)
Net:   
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Unable to read file boot.scr **
1490 bytes read in 1 ms (1.4 MiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
1 bytes read in 0 ms
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4448768 bytes read in 201 ms (21.1 MiB/s)
90792 bytes read in 9 ms (9.6 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe6000, end 8ffff2a7 ... OK

Starting kernel ...

After this, the kernel starts and I get a login prompt -

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org am57xx-evm ttyS2

Arago 2019.11 am57xx-evm ttyS2

am57xx-evm login: 

But LCD does not show anything. Weston won't come up. If I try to start Weston manually, I get following -

root@am57xx-evm:~# /etc/init.d/weston restart
Stopping Weston
Starting Weston
Waiting for input device...

I think the LCD device is not instantiated. But It was working till yesterday. Is ti possible because of loose connections? I haven't disturbed the connections on the board.

I tried using the same SD card on other AM5728 EVM, and it works completely fine.

Please suggest.

Thanks & Regards,

Devashish