Raspberry-Pi-Installer-Scripts
Raspberry-Pi-Installer-Scripts copied to clipboard
pitft-fbcp.sh failed on Ubuntu
On RPi4B/Ubuntu-arm64, the script failed with the error
/home/ubuntu/repos/rpi-fbcp/main.c:9:10: fatal error: bcm_host.h: No such file or directory
This file is part of Raspbian, but seems it doesn't exist in Ubuntu.
Is there anyway I can use the screen in Ubuntu-arm64?'
Thanks.
not really - the software is tuned for raspbian kernel, if you find a solution you can submit a PR
sudo apt-get install libraspberrypi-dev
will fix the issue
Also had to install build-essential on DietPi. PR submitted.
Thanks.