折騰樹莓派(一)系統安裝與初始化

2021-07-22 08:18:01 字數 1559 閱讀 5918

系統裝好後,通過內網ip位址ssh連線樹莓派進行配置。

通過hdmi連線顯示器直接檢視內網ip或在路由器中找新增裝置的ip位址,windows平台下使用putty連線樹莓派,並使用預設使用者名稱密碼登陸系統

使用者名稱:pi

密碼:raspberry

sudo passwd pi
由於root使用者預設密碼為空,因此無法登陸。登陸預設使用者pi給root設定密碼後即可開啟root使用者

sudo passwd root
之後可以使用

su - root
切換至root使用者。

sudo raspi-config
1. 確保sd卡所有空間被使用:expand filesystem

2. 更改啟動選項: boot options > console (命令列啟動、不自動登陸)

3. 設定鍵盤布局:internationalisation options > change keyboard layout > generic 105-key (intl) pc > other > english (us) > the default for the key board layout > no compose key >

4. 設定時區: internationalisation options > change timezone > asia > shanghai

5. 更改hostname: advanced options > hostname

6. 分配gpu記憶體: advanced options > memory split (16)

7. 重啟

中山大學 raspbian

中國科學技術大學 raspbian

清華大學 raspbian

華中科技大學 raspbian

arch

linux arm

大連東軟資訊學院源(北方使用者) raspbian

重慶大學源(中西部使用者) raspbian

新加坡國立大學 raspbian

牛津大學 raspbian

南韓kaist大學 raspbian

sudo apt-get update

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo rpi-update

更新軟體源列表、軟體版本和核心版本

sudo apt-get install ttf-wqy-zenhei

sudo apt-get install scim-pinyin

sudo apt-get install vim

樹莓派初始化配置

映象寫入 sd 卡 在 sd 卡建立名為 ssh 的空白檔案 連線電源,開機,網線連線樹莓派,在路由器管理頁面檢視樹莓派 ip ssh ubuntu 預設密碼是 ubuntu 配置無線網路 配置時間 sudo timedatectl set timezone asia shanghai 設定開啟啟動...

樹莓派Zero W初始化配置

2 使用sd card formatter格式化記憶體卡 3 使用etcher燒寫系統 中途跳出格式化視窗,直接x掉 4 在boot分割槽新建ssh檔案,以開啟ssh。空檔案即可 5 新建wpa supplicant.conf檔案,設定wifi資訊 country cn ctrl inte ce d...

樹莓派raspbian系統踩坑 初始化配置

整理的資料來自網路 hdmi線轉vga接顯示屏閃屏 一般是解析度不合適 在sd卡中的config.txt中加入 hdmi mode部分根據需要進行更高 hdmi force hotplug 1 config hdmi boost 4 hdmi group 2 hdmi mode 39 hdmi ig...