24 lines
545 B
Plaintext
24 lines
545 B
Plaintext
# See http://buildroot.org/manual.html#rootfs-custom
|
|
# and http://elinux.org/RPiconfig for a description of config.txt syntax
|
|
|
|
start_file=start4.elf
|
|
fixup_file=fixup4.dat
|
|
|
|
kernel=Image
|
|
|
|
# To use an external initramfs file
|
|
initramfs rootfs.cpio.lz4
|
|
|
|
# Disable overscan assuming the display supports displaying the full resolution
|
|
# If the text shown on the screen disappears off the edge, comment this out
|
|
disable_overscan=1
|
|
|
|
dtoverlay=vc4-kms-v3d-pi4
|
|
dtoverlay=imx219
|
|
#dtoverlay=ov5647
|
|
|
|
dtoverlay=disable-bt
|
|
|
|
# enable 64bits support
|
|
arm_64bit=1
|