Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and deploy the system of raspberry pie zero

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how to install and deploy the raspberry pie zero system, which is concise and easy to understand. I hope you can get something through the detailed introduction of this article.

1.1 hardware required: raspberry pie, card reader, SD card above 8G

1.2 log on to the official website of raspberry pie

1.3 it is best to choose a raspbian system without an interface to your local computer and decompress to get the iso image file.

1.4 insert the SD card into the computer with a card reader and format the SD card using SD Card Formatter software

Software download address: https://www.sdcard.org/downloads/formatter_4/eula_windows/index.html

1.5 using Win32DiskImager software, write the iso image to the SD card.

Download address of Win32DiskImager software:

Https://sourceforge.net/projects/win32diskimager/files/latest/download

2.1 successfully swipe the system and insert the SD card into the raspberry pie, connect the monitor and keyboard, and power on.

2.2 the default user name is pi and the password is raspberry

2.3 configure root user command: sudo passwd root

2.4 modify ssh remote connection configuration: open the configuration file nano / etc/ssh/sshd_config

Modify three parameters and uncomment:

PermitRootLogin yes # allow root login

PermitEmptyPasswords no # does not allow empty password login

PasswordAuthentication yes # sets whether to use password authentication.

-- ssh service startup command:

Sudo / etc/init.d/ssh start | stop | restart

-set ssh to boot: update-rc.d ssh enable

2.5 configuration wifi: open the configuration file sudo nano / etc/wpa_supplicant/wpa_supplicant.conf

Add the name and password of wifi at the end of the file

Network= {

Ssid= "your WiFi name"

Psk= "your WiFi password"

}

Then crtl+o save, at this time will prompt the saved file name, of course, the same, directly enter can, and finally ctrl+x exit.

2.6 reboot restart update configuration use tools such as xshell to connect remotely

The above content is how to install and deploy the raspberry pie zero system. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report