LoginSignup
2
1

More than 3 years have passed since last update.

Raspberry Pi OS 64bitを有効化

Posted at

概要

Raspberry Pi OSを64bit対応に設定変更する方法について記載します。

対象

ARMv8 (64bit)を搭載する次のRaspberry Piが対象です。(2021年1月現在)

  • Raspberry Pi 3 Model A+
  • Raspberry Pi 2 Model B V1.2
  • Raspberry Pi 3 Model B/Model B+
  • Raspberry Pi 4 Model B
  • Compute Module (CM3)
  • Compute Module (C3L)

手順

  1. /boot/config.txtに次の1行を書き加える。

    arm_64bit=1
    
  2. リブートする。

    sudo reboot
    
  3. 確認する。aarch64となっていれば64bit対応されている。

    uname -a | grep aarch64
    
    Linux raspberrypi 5.10.6-v8+ #1393 SMP PREEMPT Mon Jan 11 15:13:58 GMT 2021 aarch64 GNU/Linux
    
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1