最終更新:2026-02-13 (金) 09:41:01 (23d)  

Raspberry Pi 5/電源
Top / Raspberry Pi 5 / 電源

メモ

  • 5V5Aの電源でない場合、USBポートの最大電流が0.6A (合計)に制限され、USBストレージからの起動に制限が加えられる
  • 通常は1.6A (合計)
    • 電力を食うのはNVMe SSDやHDD

USBブート

  • USB boot is disabled by default when connected to a 3A power supply.
  • Set usb_max_current_enable=1 in /boot/firmware/config.txt to enable USB boot.
  • Alternatively, you can press the power button a single time on a failed USB boot to temporarily enable usb_max_current_enable and continue booting.
  • However, this setting will not persist after a reboot if enabled by pressing the power button.

config.txt

参考