Compare commits
10 commits
27f0ce1357
...
65279c5eda
Author | SHA1 | Date | |
---|---|---|---|
|
65279c5eda | ||
|
cde3518c58 | ||
|
d21099acdc | ||
|
4e137ed7ca | ||
|
9efc5f8b3c | ||
|
db65a272b9 | ||
|
3c39c5b333 | ||
|
da40dcecc4 | ||
|
e6fd2c6abb | ||
|
3752b80abb |
2 changed files with 7 additions and 4 deletions
|
@ -16,14 +16,15 @@ Update: <br>
|
||||||
Update: <br>
|
Update: <br>
|
||||||
v1.1-20160815<br><br>
|
v1.1-20160815<br><br>
|
||||||
|
|
||||||
1.)Step1, Install Raspbian official mirror <br><br>
|
1.)Step1, Install Raspbian official mirror <br>
|
||||||
====================================================
|
====================================================
|
||||||
a)Download Raspbian official mirror:<br>
|
a)Download Raspbian official mirror:<br>
|
||||||
https://www.raspberrypi.org/downloads/<br>
|
https://www.raspberrypi.org/downloads/<br>
|
||||||
b)Use“SDFormatter.exe”to Format your TF Card<br>
|
b)Use“SDFormatter.exe”to Format your TF Card<br>
|
||||||
c)Use“Win32DiskImager.exe” Burning mirror to TF Card<br>
|
c)Use“Win32DiskImager.exe” Burning mirror to TF Card<br>
|
||||||
|
|
||||||
2.) Step2, Clone my repo onto your pi<br><br>
|
2.) Step2, Clone my repo onto your pi<br>
|
||||||
|
====================================================
|
||||||
Use SSH to connect the raspberry pi, <br>
|
Use SSH to connect the raspberry pi, <br>
|
||||||
And Ensure that the raspberry pi is connected to the Internet before executing the following commands:
|
And Ensure that the raspberry pi is connected to the Internet before executing the following commands:
|
||||||
-----------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------
|
||||||
|
@ -67,6 +68,8 @@ In case of 7inch(C)-1024X600 RPI LCD<br>
|
||||||
If you need to switch back to the traditional HDMI display<br>
|
If you need to switch back to the traditional HDMI display<br>
|
||||||
```sudo ./LCD-hdmi```<br><br>
|
```sudo ./LCD-hdmi```<br><br>
|
||||||
|
|
||||||
Wait a few minutes,the system will restart automaticall , enjoy with your LCD.<br><br>
|
Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ enable_uart=1
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
|
|
||||||
display_rotate=1
|
display_rotate=1
|
||||||
dtoverlay=qddpi24
|
dtoverlay=qddpi24
|
||||||
overscan_left=0
|
overscan_left=0
|
||||||
overscan_right=0
|
overscan_right=0
|
||||||
overscan_top=0
|
overscan_top=0
|
||||||
|
|
Loading…
Reference in a new issue