Manjaro 64bit - RPi4
Created|Updated

https://forum.manjaro.org/t/manjaro-arm-preview2-for-raspberry-pi-4/96694
- aarch64 カーネル
- メモリ3GB 弱まで利用可能
- 4K 表示可能
起動
- マウスを接続していると起動しない/画面表示しないかも?
- Alt - F2 からターミナルを起動
- ウィンドウ操作はAlt - Space 等で
日本語フォント
$ sudo pacman -S otf-ipafont |
Related Articles

2019-12-01
Raspberry Pi 4 IoT Edge Gateway
https://news.softpedia.com/news/you-can-now-turn-a-raspberry-pi-4-sbc-into-an-edge-gateway-with-ubuntu-19-10-528326.shtml Raspbery Pi 4 をエッジゲートウェイにしてみました。どうやって使うんだろう。 環境 Raspberry Pi 4B Ubuntu Server 19.10 aarch64 192.168.11.24 構築 Ubuntu Server 19.10 イメージのダウンロードhttps://ubuntu.com/download/raspberry-pi64-bit for Raspberry Pi 3 and 4 SD カードに書き込み Raspberry Pi 4 起動 接続とパスワード更新 $ ssh ubuntu@192.168.11.24 再接続とパッケージの更新 $ ssh ubuntu@192.168.11.24pi4$ sudo apt updatepi4$ sudo apt upgrade Edge Ga...

2015-02-21
USL-5P to Raspberry Pi 2
USL-5P から Raspberry Pi 2 に移行してみよう! http://www.iodata.jp/product/hdd/lanhdd/usl-5p/index.htmhttp://www.raspberrypi.org/products/raspberry-pi-2-model-b/ 基本ハード仕様比較 USL-5P Raspberry Pi 2 Model B Year 2004 2015 Vendor IO-Data Raspberry Pi Foundation CPU Hitachi SH-4 ARM Cortex-A7 900MHz 4core GPU - Broadcom VideoCore IV Memory 64MB 1GB USB USB 2.0 x5 USB 2.0 x4 USB Bus power 1000mA ? LAN 10/100 Mbps x1 10/100 Mbps x1 Sound out - 3.5 mm Jack, HDMI Video ou...

2015-02-23
Irrlicht on Raspberry Pi 2
http://ktkr3d.github.io/irrlicht/https://github.com/ktkr3d/irrlicht-sandbox Raspberry Pi 2 でIrrlicht Engine を動かしてみよう! Irrlicht Engine のビルドhttp://sourceforge.net/p/irrlicht/code/HEAD/tree/trunk/からソースを取得 $ cd source/Irrlicht$ make -j4 HelloWorld は普通に動きました。trunk から持ってきたけれど、ogl-es から持ってきた方がよかったかな。 Demo プログラムGL/SL, Sound, MMD のデモを試してみます。 $ git clone https://github.com/ktkr3d/irrlicht-sandbox.git XEffects のデモをexamples ディレクトリに展開します。 cAudio Build$ git clone https://github.com/R4stl1n/cAudio...

2019-12-21
Visual Studio Code Remote - SSH / aarch64
https://code.visualstudio.com/docs/remote/sshVisual Studio Code のRemote SSH でaarch64 がサポートされていたので、Rasperry Pi 4 のUbuntu focal aarch64 に接続してみました。 環境クライアント Windows 10 Pro Insider Preview WSL 2 (Ubuntu 18.04.3 x86_64) Visual Studio Code 1.41.1 Remote Development 0.19.0 Remote SSH 0.48.0 サーバ Raspberry Pi 4B Ubuntu Focal(20.04) aarch64 構築SSH 接続の設定 WSL2 から鍵登録 $ ssh-copy-id -i /mnt/c/Users/hoge/.ssh/id_rsa.pub ubuntu@192.168.11.26 接続情報 C:\Users\hoge\.ssh\ssh_config# Read more about SSH confi...

2021-10-24
Minecraft Java Edition on Raspberry Pi 4B / Ubuntu 21.10
https://github.com/MultiMC/Launcherhttps://forums.raspberrypi.com/viewtopic.php?f=78&t=321888 Raspberry Pi 4B + Ubuntu 21.10 に Minecraft をインストールしてみました。マイクロソフトアカウントでログインできます。 Minecraft Java Edition (Microsoft Account) Pi-Apps をインストール git clone https://github.com/Botspot/pi-apps.gitcd pi-app./install Pi-Apps を起動 Games / Minecraft Java MultiMC5 をインストールコンパイルが終わるまで気長に待つ。 Minecraft Java MultiMC5 を起動 Add Instance Edit Instance > Version > Install Fabric Edit Instance > Ve...

2019-08-27
RPi4 - Docker OpenProject CE
https://github.com/opf/openproject-ce Raspberry Pi 4B 上のDocker でOpenProject CE の環境を構築してみました。 arm64 でビルドするためにスクリプトの一部を修正しました。 環境 Raspberry Pi 4B Ubuntu Server 19.10 aarch64 Docker 18.09.8, build 0dd43dd87f Docker Compose 1.21.0 構築 docker-compose.yml docker-compose.ymlversion: '3'services: web: build: context: openproject-ce depends_on: - postgres - memcached ports: - "30080:80" volumes: - pg-data:/var/lib/postgresql/data - ....
Comments