[Raspberry Pi] 入门使用
今天开始介绍Raspberry Pi(简称RPi,下同)入门的一些基础知识。
第1部分: 安装RPi
1.1 从 http://www.raspberrypi.org/downloads 下载RPi 最新镜像,这里以Raspbian为例。
1.2 从 http://pan.baidu.com/share/link?shareid=95002292&uk=2419385090 安装Win32DiskImager工具,将镜像写入SD卡。
1.3 解压Step1.1下载的Raspbian镜像,打开Step1.2下载的Win32DiskImager,根据下图所示将镜像写到SD卡里。

① 选择镜像路径
② 选择SD卡
③ 确认写入
1.4 将SD卡插入RPi,通过HDMI连接显示器,接入电源,RPi就开始工作了!
1.5 一大串英文开始在屏幕滚动,然觉又回到了很多年以前,当屏幕不再滚动的时候,会出现提示输入用户名(默认pi)和密码(默认pi)。
1.6 键入startx即可进入图形化界面。
现在,开始你的探索之旅吧!
如果你使用了HDMI转VGA的接口,将SD卡根目录里的config.txt的内容替换成以下代码中并保存,否则HDMI将无输出。
1 hdmi_edid_file=1
2
3 # uncomment if you get no picture on HDMI for a default "safe" mode
4 hdmi_safe=0
5
6 # uncomment this if your display has a black border of unused pixels visible
7 # and your display can output without overscan
8 disable_overscan=1
9
10 # uncomment the following to adjust overscan. Use positive numbers if console
11 # goes off screen, and negative if there is too much border
12 #overscan_left=-30
13 #overscan_right=-30
14 #overscan_top=-30
15 #overscan_bottom=-30
16
17 # uncomment to force a console size. By default it will be display's size minus
18 # overscan.
19 #framebuffer_width=1280
20 #framebuffer_height=720
21
22 # uncomment if hdmi display is not detected and composite is being output
23 hdmi_force_hotplug=1
24
25 # uncomment to force a specific HDMI mode (this will force VGA)
26 hdmi_group=2
27 hdmi_mode=47
28
29 # uncomment to force a HDMI mode rather than DVI. This can make audio work in
30 # DMT (computer monitor) modes
31 hdmi_drive=2
32
33 # uncomment to increase signal to HDMI, if you have interference, blanking, or
34 # no display
35 config_hdmi_boost=4
36
37 # uncomment for composite PAL
38 #sdtv_mode=2
39
40 #uncomment to overclock the arm. 700 MHz is the default.
41 arm_freq=800
42
43 # for more options see http://elinux.org/RPi_config.txt
44 core_freq=250
45 sdram_freq=400
46 over_voltage=0
以上配置是给1400 × 900的显示器用,具体配置方法及参数的含义参考下面链接:
① 解决Raspberry Pi只能在默认640×480模式下显示的问题
http://www.roboby.com/raspberry-pi-640x480.html
② RPiconfig
/××××××××××××××××××××××××××× THE END ×××××××××××××××××××××××××××/
[Raspberry Pi] 入门使用的更多相关文章
- [树莓派(raspberry pi)] 01、在linux环境下给树莓派安装系统及入门各种资料
1.预准备 进入帮助页面https://www.raspberrypi.org/help/,可以直接看到GET START WITH PASPBERRY PI,点击进入: 接下来会引导你检查配件是否齐 ...
- Raspberry Pi 摄像头模块入门
目录 一.摄像头模块安装 二.使用命令控制摄像头 三.使用Python程序控制摄像头 四.基于vlc的Raspberry Pi摄像头实时监控 参考资料 Raspberry Pi提供了摄像头模块的接口, ...
- [树莓派(raspberry pi)] 02、PI3安装openCV开发环境做图像识别(详细版)
前言 上一篇我们讲了在linux环境下给树莓派安装系统及入门各种资料 ,今天我们更进一步,尝试在PI3上安装openCV开发环境. 博主在做的过程中主要参考一个国外小哥的文章(见最后链接1),不过其教 ...
- 玩树莓派(raspberry pi) 2/3 raspbian的遇到的一些问题
raspberry pi买回来玩了一段时间,现在就记录一下入门遇到的一些问题吧. 首先是烧写镜像,和安装电脑系统是一样的道理. 先要有一个制作一个U启动盘.先将SD卡格式化,再用Win32DiskIm ...
- 树莓派(raspberry pi)系统开发
[树莓派(raspberry pi)] 01.在linux环境下给树莓派安装系统及入门各种资料 [树莓派(raspberry pi)] 02.PI3安装openCV开发环境做图像识别(详细版) 出处: ...
- Raspberry Pi Finder
这是 meelo 原创的 玩转树莓派 系列文章 作为一名新手,你可能苦恼与如何寻找树莓派的IP地址.要想寻找IP地址,在不同的连接状况下,的方法是不一样的,这在其它教程里有作详细介绍(使用路由器连接树 ...
- 让Mono 4在Raspberry Pi上飞
最近公司有项目想要在树莓派上做,代替原来的工控机(我们是把工控主机当作小的主机用,一台小的工控主机最少也要600左右,而树莓派只要200多).于是,公司买了一个Raspberry Pi B+和一个Ra ...
- Kali v2.1.2 for Raspberry Pi 3B
最新的下载地址是: https://www.offensive-security.com/kali-linux-arm-images/ 按照官网的说法是找不到树莓派版本的SHA1SUM和SHA1SUM ...
- A new comer playing with Raspberry Pi 3B
there are some things to do for raspberry pi 3b for the first time: 1, connect pi with monitor/KB/mo ...
随机推荐
- CF1106A Lunar New Year and Cross Counting 题解
Content 试求出在一个 \(n\times n\) 的地图 \(M\) 中,满足 \(1\leqslant i,j\leqslant n\) 且 \(M_{i,j}=M_{i+1,j+1}=M_ ...
- SpringCloud微服务实战——搭建企业级开发框架(三十五):SpringCloud + Docker + k8s实现微服务集群打包部署-集群环境部署
一.集群环境规划配置 生产环境不要使用一主多从,要使用多主多从.这里使用三台主机进行测试一台Master(172.16.20.111),两台Node(172.16.20.112和172.16.20.1 ...
- 谷歌浏览器请求返回JSON内容自动格式化
我们使用谷歌浏览器的扩展插件 下载插件 官方网址:https://github.com/gildas-lormeau/JSONView-for-Chrome 我也上传了 一份:https://yvio ...
- vsp配合Qt5开发,解决virtual void * __cdecl PopDialogManger::qt_metacast
Qt错误提示 virtual void * __cdecl PopDialogManger::qt_metacast(char const*)"(?qt_metacast@PopDialog ...
- 【LeetCode】1413. 逐步求和得到正数的最小值 Minimum Value to Get Positive Step by Step Sum
作者: 负雪明烛 id: fuxuemingzhu 个人博客:http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 求和 日期 题目地址:https://leetcode ...
- 【Android开发】微信精选,文章资讯类App开发记录总结
缘起 微信精选的App开发来源是在聚合数据上看到了有免费的微信精选的数据接口,无限调用.相对于其他的诸如违章查询,医药查询,NBA赛事等等,我感觉还是微信文章精选这个数据接口离我最近,所以想着拿着个数 ...
- 【LeetCode】1101. The Earliest Moment When Everyone Become Friends 解题报告 (C++)
作者: 负雪明烛 id: fuxuemingzhu 个人博客:http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 并查集 日期 题目地址:https://leetcod ...
- 【LeetCode】934. Shortest Bridge 解题报告(Python)
作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 DFS + BFS 相似题目 参考资料 日期 题目地 ...
- [平台建设] HBase平台建设实践
背景 由于公司业务场景的需要,我们需要开发HBase平台,主要需要以下功能: 建表管理 授权管理 SDK实现 与公司内部系统打通 我们使用的HBase 版本: HBase 1.2.0-cdh5.16. ...
- 「Codeforces 468C」Hack it!
Description 定义 \(f(x)\) 表示 \(x\) 的各个数位之和.现在要求 \(\sum_{i=l}^rf(i)\bmod a\). 显然 ans=solve(l,r)%a; if(a ...