goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debian ?????? not raspbian

taspenwall opened this issue · comments

I'm trying to get my 3.5" gpio screen to run on my rpi 4b running a custom debian sid image. My image has a btrfs root and and disk encryption. I'm working my way thru the LCD35-show script making adjustments for differences that come with running debian. I'm stuck trying to build rpi-fbcp, I copied some libraries from a raspbian image that works with the screen such as bcm_host.h, vcinclude, vmcs_host. Now I'm getting an error with make "/usr/bin/ld: cannot find -lbcm_host: No such file or directory
" I'm not a programmer so I don't know what I'm missing and why make is throwing an error. I was able to build rpi-fbcp on raspbian with no trouble so my guess is that I'm missing some package that may or may not be available on the debian repos. It should be possible to run this screen on debian as raspbian, ubuntu, and kali are all based on debian.