You are on page 1of 4

The first step is to download the screen driver file (from the lcd-show-sky.

zip
store) to the PC, and unzip the downloaded file. Connect the Raspberry Pi system
SD card to the PC with a card reader, and copy the LCD-show-master file in the
decompressed driver file to the boot folder of the SD card.

The second step is to create two startup configuration files

Create two files named wpa_supplicant.conf and ssh on the computer (be
careful to remove the txt suffix).

Make the following configuration in wpa_supplicant.conf:

country=CN

ctrl_interface=DIR=/var/run/wpa_supplicant

GROUP=netdev

update_config=1

network={

ssid="wifi name"

psk="Password"

priority=10

Note: Priority is the wifi priority, the larger the value, the higher the priority.

Put the written two folders into the sd card of the Raspberry Pi system.

Start the Raspberry Pi, let the Raspberry Pi actively connect to the
corresponding wifi hotspot (here I use the mobile phone as the hotspot), and check
the Raspberry Pi IP directly from the mobile phone (check in the connected device
of the personal hotspot)
Next, open the laptop and connect with ssh

If you use ssh, you need to download a putty tool software from the Internet.
The software is small and easy to find.

Then open the software, fill in the IP and port number of the Raspberry Pi to
connect.

The port number is generally 22 by default. After clicking open to open, enter
the DOM window, enter the default account pi, password raspberry (linux input
password is not displayed by default)
The last step is to enter the command

cd /boot

sudo chmod -R 777 LCD-show-sky

cd Lcd-show-sky

sudo. /LCD35a1-show

You might also like