diff --git a/bootstrap.d/15-rpi-config.sh b/bootstrap.d/15-rpi-config.sh index a553680..bd00e07 100644 --- a/bootstrap.d/15-rpi-config.sh +++ b/bootstrap.d/15-rpi-config.sh @@ -175,7 +175,7 @@ if [ "$ENABLE_CONSOLE" = true ] ; then # add string to cmdline CMDLINE="${CMDLINE} console=serial0,115200" - if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ]; then + if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ]|| [ "$RPI_MODEL" = 0 ]; then # if force_turbo didn't lock cpu at high speed, lock it at low speed (XOR logic) or miniuart will be broken if [ "$ENABLE_TURBO" = false ] ; then echo "core_freq=250" >> "${BOOT_DIR}/config.txt"