adding LCD hdmi 4 inches screen

hello friends.
my raspberry repetier server works fine so now i want add a hdmi LCD 4 inches with touch screen to raspberry bought from ali express (see at https://fr.aliexpress.com/item/4000329175443.html?spm=a2g0s.9042311.0.0.5b666c37Wy7gEt)for replacement of 17 inches screen. I installed it under raspbian ,it works fine.
i tempted to do same on repetier server , using Putty an  applying same commands but server said
"-bash git command unknown" " 
here is commands to load and install lcd's driver
____________________________________________________
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-show
____________________________________________________


does somebody knows what i must do to solves this ?


Comments

  • Git is not installed in that image. Just install it:
    sudo apt update
    sudo apt install git

    and then follow instructions.
  • thanks a lot !!
    it runs fine
Sign In or Register to comment.