Raspberrypi UnderVoltage 問題

Raspberrypi4にて、謎の再起動ループ(数分毎に再起動が発生)を経験したので、そのときのメモ

恐らく、熱による不具合だと推測

Raspberrypi4 は 1,800Mhz と高速仕様なので、
クーラーを付けないなら低速運用が望ましい

/boot/config.txt の中にある
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
arm_freq=1000


この部分を以上のようにすることで、動作クロックを
1,000Mhz に制限できました