Problema con pantalla 3.5 pulgadas
Publicado: 01 Oct 2024, 11:28
Hola a todos
Tengo un problemilla al instalar una pantalla de 3.5 pulgadas en mi Raspberry PI 3. instalo según los comando del fabricante pero me aparece el siguiente error y solo se ve un cursor parpadeando en la pantalla después de reiniciar, agradezco de antemano vuestra ayuda:
# sudo rm -rf LCD-show
# git clone https://github.com/lcdgogo/LCD-show.git
Cloning into 'LCD-show'...
remote: Enumerating objects: 250, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 250 (delta 26), reused 0 (delta 0), pack-reused 208 (from 1)
Receiving objects: 100% (250/250), 2.08 MiB | 531.00 KiB/s, done.
Resolving deltas: 100% (128/128), done.
Updating files: 100% (212/212), done.
# chmod -R 755 LCD-show
# cd LCD-show/
# sudo ./MHS35-show
(Reading database ... 131629 files and directories currently installed.)
Removing xserver-xorg-input-evdev (1:2.10.6-2+b1) ...
Processing triggers for man-db (2.11.2-2) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
git is already the newest version (1:2.39.5-0+deb12u1).
cmake is already the newest version (3.25.1-1).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Cloning into 'rpi-fbcp'...
remote: Enumerating objects: 61, done.
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61 (from 1)
Receiving objects: 100% (61/61), 18.26 KiB | 434.00 KiB/s, done.
Resolving deltas: 100% (20/20), done.
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ea4co/LCD-show/rpi-fbcp/build
[ 50%] Building C object CMakeFiles/fbcp.dir/main.c.o
[100%] Linking C executable fbcp
[100%] Built target fbcp
(2024-05-29)
./MHS35-show: line 71: test: (2024-05-29): integer expression expected
need to update touch configuration
Selecting previously unselected package xserver-xorg-input-evdev:armhf.
(Reading database ... 131619 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb ...
Unpacking xserver-xorg-input-evdev:armhf (1:2.10.6-1+b1) ...
Processing triggers for man-db (2.11.2-2) ...
dpkg: dependency problems prevent configuration of xserver-xorg-input-evdev:armhf:
xserver-xorg-input-evdev:armhf depends on libc6 (>= 2.7).
xserver-xorg-input-evdev:armhf depends on libevdev2 (>= 1.2.2+dfsg-1~).
xserver-xorg-input-evdev:armhf depends on libmtdev1 (>= 1.1.0).
xserver-xorg-input-evdev:armhf depends on libudev1 (>= 183).
xserver-xorg-input-evdev:armhf depends on xorg-input-abi-24.
xserver-xorg-input-evdev:armhf depends on xserver-xorg-core (>= 2:1.18.99.901).
dpkg: error processing package xserver-xorg-input-evdev:armhf (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xserver-xorg-input-evdev:armhf
reboot now
Broadcast message from root@Raspberry on pts/2 (Tue 2024-10-01 11:22:18 CEST):
The system will reboot now!
Tengo un problemilla al instalar una pantalla de 3.5 pulgadas en mi Raspberry PI 3. instalo según los comando del fabricante pero me aparece el siguiente error y solo se ve un cursor parpadeando en la pantalla después de reiniciar, agradezco de antemano vuestra ayuda:
# sudo rm -rf LCD-show
# git clone https://github.com/lcdgogo/LCD-show.git
Cloning into 'LCD-show'...
remote: Enumerating objects: 250, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 250 (delta 26), reused 0 (delta 0), pack-reused 208 (from 1)
Receiving objects: 100% (250/250), 2.08 MiB | 531.00 KiB/s, done.
Resolving deltas: 100% (128/128), done.
Updating files: 100% (212/212), done.
# chmod -R 755 LCD-show
# cd LCD-show/
# sudo ./MHS35-show
(Reading database ... 131629 files and directories currently installed.)
Removing xserver-xorg-input-evdev (1:2.10.6-2+b1) ...
Processing triggers for man-db (2.11.2-2) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
git is already the newest version (1:2.39.5-0+deb12u1).
cmake is already the newest version (3.25.1-1).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Cloning into 'rpi-fbcp'...
remote: Enumerating objects: 61, done.
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61 (from 1)
Receiving objects: 100% (61/61), 18.26 KiB | 434.00 KiB/s, done.
Resolving deltas: 100% (20/20), done.
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ea4co/LCD-show/rpi-fbcp/build
[ 50%] Building C object CMakeFiles/fbcp.dir/main.c.o
[100%] Linking C executable fbcp
[100%] Built target fbcp
(2024-05-29)
./MHS35-show: line 71: test: (2024-05-29): integer expression expected
need to update touch configuration
Selecting previously unselected package xserver-xorg-input-evdev:armhf.
(Reading database ... 131619 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb ...
Unpacking xserver-xorg-input-evdev:armhf (1:2.10.6-1+b1) ...
Processing triggers for man-db (2.11.2-2) ...
dpkg: dependency problems prevent configuration of xserver-xorg-input-evdev:armhf:
xserver-xorg-input-evdev:armhf depends on libc6 (>= 2.7).
xserver-xorg-input-evdev:armhf depends on libevdev2 (>= 1.2.2+dfsg-1~).
xserver-xorg-input-evdev:armhf depends on libmtdev1 (>= 1.1.0).
xserver-xorg-input-evdev:armhf depends on libudev1 (>= 183).
xserver-xorg-input-evdev:armhf depends on xorg-input-abi-24.
xserver-xorg-input-evdev:armhf depends on xserver-xorg-core (>= 2:1.18.99.901).
dpkg: error processing package xserver-xorg-input-evdev:armhf (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xserver-xorg-input-evdev:armhf
reboot now
Broadcast message from root@Raspberry on pts/2 (Tue 2024-10-01 11:22:18 CEST):
The system will reboot now!