1. 程式人生 > >樹莓派3安裝筆記(1)-安裝作業系統Raspbian以及安裝必要軟體

樹莓派3安裝筆記(1)-安裝作業系統Raspbian以及安裝必要軟體

拿到了樹莓派3後,經過短暫的興奮,終於開始實戰安裝OS了。以下步驟基於官方的文章https://www.raspberrypi.org/learning/software-guide/quickstart/,選擇安裝的是RASPBIAN

1. 格式化micro SD卡

前往網站https://www.sdcard.org/downloads/formatter_4/index.html 下載SD卡格式化工具,安裝並格式化SD卡

這裡寫圖片描述

2. 下載映象檔案

3. 下載映象安裝軟體

通過http://etcher.io 下載並安裝Etcher SD 卡映象安裝工具。

4. 安裝映象檔案到micro SD卡

5. 接上電源,啟動

6. 更新apt-get映象

  1. 編輯/etc/apt/sources.list檔案。刪除原檔案所有內容,用以下內容取代:
deb https://archive.raspbian.org/raspbian/ stretch main contrib non-free
deb-src https://archive.raspbian.org/raspbian/ stretch main contrib non-free
  1. 編輯/etc/apt/source.list.d/raspi.source
deb https://archive.raspberrypi.org/debian/ stretch main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src https://archive.raspberrypi.org/debian/ stretch main ui
  1. 編輯此兩個檔案後,請使用sudo apt-get update命令,更新軟體列表。

7. 安裝常用軟體

VNC Server

(TBD)

VIM

(TBD)