In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to install and configure raspberry pie. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Step 1: install the system into SD first:
Download win32DiskImager, and Raspbian (not noobs)
Extract the Raspbian.zip and load the image with win32DiskImager
Write write
Modify the cmdline.txt file in the SD card (add the statement ip=192.168.1.111 at the beginning), set the raspberry pie to a static IP address, and then connect to this address (you can also try scanning)
When finished, insert the SD card into the raspberry pie, connect the raspberry pie to the power supply, and connect the raspberry pie to the route
(please use the 2A power supply. I have a problem with the 1A dregs phone charger. The five lights next to the USB interface will be on. Because of using the dregs charger, the ACT light will not work, so change the 2A power supply to solve the problem.)
Step 2: connect PuTTY to raspberry pie for remote access
Open PuTTY and enter the IP written in cmdline.txt to access it.
Start raspi-config setup.. There's nothing to say here. Just finish.
Step 3: configure IP and wireless network card
Access to the wireless network card (I use TP W823n, it is best to buy one that does not require a driver)
Sudo nano / etc/network/interfaces
Replace the content with:
Auto loiface lo inet loopbackiface eth0 inet dhcpauto wlan0allow-hotplug wlan0iface wlan0 inet dhcp / / use dhcp to get IPwpa-ssid "your SSID" wpa-psk "password" ctrl+O ctrl+X save exit sudo reboot restart should be connected to WIFI
Ifconfig
Write down the IP of wlan0, exit putty, unplug the network cable, and then log in remotely using the recorded IP.
At this time, you can throw away the Internet cable and use WIFI to manage your raspberry pie.
Step 4: replace the source
You still have to do this with linux, or you will die slowly.
# backup the original source sudo cp / etc/apt/sources.list / etc/apt/sources.list.bak# use leafpad to replace the original source with the following lines deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpideb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpideb http://mirror.nus.edu.sg/raspbian/raspbian/ wheezy main contrib non-free rpideb-src http:/ / mirror.nus.edu.sg/raspbian/raspbian/ wheezy main contrib non-free rpi sudo / usr/bin/leafpad / etc/apt/sources.list # Update Software list sudo apt-get update Thank you for reading! This is the end of the article on "how to install and configure raspberry pie". I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it for more people to see!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.