1. 下载烧录镜像
http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-04-10/
写入sd卡(需要一个读卡器
2. 镜像烧好后
在boot路径下新建一个命名为ssh(无后缀)的空白文件,使得ssh默认开启。
参考这个用一根网线连接电脑去操作(windows)
http://shumeipai.nxez.com/2013/10/15/raspberry-pi-and-a-network-cable-directly-connected-laptop.html
或者和我一样用一根网线直接插在路由器后面
也可以不用网线,直接配置无线上网,不赘述。http://shumeipai.nxez.com/2017/09/13/raspberry-pi-network-configuration-before-boot.html
3.远程连接
找到ip后用ssh远程连接,默认账号密码为
user:pi
password:raspberry
4.换源
修改/etc/apt/sources.list为
1 | # deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi |
sudo apt-get update
5.安装vim
sudo apt-get install vim
6.释放限制空间(封印解除
sudo raspi-config
打开vnc
vnc开机自启动设置
vim /etc/init.d/vncserver
然后 复制下面的内容 右键粘贴进去
1 | #!/bin/sh |
修改权限
sudo chmod 755 /etc/init.d/vncserver
添加开机启动项
sudo update-rc.d vncserver defaults
最后 重启树莓派
sudo reboot
安装VNC Viewer
链接:https://pan.baidu.com/s/1jJAy7bg 密码:gnyy
输入ip:1