avatar
Articles
470
Tags
180
Categories
31
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!Raspbian Buster 64bit
Search
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • 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
cover of previous post
Previous
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 から鍵登録$...
Next
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'],...
Related Articles
cover
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...
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...
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...
cover
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...
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...
cover
2019-08-01
Manjaro 64bit - RPi4
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
avatar
ktkr3d
Articles
470
Tags
180
Categories
31
Follow Me
Contents
  1. 1. 起動
Recent Posts
Windows 11 NAS2025-05-04
WireGuard Easy (wg-easy)2025-04-06
Wireguard-ui2025-04-03
GNOME Remote Desktop2025-03-30
RPi4B - Arch Linux2025-03-27
©2010 - 2025 By ktkr3d
Framework Hexo 7.3.0|Theme Butterfly 5.3.5
Search
Loading Database