その他のOS

メーカー正式対応以外のOS(Ubuntu以外のLinuxディストリビューション等)の情報はこちら

Rasberry Pi Desktop (Raspberry Pi OS i386)

ダウンロード

	https://www.raspberrypi.org/software/raspberry-pi-desktop/

インストール

	GRUB起動 [Install]
	Keymap to use: American English
	Load missing firmware from removable media? [No]  <--- あとでWi-Fi有効化
	Driver needed by your Ethernet card: no ethernet card
	Partitioning method: Guided - use entire disk
	Select disk to partition: MMC/SD card #1
	Partitioning scheme: All files in one partition
	設定確認 [Finish partitioning and write changes to disk]
	Write the changes to disks? [Yes]
	最終処理 [Continue]

OS起動後 (画面が表示されない場合は蓋を開閉する)

	01. ディスプレイを見やすく
	xrandr --output DSI-1 --scale 0.5x0.5 --rotate right
   
	02. Wi-Fi有効化
	# https://chromium.googlesource.com/chromiumos/third_party/linux-firmware/+/master/brcm/brcmfmac4356-pcie.txtを別PCでダウンロードしてHome Folderにコピー
	sudo cp brcmfmac4356-pcie.txt /lib/firmware/brcm/.
	sudo modprobe -r brcmfmac
	sudo modprobe brcmfmac
   
	03. [Welcome to Raspberry Pi]から設定
	# Set Country
	Country: Japan
	Language: Japanese
	Timezone: Tokyo
	[ ]Use English language
	[v]Use US keyboard
   
	# Change Password [適宜]
	# Select WiFi Network [適宜]
	# Update Software [Next]
	# Setup Complete [Later]
   
	04. Preferences>Raspberry Pi Configuration
	[System]タブ
	Hostname: 適宜 (初期値: raspberry)
	Boot: 適宜 (初期値: To Desktop)
	Auto login: 適宜 (初期値: Login as user 'pi')
	Splash Screen: Disable (初期値: Enable)
   
	[Display]タブ
	Pixel Doubling: Enable (初期値: Disable)
   
	[Interfaces]タブ
	SSH: Enable (初期値: Disable)
   
	#---- Reboot needed [No]
   
	05. ログイン後に画面を右回転させる
	mkdir -p ~/.config/autostart
	tee ~/.config/autostart/rotate.desktop >/dev/null <<EOF
	[Desktop Entry]
	Type=Application
	Name=rotate
	Exec=/usr/bin/xrandr --output DSI-1 --rotate right
	EOF
   
	06. 再起動
	reboot
   
	07. パッケージをアップグレード
	sudo apt update
	sudo apt full-upgrade -y
	sudo apt autoremove -y
   
	08. 日本語入力メソッドをインストール
	sudo apt install -y fcitx-mozc
   
	09. ログアウト
	pkill -9 -f lxsession
   
	10. Fcitx設定 (Mozcを一番上に移動)
	[入力メソッド]タブ
	Mozc
	キーボード - 英語 (US)

非公式Ubuntu

GPD公式以外の Ubuntu 環境をインストールする場合はこちら。

GPD公式だと BIOS を 2017/06/28版 (→ GPD Pocket/BIOS#ge67d480) にする必要があるが、非公式版だとどのバージョンでも動く模様。自分は 2017/07/05版で確認。

  • https://github.com/stockmind/gpd-pocket-ubuntu-respin/
    • インストール用Live iso あり。
    • shell script で各種設定ファイルをコピーするシンプルな設定方法。
    • 中の人が多忙。
  • https://github.com/cawilliamson/ansible-gpdpocket/
    • インストール用Live iso なし。他の Linux環境で自前で作る必要あり。
    • Ubuntu系だけでなく Arch系 / Gentoo系 / Fedora系に対応するため Ansible を用いて設定する。
    • Project Close してしまった。
  • Ubuntu for GPD Pocket https://apt.nexus511.net/
    • インストール用 Live iso あり。ただし回線細いからいたわって DL してね、の記載あり。
    • 設定ファイルをインストールする Ubuntu package を配布している。
      • 設定内容自体は上の Ansible版を参考にして作られている。
    • いまからインストールするならこれがオススメの予感。

Arch Linux

Fedora Linux

  1. Fedora Linux公式の起動ディスク作成方法でDVDなりUSBなりを作成しインストール fedora27推奨 *1
  2. インストール後にgithubで公開されているScriptで各種セットアップ https://github.com/e-minguez/gpd-pocket-fedora
    1. scriptのパッチではじめてWiFiが使えるようになるので予め別途USBメモリなどにダウンロードしておく事を推奨 *2

ChromiumOS Preview for the GPD Pocket


  • https://github.com/stockmind/gpd-pocket-ubuntu-respin -- popn_ja? 2017-08-24 (木) 22:47:00
  • こちらも。 https://github.com/cawilliamson/ansible-gpdpocket/ -- ponta? 2017-08-25 (金) 13:37:31
  • https://apt.nexus511.net/ -- keruru? 2017-08-30 (水) 22:27:53
  • gentoo Linux起動できました -- popn_ja? 2017-09-30 (土) 04:20:59
  • インストール用なのかLive起動用なのかどっち? -- 2017-10-15 (日) 04:05:07
  • ubuntu18.04LTSインストールしました。いろいろコケたのですが、情報が少なかったので、こちらに書きました。ご参考になれば幸いです。https://ameblo.jp/feline-nonchan/entry-12384445471.html -- のんちゃんパパ? 2018-06-25 (月) 21:51:39
  • のんちゃんパパさんの情報のおかげで、Linux Mint 19 も無事にインストールできました。ありがとうございます。 -- ponta? 2018-07-05 (木) 22:14:31
  • ubuntu22.04でサウンドデバイスが認識されなくて困っていたが、Pop!_OS22.04をインストールしたら解決した。 -- hota? 2023-02-21 (火) 21:59:35


*1 一応28でも動作する事は確認していますが長期安定確認中
*2 私はUSB接続の有線LANアダプタを用意しました

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-02-21 (火) 21:59:35 (423d)