##// END OF EJS Templates
Fixed: U-Boot fix for RPi3 (serial still needs fix)
drtyhlpr -
r119:1299b60a183d
parent child
Show More
@@ -233,8 +233,9 fi
233
233
234 # Disable RPi3 Bluetooth and restore ttyAMA0 serial device
234 # Disable RPi3 Bluetooth and restore ttyAMA0 serial device
235 if [ "$RPI_MODEL" = 3 ] ; then
235 if [ "$RPI_MODEL" = 3 ] ; then
236 if [ "$ENABLE_CONSOLE" = true ] ; then
236 if [ "$ENABLE_CONSOLE" = true ] && [ "$ENABLE_UBOOT" = false ]; then
237 echo "dtoverlay=pi3-miniuart-bt" >> "${BOOT_DIR}/config.txt"
237 echo "dtoverlay=pi3-disable-bt" >> "${BOOT_DIR}/config.txt"
238 echo "enable_uart=1" >> "${BOOT_DIR}/config.txt"
238 fi
239 fi
239 fi
240 fi
240
241
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant