##// END OF EJS Templates
a
Unknown -
r554:1017cdf6c3dd
parent child
Show More
@@ -175,7 +175,7 if [ "$ENABLE_CONSOLE" = true ] ; then
175 # add string to cmdline
175 # add string to cmdline
176 CMDLINE="${CMDLINE} console=serial0,115200"
176 CMDLINE="${CMDLINE} console=serial0,115200"
177
177
178 if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ]; then
178 if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ]|| [ "$RPI_MODEL" = 0 ]; then
179 # if force_turbo didn't lock cpu at high speed, lock it at low speed (XOR logic) or miniuart will be broken
179 # if force_turbo didn't lock cpu at high speed, lock it at low speed (XOR logic) or miniuart will be broken
180 if [ "$ENABLE_TURBO" = false ] ; then
180 if [ "$ENABLE_TURBO" = false ] ; then
181 echo "core_freq=250" >> "${BOOT_DIR}/config.txt"
181 echo "core_freq=250" >> "${BOOT_DIR}/config.txt"
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant