Skip to content

Commit 1e3fa69

Browse files
committed
add 2020/20200524_树莓派安装ubuntu系统.rst
1 parent f011966 commit 1e3fa69

10 files changed

+67
-0
lines changed

2020/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
树莓派安装Ubuntu系统
2+
===================================================
3+
树莓派版本: Raspberry Pi 4
4+
5+
操作系统 : Ubuntu Server 20.04_x64
6+
7+
树莓派官网: https://www.raspberrypi.org/
8+
9+
ubuntu官网: https://ubuntu.com/
10+
11+
下载并安装系统
12+
------------------------------------------
13+
14+
下载镜像:
15+
https://ubuntu.com/download/raspberry-pi
16+
17+
选择 Raspberry Pi 4 的64位镜像
18+
19+
.. image:: images/20200524.1.1_choiceImage.png
20+
21+
如果下载太慢,可以从我分享的资源包获取(文章末)
22+
23+
解压xz文件,得到img文件(使用7z等软件):
24+
25+
ubuntu-20.04-preinstalled-server-arm64+raspi.img
26+
27+
解压之后大概2.98G
28+
29+
准备好microSD卡后,启动 Win32DiskImager 软件执行写入操作:
30+
31+
.. image:: images/20200524.1.2_writeImage.png
32+
33+
Win32DiskImager下载地址:https://sourceforge.net/projects/win32diskimager/
34+
35+
36+
加载并使用系统
37+
------------------------------------------
38+
39+
将microSD卡插入树莓派卡槽
40+
连接键盘、鼠标、显示器;
41+
加电启动;
42+
43+
.. image:: images/20200524.1.3_haardware.png
44+
45+
登录系统;
46+
默认账号及密码是 : ubuntu/ubuntu
47+
登录成功后会提示修改密码。
48+
49+
.. image:: images/20200524.1.4_login.png
50+
51+
查看系统信息(我的tf卡是32G的):
52+
53+
.. image:: images/20200524.1.5_showInfo.png
54+
55+
.. image:: images/20200524.1.6_htop.png
56+
57+
58+
本文中软件及镜像下载地址:https://pan.baidu.com/s/1OoIH-ZNBw8F7DufE1AtnLA
59+
60+
可关注微信公众号后回复 20052401 获取提取码
61+
62+
63+
64+

2020/images/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc
245 KB
Loading
11.9 KB
Loading
805 KB
Loading

2020/images/20200524.1.4_login.png

979 KB
Loading
21.9 KB
Loading

2020/images/20200524.1.6_htop.png

36.7 KB
Loading

2020/other/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

0 commit comments

Comments
 (0)