Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • Re: Raspberry pi zero 2W 2.4 screen

$
0
0
Show your /boot/firmware/config.txt and website of that LCD model
i upgrade my os into 64bit
my experience
before
hdmi work with desktop
after
hmdi stuck at welcome to desktop and wont proceed to desktop or show desktop
and tft is kinda not working anymore just shows welcome to desktop
here is my configs
/boot/config.txt
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details

# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

# Additional overlays and parameters are documented
# /boot/firmware/overlays/README

# Automatically load overlays for detected cameras
camera_auto_detect=1

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Automatically load initramfs files, if found
auto_initramfs=1

# Enable DRM VC4 V3D driver
#dtoverlay=vc4-kms-v3d
max_framebuffers=2

# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1

# Run in 64-bit mode
arm_64bit=1

# Disable compensation for displays with overscan
disable_overscan=1

# Run as fast as firmware / board allows
arm_boost=1

[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1

[cm5]
dtoverlay=dwc2,dr_mode=host

[HDMI]
hdmi_force_hotplug=1
hdmi_group=1
hdmi_mode=16

[HDMI:0]
framebuffer_width=480
framebuffer_height=320

[all]
enable_uart=1
dtoverlay=tft9341:rotate=90,speed=90000000,fps=60
hdmi_cvt 1920 1080 60 3 0 0 0

https://github.com/goodtft/LCD-show

also i get many error like this output

sudo ./LCD24-show
cp: cannot stat '/etc/rc.local': No such file or directory
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libraspberrypi-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libdtovl0 libdtovl0:armhf

E: Package 'libraspberrypi-dev' has no installation candidate
install cmake error!!!!
(2025-09-16)
./LCD24-show: line 103: test: (2025-09-16): integer expression expected
need to update touch configuration
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
xserver-xorg-input-evdev
0 upgraded, 1 newly installed, 0 to remove and 199 not upgraded.
Need to get 114 kB of archives.
After this operation, 184 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian trixie/main arm64 xserver-xorg-input-evdev arm64 1:2.11.0-1 [114 kB]
Fetched 114 kB in 3s (43.4 kB/s)
Selecting previously unselected package xserver-xorg-input-evdev.
(Reading database ... 119820 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-input-evdev_1%3a2.11.0-1_arm64.deb ...
Unpacking xserver-xorg-input-evdev (1:2.11.0-1) ...
Setting up xserver-xorg-input-evdev (1:2.11.0-1) ...
Processing triggers for man-db (2.13.1-1) ...

reboot now

Statistics: Posted by Awtterservice — Sun Nov 16, 2025 9:48 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles