Hi guys,
I have a small problem.
I’ve downloaded the latest image from here: https://files.beagle.cc/file/beagleboard-public-2021/images/am335x-debian-11.7-iot-armhf-2023-09-02-4gb.img.xz
I’ve also connected a Waveshare 7in 1024x600 TFT 13857 (this one: Buy Capacitive touch screen H LCD IPS 7' Botland - Robotic Shop ) to the beaglebone black industrial.
Afterwards, I have no success in showing anything on the screen.
Here’s what I’ve already tried:
sudo apt install xserver-xorg-video-fbdev x11-xserver-utils xfce4 libgl1-mesa-dri bbb.io-xfce4-desktop
root@BeagleBone:/var/log# cat /etc/X11/xorg.conf
Section "Monitor"
Identifier "HDMI-0"
# Modeline "1024x600_60.00" 40.0 1024 1048 1184 1344 600 603 607 624 -hsync +vsync
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
# Modeline "1024x768_30.00" 30.00 1024 1056 1152 1280 768 771 775 784 -hsync +vsync
Option "PreferredMode" "1024x768_60.00"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
Monitor "HDMI-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
#DefaultDepth DefaultDepth 16
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
EndSection
All I got is the underline symbol on the screen _ on the dark screen.
Any clues what I might be doing wrong?
Logs are in the attachement.
Best,
Maciej
X0logs.txt (7,1 KB)