Skip to content

Commit

Permalink
Critical fix for RPI4 (config.txt)
Browse files Browse the repository at this point in the history
Change-Id: I3f500c4a01bfd3f13e094f746170596b2d5743a7
  • Loading branch information
hoglet67 committed Jan 13, 2021
1 parent 4a03a0d commit dc67fd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scripts/config.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# config.txt for PiTubeDirect (https://github.com/hoglet67/PiTubeDirect)
#
# default options
core_freq=400
kernel=kernelrpi.img
# Debug kernel (needs a 115200 serial connection)
#kernel=debug/kernelrpi.img
Expand All @@ -11,6 +10,7 @@ core_freq=350

# Settings for Pi 2
[pi2]
core_freq=400
kernel=kernelrpi2.img
# Debug kernel (needs a 115200 serial connection)
#kernel=debug/kernelrpi2.img
Expand All @@ -29,6 +29,8 @@ kernel=kernelrpi3.img

[pi4]
kernel=kernel8-32.img
# Debug kernel (needs a 115200 serial connection)
#kernel=debug/kernel8-32.img

# Global settings
[all]
Expand Down

0 comments on commit dc67fd8

Please sign in to comment.