Skip to content

Commit 8713ed1

Browse files
committed
Disable the uart (had a rethink, cpu gets pegged slower)
1 parent e558e4e commit 8713ed1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

stage1/00-boot-files/files/config.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@
4343
#arm_freq=800
4444

4545
# Uncomment some or all of these to enable the optional hardware interfaces
46-
dtparam=i2c_arm=on
46+
#dtparam=i2c_arm=on
4747
#dtparam=i2s=on
48-
dtparam=spi=on
48+
#dtparam=spi=on
49+
#enable_uart=1
4950

5051
# Uncomment this to enable the lirc-rpi module
5152
#dtoverlay=lirc-rpi
@@ -54,6 +55,3 @@ dtparam=spi=on
5455

5556
# Enable audio (loads snd_bcm2835)
5657
dtparam=audio=on
57-
58-
# Enable the UART
59-
enable_uart=1

0 commit comments

Comments
 (0)