Raspbian Buster 64bit
Created|Updated

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

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

2019-08-04
Docker RPi4 ImageBuilder
https://github.com/satmandu/docker-rpi4-imagebuilder RPi4 64bit 用のUbuntu Server イメージを作成する環境を構築してみました。 Update: 2019-08-05 aarch64 でメモリ4GB 起動しました!ubuntu@ubuntu:~$ uname -aLinux ubuntu 4.19.63-v8-gdee436110 #1 SMP PREEMPT Sun Aug 4 05:51:39 UTC 2019 aarch64 aarch64 aarch64 GNU/Linuxubuntu@ubuntu:~$ cat /etc/lsb-release DISTRIB_ID=UbuntuDISTRIB_RELEASE=19.10DISTRIB_CODENAME=eoanDISTRIB_DESCRIPTION="Ubuntu Eoan Ermine (development branch)"ubuntu@ubuntu:~$ free -m -h total ...

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

2018-11-25
Upgrade to Ubuntu 18.04 on Raspberry Pi
https://linuxconfig.org/how-to-upgrade-to-ubuntu-18-04-lts-bionic-beaver Raspberry Pi 2 のOS をUbuntu 16.04 LTS から18.04 LTS にアップグレードします。SSH 接続で。 Ubuntu のLTS サポート期間が10年になるらしいですし。 リモート接続私はWindows 10 上のConEmu でRaspberry Pi にSSH 接続してます。念のため、2セッションを横並びに表示しておきました。 16.04 LTS のパッケージの更新$ sudo apt update$ sudo apt dist-upgrade$ sudo apt autoremove 18.04 LTS へのアップグレード$ sudo ufw allow 1022$ sudo apt install update-manager-core$ sudo do-release-upgrade しばらく待ちます。リスタート後にSSH接続で問題なければufw の設定を戻します。 $ sudo uf...

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