avatar
Articles
496
Tags
204
Categories
31
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!Raspbian Buster 64bit Back to Home
Search
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

Raspbian Buster 64bit

Created2019-07-31|Updated2019-07-31

Raspbian Buster 64bit
https://www.raspberrypi.org/forums/viewtopic.php?t=246766

  • aarch64 カーネル
  • メモリ1GB まで利用可能

起動

  • マウス、キーボードを接続していると起動しないみたいなので、起動してから接続する
raspberry-pi
Previous
WoW Armory to PDF
Puppeteer を使ってWoW Armory の情報をPDF 形式で保存してみました。実行した日付、レルム、キャラクター名をファイル名にしてPDF 化します。履歴をとるのに便利ですね。 上記はキャラクターが見つからなかった場合のPDF の例です。“Something’s Not Quite Right”ゲーム内で聞いたことがあるセリフですね。 準備$ npm i puppeteer date-utils コードwowarmory.jsconst puppeteer = require('puppeteer');require('date-utils');const chars = [ ['en-us', 'us', 'barthilas', 'name01'], ['en-us', 'us', 'barthilas', 'name02'], ...
cover of next post
Next
Visual Studio Code Remote Development でRaspberry Pi に接続
https://code.visualstudio.com/docs/remote/remote-overviewVisual Studio Code Remote Development でRaspberry Pi 2 と接続してみました。接続迄に少し時間がかかるような気がしますが、環境としてはすっきりしています。 利用環境クライアント Windows 10 Pro Insider Preview 1903 WSL 2 (Ubuntu 18.04.2 x86_64) Visual Studio Code - Insiders 1.37.0-insiderhttps://code.visualstudio.com/insiders/アイコンが緑 サーバ Raspberry Pi 2 Ubuntu 18.04.2 armv7l 環境設定クライアントVSCode 拡張機能の設定 Remote Development をインストール Remote SSH を削除 Remote SSH (Nightly) をインストール SSH 接続の設定 WSL2 から鍵登録$ ssh-co...
Related Articles
cover
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...
cover
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...
cover
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 ...
cover
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...
cover
2019-07-13
Raspberry Pi 4B + Ubuntu 18.04.2 64bit
https://blog.cloudkernels.net/posts/rpi4-64bit-virt/https://news.ycombinator.com/item?id=20410169Raspberry Pi 4B 用のUbuntu Server 18.04.2 64bit のイメージが公開されていたので試してみました。Docker 環境も構築されています。 UPDATE: 2019/7/14 軽量なイメージが公開されました。 https://cloudkernels.net/ubuntu-18.04.2-preinstalled-server-arm64+raspi4+kvm.img.xz 環境構築準備 Raspberry Pi 4B SDカード 32GB https://cloudkernels.net/rpi4-64-bit-kvm-docker.img.xz etcher で書き込み(2.5GB が8.07GB に展開される) 初回ブートに時間がかかる or reboot しないといけないかも root のパスワードは無し pi,...
cover
2019-09-16
RPi4 - Ubuntu Server 18.04.3 64bit
https://github.com/TheRemote/Ubuntu-Server-raspi4-unofficialRaspberry Pi 4B にUbuntu Server 18.04.3 LTS aarch64 環境を構築しました。Xfce デスクトップ環境もインストールしてみました。 環境 Raspberry Pi 4B Ubuntu Server 18.04.3 aarch64 Xfce 4.12 構築Hostname$ sudo hostnamectl set-hostname pi4 Aliases$HOME/.bash_aliasesalias upd='sudo apt update && sudo apt dist-upgrade && sudo apt autoremove -y'alias en='export LC_ALL=en_US.UTF8'alias ja='export LC_ALL=ja_JP.UTF8'function sshu() ...

Comments
avatar
ktkr3d
Memorandum
Articles
496
Tags
204
Categories
31
Follow Me
Contents
  1. 1. 起動
Recent Posts
hyprKCS2026-06-20
Hyprland 0.55.32026-06-10
Systemd User Task Manager2026-05-11
Morse code practice machine2026-04-26
WowUp app Japanese localization2026-04-26
© 2010 - 2026 By ktkr3dFramework Hexo 8.1.1|Theme Butterfly 5.5.3
Search
Loading Database