16 Jul 2017, 15:28

Re: LCD tft screen 3.2" waveshare

i follow till this steps and have no single clue on how to continue on

Get or compile the right binary from https://github.com/ian57/rpi-fbcp according to your Pi version. Copy it in the /usr/bin directory. You'll need to get write access on the system for that :

mount -o remount, rw /boot
mount -o remount, rw /
After getting the binary, verify the file has the executable right. In doubt just run :

chmod 755 fbcp

when ever i try to run chmod 755 fbcp, putty told me no such file. Where did i went wrong?

Any gurus care to help this noob here? Thanks alot!