48 lines
878 B
Plaintext
48 lines
878 B
Plaintext
# Kernel
|
|
kernel=Image
|
|
|
|
# Ramdisk
|
|
initramfs ramdisk.img followkernel
|
|
|
|
# Camera
|
|
camera_auto_detect=1
|
|
|
|
# Display
|
|
disable_overscan=1
|
|
|
|
# Display panel
|
|
#dtoverlay=vc4-kms-dsi-7inch
|
|
#dtoverlay=vc4-kms-dsi-ili79600-10-1inch
|
|
#dtoverlay=vc4-kms-dsi-ili9881-5inch
|
|
#dtoverlay=vc4-kms-dsi-ili9881-7inch
|
|
|
|
# Graphics acceleration
|
|
dtoverlay=vc4-kms-v3d
|
|
dtoverlay=cma,cma-320
|
|
|
|
# I2C
|
|
#dtparam=i2c_arm=on
|
|
|
|
# I2S
|
|
#dtparam=i2s=on
|
|
|
|
# SPI
|
|
#dtparam=spi=on
|
|
|
|
# USB
|
|
dtoverlay=dwc2,dr_mode=peripheral
|
|
|
|
[cm5]
|
|
# USB
|
|
dtoverlay=dwc2,dr_mode=otg
|
|
|
|
[all]
|
|
|
|
# A/B boot slot selection via RPi tryboot.
|
|
# Slot A = partition 1 (boot_a) — normal boot, no override needed.
|
|
# Slot B = partition 2 (boot_b) — activated by the PawletOS updater app
|
|
# via `reboot tryboot`. On confirmed success the app writes the
|
|
# active slot to /dev/block/by-name/misc to make B permanent.
|
|
[tryboot]
|
|
boot_partition=2
|