peach-workspace/peach-config/conf/config.txt_ds3231

17 lines
481 B
Plaintext
Executable File

# Switch the CPU from ARMv7 into ARMv8 (aarch64) mode
arm_control=0x200
enable_uart=1
upstream_kernel=1
# Activate I2C
dtparam=i2c_arm=on
# Activate DS3231 RTC module
dtoverlay=i2c-rtc,ds3231
# Apply device tree overlay to enable pull-up resistors for buttons
device_tree_overlay=overlays/mygpio.dtbo
kernel=vmlinuz-4.19.0-10-arm64
# For details on the initramfs directive, see
# https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=10532
initramfs initrd.img-4.19.0-10-arm64