Raspbian Buster 64bit
Created|Updated

https://www.raspberrypi.org/forums/viewtopic.php?t=246766
- aarch64 カーネル
- メモリ1GB まで利用可能
起動
- マウス、キーボードを接続していると起動しないみたいなので、起動してから接続する
Related Articles

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...

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...

2019-07-01
Raspberry Pi 4
Raspberry Pi 4 が発売されたので移行を検討してみます。 Raspberry Pi 2 Model B (2015/2/1 発売)からRaspberry Pi 4 Model B (2019/6/24 発売)への移行になりますので、4年間の大きな機能向上、性能向上が期待できそうです。反面、消費電力が大きくなってそうですが、Wi-Fi やBluetooth をオフにしておけば抑えることができるのかな。 ともかく、やっと32bit から抜け出せそうです! スペック比較 Model Raspberry Pi 2 Model B Raspberry Pi 4 Model B 発売日 2015年2月1日 2019年6月24日 SoC Broadcom BCM2836 Broadcom BCM2711 CPU ARM Cortex-A7 ARM Cortex-A72 900 MHz 1.5GHz ARMv7(32bit) ARMv8(64bit) メモリ 1GB 4GB USB USB 2 x4 U...

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 - ....

2019-08-15
RPi4 - Ubuntu Server 19.10 64bit 更新
https://github.com/satmandu/docker-rpi4-imagebuilder/https://github.com/raspberrypi/linux/pull/3144 とうとうRaspberry Pi 4B のUbuntu Server 19.10 64bit (aarch64) で4GBメモリとUSBが動作するようになりました。USB を動作させるためにメモリを3GB に制限する必要が無くなりました。 イメージ作成手順https://github.com/satmandu/docker-rpi4-imagebuilder/ Docker のインストールdocker-ce をインストールしたらkernel が5 にあがってしまい、うまく再起動できませんでした。とりあえず、Ubuntu のリポジトリの古いDocker を使うことにします。 $ sudo apt install docker docker-compose$ sudo usermod -aG docker $USER$ docker --versionDocker version 1...
Comments