pull/44/head
probonopd 3 years ago committed by GitHub
parent d3556c077d
commit 0b5638fff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      src/config.txt

@ -1,3 +1,7 @@
#
# https://www.raspberrypi.com/documentation/computers/config_txt.html
#
[all] [all]
boot_delay=0 boot_delay=0
disable_splash=1 disable_splash=1
@ -9,18 +13,14 @@ disable_overscan=0
# Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models # Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models
# #
[pi02]
kernel=kernel7.img
[pi3] [pi3]
arm_64bit=1 arm_64bit=1
kernel=kernel8.img
[pi3+]
arm_64bit=1
kernel=kernel8.img
[pi4] [pi4]
arm_64bit=1 arm_64bit=1
armstub=armstub8-rpi4.bin armstub=armstub8-rpi4.bin
kernel=kernel8-rpi4.img kernel=kernel8-rpi4.img
# Zero 2 W
[pi02]
arm_64bit=1

Loading…
Cancel
Save