Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created August 13, 2019 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/c2feb71f7ea64f4c96e040ad259fbbc9 to your computer and use it in GitHub Desktop.
Save mamemomonga/c2feb71f7ea64f4c96e040ad259fbbc9 to your computer and use it in GitHub Desktop.

Raspberry Pi 3 config.txt

Raspbianには /boot/config.txt, ARM64のUbuntuとDebian Busterは /boot/firmware/config.txt

# Pi 3B + RaspbianでUARTを有効にする
dtoverlay=pi3-miniuart-bt

# uartを有効にする(arm64用?)
enable_uart=1

# GPUメモリを16MBに
gpu_mem=16

# CPUのオーバークロック
# arm_freq=1300
# over_voltage=5
# gpu_freq=500

# SDRAMのオーバークロック
# sdram_freq=500
# sdram_schmoo=0x02000020
# over_voltage_sdram_p=6
# over_voltage_sdram_i=4
# over_voltage_sdram_c=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment