其他分享
首页 > 其他分享> > 树莓派

树莓派

作者:互联网

Raspberry Pi 4 Model B - 4GB

image
硬件配置
image

raspberrypi系统安装

官网: https://www.raspberrypi.org/
下载树莓派系统Raspberry Pi OS
下载烧录软件(Portable便携版)balenaEtcher

烧录系统到U盘

打开Etcher,选择镜像和目标USB盘。
image
烧录完成后32G变成252M的Boot分区
image
实际上烧录好的Raspberry系统的TF卡被烧录成两个分区:一个FAT32的Boot分区,一个Ext4的Linux主分区。因为Windows只能识别Fat32分区,所以才会出现这个问题。
image

配置Raspberrypi

修改分辨率

读取TF卡,在boot分区中找到config.txt配置文件
image
修改config.txt,添加如下内容,修改分辨率。

hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_drive=1
display_rotate=0
hdmi_cvt 1920 1080 60 6 0 0 0

开启SSH

在boot分区中新建“SSH”文件(无后缀)。
image
进入树莓派设置无线网卡静态IP,然后设置路由器端口转发。
image
使用maobaxterm通过公网IP连接
image
连接成功
image

标签:树莓,hdmi,分区,烧录,Raspberry,config
来源: https://www.cnblogs.com/aeolian/p/15244925.html