作業系統安裝

  1. 到官網下載Raspbian作業系統 (https://www.raspberrypi.org/downloads/)
  2. 解壓縮檔案
  3. 使用USB Image Tool將映像檔燒到SD卡中
    (參考:http://www.pchappy.tw/modules/tad_book3/page.php?tbdsn=626)
  4. 放到raspberrypi中,插上電源
  5. Meau -> Perferences -> Raspberry pi Comfigurations -> system -> Boot -> to CLI

網路設定

  1. sudo nano /etc/network/interfaces auto eth0
    iface eth0 inet static
    address xxx.xxx.xxx.xxx
    netmask 255.255.255.192
    gateway xxx.xxx.xxx.xxx
    dns-nameservers 8.8.8.8
  2. ping 功能解決
  3. sudo reboot