Difference between revisions of "3.5inch HDMI Display-B"

From LCD wiki
Jump to: navigation, search
(Step 3: Open terminal and Download the driver on RPI)
Line 5: Line 5:
 
If you don't know how to do that,you can refer to the [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Raspberry Pi office tutorial]
 
If you don't know how to do that,you can refer to the [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Raspberry Pi office tutorial]
  
===Step 3: Open terminal and Download the driver on RPI===
+
===Step 3: Open terminal and Install the driver online===
 
<font color="red">(Your Raspberry Pi should be connected to internet Correctly)</font>
 
<font color="red">(Your Raspberry Pi should be connected to internet Correctly)</font>
  
Line 18: Line 18:
  
 
Wait A Few Minutes, when the system reboot ok, you can see that.<br>
 
Wait A Few Minutes, when the system reboot ok, you can see that.<br>
 
  
 
== <font color="blue">Driver download</font> ==
 
== <font color="blue">Driver download</font> ==

Revision as of 14:51, 16 June 2018

Usage

Step 1:Download the Raspbian IMG

https://www.raspberrypi.org/downloads/raspbian/

Step 2: Burn the system image

If you don't know how to do that,you can refer to the Raspberry Pi office tutorial

Step 3: Open terminal and Install the driver online

(Your Raspberry Pi should be connected to internet Correctly)

Run:

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

Wait A Few Minutes, when the system reboot ok, you can see that.

Driver download

Images download

If you feel that the previous step's modification configuration, installation driver is more difficult or still display exception.

Please use our pre-loaded image to download and write the image to the TF card. Then insert the card into the raspberry pie.

Software