树莓派安装教程

时间:2024-04-04 17:20:58

一、准备工作:
1.树莓派4B(E14)
2.一张64G的闪迪存储卡
3.一个读卡器
4.普通电脑显示器,键盘,鼠标
5.一台可以正常工作的Window系统的电脑
二、烧入系统
1、下载系统
树莓派安装教程
Windows系统最好选择我圈出来的那个(Raspberry Pi(32-bit) with desktop,这是我失败多回的经验…),系统下载地址:下载地址:
2、格式化磁盘
下载格式化工具:链接:https://www.sdcard.org/downloads/formatter/eula_windows/index.html(SD Card Formatter)
树莓派安装教程
接下来有两种方法:
F1:下载win32diskimager
树莓派安装教程
选择一个映像文件,直接点击写入就行了(写入可能需要一段时间,一定要下载最新版本的img)
F2:下载etcher,进入这个界面:
树莓派安装教程
点击Download for Windows,下载好之后,进入这个界面:
树莓派安装教程
点击Flash from file选择一个映像文件,进入下一步,再点Select target,就会出现boot盘,最后点Flash!就行了。
三、系统初始化
1、在boot盘中创建一个名叫ssh空文件为了打开ssh功能(记住是空文件,文件创建方法:创建一个文本文件,命名为你想要的名字,最后把扩展名删了就行了)
2、
在boot文件中新建一个文件wpa_supplicant.conf写下以下命令:

country=CN
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid=“写入网的名称”
psk=“网的密码”
priority=1
}
在boot下,有一个叫config的文件,有很多语句都被注释掉了,把以下语句改一下:

For more options and information see

http://rpf.io/configtxt

Some settings may impact device functionality. See link above for details

uncomment if you get no picture on HDMI for a default “safe” mode

#hdmi_safe=1

uncomment this if your display has a black border of unused pixels visible

and your display can output without overscan

disable_overscan=1#可以去掉开机屏幕周围的黑色边框

uncomment the following to adjust overscan. Use positive numbers if console

goes off screen, and negative if there is too much border

#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

uncomment to force a console size. By default it will be display’s size minus

overscan.

#framebuffer_width=1280
#framebuffer_height=720

uncomment if hdmi display is not detected and composite is being output

hdmi_force_hotplug=1#

uncomment to force a specific HDMI mode (this will force VGA)

hdmi_group=2#DMT模式
hdmi_mode=58 #分辨率为适应屏幕分辨率的选择

uncomment to force a HDMI mode rather than DVI. This can make audio work in

DMT (computer monitor) modes

hdmi_drive=2

uncomment to increase signal to HDMI, if you have interference, blanking, or

no display

config_hdmi_boost=4

uncomment for composite PAL

#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

Uncomment some or all of these to enable the optional hardware interfaces

#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

Uncomment this to enable the lirc-rpi module

#dtoverlay=lirc-rpi

Additional overlays and parameters are documented /boot/overlays/README

Enable audio (loads snd_bcm2835)

dtparam=audio=on
然后接电
四、
打开自己电脑上的putty,输入树莓派的IP地址能进去就已经成功一大半了:
树莓派安装教程
它一开始会让你输入两个东西,第一个输pi,第二个输raspberry(第二个你输完后它不会显示,这是正常的,继续往下输就行了)
如果还想远程连接桌面的话,要用到的工具的是VNC。
首先在自己树莓派上安装VNC,
输入以下指令:
sudo apt-get install tightvncserver
再打开VNC:
sudo tightvncserver
再在网上下载自己的VNC上输入树莓派的IP地址(IP地址后要加:1)
进入远程桌面就行了

记得点赞关注哦????