-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some work on config.txt. An invalid dtoverlay value might have preven…
…ted booting
- Loading branch information
1 parent
981d9a8
commit 4f391fc
Showing
1 changed file
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,19 @@ | ||
start_x=0 | ||
|
||
kernel=Image | ||
disable_overscan=1 | ||
|
||
# How much memory in MB to assign to the GPU on Pi models having | ||
# 256, 512 or 1024 MB total memory | ||
gpu_mem_256=16 | ||
gpu_mem_512=16 | ||
gpu_mem_1024=16 | ||
gpu_mem=16 | ||
|
||
# fixes rpi (3B, 3B+, 3A+, 4B and Zero W) ttyAMA0 serial console | ||
dtoverlay=miniuart-bt | ||
|
||
# enable autoprobing of Bluetooth driver without need of hciattach/btattach | ||
dtoverlay=krnbt=on | ||
|
||
dtoverlay=miniuart-bt | ||
dtoverlay=vc4-kms-v3d-pi4 | ||
dtoverlay=imx219 | ||
|
||
# enable 64bits support | ||
arm_64bit=1 | ||
|
||
dtparam=krnbt=on | ||
dtparam=spi=on | ||
dtparam=i2c_arm=on | ||
dtparam=i2c1=on |