Messaggi: 1
 Discussioni: 0
 Registrato: Jan 2016
	
 Reputazione: 
0
	 
 
	
	
		L'ho comprato su AliExpress, dubito che il venditore mi sappia dare informazioni, cmq cercherò di studiare sulla tua guida, ti farò sapere, grazie
Inviato dal mio SM-G925F utilizzando Tapatalk
	
	
	
	
	
 
 
	
	
	
		
 Messaggi: 6,997
 Discussioni: 282
 Registrato: Mar 2015
	
 Reputazione: 
370
	 
 
	
	
		Scrivigli un messaggio, sono molto disponibili, in generale
	
	
	
	
	
 
 
	
	
	
		
 Messaggi: 10
 Discussioni: 2
 Registrato: Feb 2016
	
 Reputazione: 
0
	 
 
	
	
		allora vagando sul sito aliexpress,ho trovato i driver e l'immagine da caricare per farlo funzionare,il problema e che io non lo so ancora usare bene ,mi aiuteresti con questi passaggi??grazie
Two methods For Installation:
1.You can burn the image file "rpi_35_B_B+_PI2.img" to SD card.
2.Installation drive:
  a. Burn the image file which you make to SD card and start raspberry pi.
  b. Ensure network connected correctly
  c. The LCD screen and raspberry pi development board connected correctly
  d. Copy the drive "LCD_show.tar.gz" to raspberry pi;
     Decompression file      tar -xzvf LCD_show.tar.gz
     Jump into the file      cd  LCD-show
     update system           sudo apt-get update
     Install driver          sudo ./LCD35_v1
     Then after a few seconds, the system will reboot!
   * If you want to use the HDMI, you can run command: sudo./LCD_hdmi
   * When you update the sysytem, you must run command:
     sudo apt-mark hold raspberrypi-bootloader
     sudo apt-get update
     sudo apt-get upgrade
	
	
	
	
	
 
 
	
	
	
		
 Messaggi: 6,997
 Discussioni: 282
 Registrato: Mar 2015
	
 Reputazione: 
370
	 
 
	
	
		Metti il link ai driver corretti, in modo che possa tornare utile a chi, in futuro, abbia il tuo stesso problema.