mirror of https://github.com/probonopd/MiniDexed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
361 B
26 lines
361 B
#
|
|
# https://www.raspberrypi.com/documentation/computers/config_txt.html
|
|
#
|
|
|
|
[all]
|
|
boot_delay=0
|
|
disable_splash=1
|
|
force_eeprom_read=0
|
|
gpu_mem=16
|
|
disable_overscan=0
|
|
|
|
#
|
|
# Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models
|
|
#
|
|
|
|
[pi3]
|
|
arm_64bit=1
|
|
|
|
[pi4]
|
|
arm_64bit=1
|
|
armstub=armstub8-rpi4.bin
|
|
kernel=kernel8-rpi4.img
|
|
|
|
# Zero 2 W
|
|
[pi02]
|
|
arm_64bit=1
|
|
|