@@ -175,7 +175,7 if [ "$ENABLE_CONSOLE" = true ] ; then | |||
|
175 | 175 | # add string to cmdline |
|
176 | 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 | 179 | # if force_turbo didn't lock cpu at high speed, lock it at low speed (XOR logic) or miniuart will be broken |
|
180 | 180 | if [ "$ENABLE_TURBO" = false ] ; then |
|
181 | 181 | echo "core_freq=250" >> "${BOOT_DIR}/config.txt" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant