lcdwiki / LCD-show-ubuntu

3.2" 3.5" 5.0" 7.0" TFT LCD Ubuntu driver for the Raspberry PI and PI 2 and PI 3
106 stars 41 forks source link

Non-functional on Ubuntu 19.10.1 Server #5

Open ShakataGaNai opened 4 years ago

ShakataGaNai commented 4 years ago

Raspberry Pi 4B 1G Model. Brand new image of Ubuntu 19.10.1 Server for Raspberry Pi's downloaded from: https://ubuntu.com/download/raspberry-pi

cp: cannot create regular file '/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
cp: cannot create regular file '/boot/overlays/': Not a directory
cp: cannot create regular file '/boot/overlays/mhs35.dtbo': No such file or directory
cp: cannot create regular file '/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
cp: cannot create regular file '/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cmake is already the newest version (3.13.4-1build1).
git is already the newest version (1:2.20.1-2ubuntu1.19.10.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Cloning into 'rpi-fbcp'...
remote: Enumerating objects: 61, done.
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61
Unpacking objects: 100% (61/61), done.
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error in CMakeLists.txt:
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/LCD-show/rpi-fbcp/build/CMakeFiles/CMakeOutput.log".
See also "/home/ubuntu/LCD-show/rpi-fbcp/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found.  Stop.
install: cannot stat 'fbcp': No such file or directory
2019
need to update touch configuration
dpkg: error processing archive ./xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb (--install):
 package architecture (armhf) does not match system (arm64)
Errors were encountered while processing:
 ./xserver-xorg-input-evdev_1%3a2.10.6-1+b1_armhf.deb
cp: cannot stat '/usr/share/X11/xorg.conf.d/10-evdev.conf': No such file or directory
reboot now
Connection to 10.X.Y.Z closed by remote host.

Based on the error messages, I'd guess the issue is the lack of GUI.

jgmoras commented 4 years ago

I just tried to install this on 19.10 w/o GUI and it forced a reboot and blew up

I can no longer boot that image. Not sure if there is a way to fix but I would love to hae a solution to this problem.

bkahlert commented 4 years ago

@ShakataGaNai Knock, knock. Is anybody reading this?

ShakataGaNai commented 4 years ago

I never found a solution.