Page 1 sur 1

installer ecran tactil 3.5" sur Raspberry Pi avec repetier serveur

Posté : lun. 26 nov. 2018 16:12
par steelmann
salut les amis, je me présente je m’appelle Christophe j'ai 32 ans , j'ai récement fait l'acquisition d'un pi avec un écran tactile 3,5" afin d'y faire tourné repetier serveur pour raspberry .Malheureusement étant un débutant dans le domaine de tous ce qui touche de près ou de loin a linux je rencontre un problème pour l’installation de ce dit écran.
Avec l’écran des pilotes était fournis ainsi que la notice explicative pour installation sur raspbian ...
"
How to Install:
1.)Step1, Install Raspbian official mirror

a)Download Raspbian official mirror:
https://www.raspberrypi.org/downloads/
b)Use¡°SDFormatter.exe¡±to Format your TF Card
c)Use¡°Win32DiskImager.exe¡± Burning mirror to TF Card

2.) Step2, Clone my repo onto your pi

git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/

3.)Step3, According to your LCD's type, excute:

In case of 3.5" LCD
sudo ./LCD35-show
"

mais lorsque j'essai sur repetier serveur via une connection SSH a la premiere commande c'est le drame:
pi@Repetier-Server:~ $ git clone https://github.com/goodtft/LCD-show.git
-bash: git: command not found
:mrgreen: :mrgreen: :mrgreen:

Re: installer ecran tactil 3.5" sur Raspberry Pi avec repetier serveur

Posté : lun. 26 nov. 2018 19:21
par Bud Spencer
bha si le truc il te dit git not found c'est parce ce que git n'est pas installé donc faut installer git et comme ca le truc il te dira plus git not found (normalement ... :lol: )

sudo apt-get update
sudo apt-get install git

et après tu pourras executer ta comande git clone

Re: installer ecran tactil 3.5" sur Raspberry Pi avec repetier serveur

Posté : mar. 27 nov. 2018 09:16
par steelmann
ok merci ca a fonctionner mais j'ai un autre problème maintenant :
pi@Repetier-Server:~ $ git clone https://github.com/goodtft/LCD-show.git
Cloning into 'LCD-show'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 785 (delta 7), reused 0 (delta 0), pack-reused 769
Receiving objects: 100% (785/785), 442.04 KiB | 0 bytes/s, done.
Resolving deltas: 100% (498/498), done.
pi@Repetier-Server:~ $ chmod -R 755 LCD-show
pi@Repetier-Server:~ $ cd LCD-show/
pi@Repetier-Server:~/LCD-show $ sudo ./LCD35-show
this is not raspberrypi kernel, no need to update touch configure, reboot

maintenant ça ne m'affiche juste ça :
https://1drv.ms/u/s!AuJs-j-uPMDLg5hEO8RlAptp9mjzfw

L'interface ne se lance pas , j'ai essayer la commande " startx " mais sans succès.... :roll: