[PR] 2024年11月21日 http://memotoreboot.o-oi.net[PR] ×[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
Raspbian Stretch Lite から RetroPieをインストール その⒉ 2018年08月01日 Raspberrypi-RetroPie 0 http://memotoreboot.o-oi.net/raspberrypi_retropie/180801_02Raspbian Stretch Lite から RetroPieをインストール その⒉ その⒈ Raspbian Stretch Lite から RetroPieをインストール その⒉ マイクロSDカードの空きディスク容量を確認 $df -h /dev/root 12G APTパッケージを更新してアップグレードする $sudo apt-get update && sudo apt-get upgrade y IPアドレスの固定 interface(インタフェース名)を確認 $ip a s | grep glo wlan0 dhcpcd の設定ファイルを編集 $sudo nano /etc/dhcpcd.conf # Example static IP configuration: この行あたりに追加 ################################################ interface wlan0 static ip_address=192.168.1.25/24 static routers=192.168.1.1 static domain_name_servers=192.168.1.1 ################################################ 自分の環境に合わせて設定 interface 確認したinterface(インタフェース名) static ip_address IPアドレス static routers デフォルトゲートウェイ static domain_name_servers DNSサーバ ファイルの保存 Ctrl+o Enter 終了 Ctrl+x ロケールの設定 $sudo update-locale LC_ALL="en_US.UTF-8" ロケールの確認 $locale 再起動 $sudo reboot PuTTYを起動 設定したIPアドレスを入力 Open はい RetroPieセットアップスクリプトに必要なパッケージをインストール $sudo apt-get install git lsb-release y 最新のRetroPieセットアップスクリプトをダウンロード $cd $git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git スクリプト実行 $cd RetroPie-Setup $chmod +x retropie_setup.sh $sudo ./retropie_setup.sh OK Basic Install OK Yes RetriPieを自動で起動できる様にする ※ 手動起動の場合 $emulationstation Configuration / tools OK autostart OK Boot to text console (auto login as pi) OK OK Start Emulation Station at boot OK ※Kodiインストール後はKodiを先に起動する事もできる Start Kodi at boot (exit for Emulation Station) OK 戻る Cancel Back reicastやkodiを追加 Manage packages OK Manage optional packages OK reicast OK sourceからインストールしてみる Install from source OK reicastのインストール終了 Back kodiのインストール このままではインストール中にエラーがでる 一旦RetroPie-Setupを終了する 依存関係の修復 $sudo apt-get -f install RetroPieセットアップ起動 $sudo ./retropie_setup.sh Manage packages OK Manage optional packages OK kodi OK Install from binary OK kodiのインストール終了 RetroPie-Setupを終了する 再起動 $sudo reboot ※RetroPieでファイル名を日本文字で表示させたい場合 フォントをインストール $sudo apt-get install fonts-droid-fallback その⒊へ [0回]PR