##// END OF EJS Templates
a
Unknown -
r549:e4ed07b70aeb
parent child
Show More
@@ -436,7 +436,7 if [ "$ENABLE_UBOOT" = true ] ; then
436 fi
436 fi
437
437
438 if [ "$ENABLE_USBBOOT" = true ] ; then
438 if [ "$ENABLE_USBBOOT" = true ] ; then
439 if ! [ "$RPI_MODEL" = 3 ] || ! [ "$RPI_MODEL" = 3P ] ; then
439 if [ "$RPI_MODEL" = 0 ] || [ "$RPI_MODEL" = 1P ] || [ "$RPI_MODEL" = 1 ] || [ "$RPI_MODEL" = 2 ]; then
440 echo "error: Booting from USB alone is only supported by Raspberry Pi 3 and 3P"
440 echo "error: Booting from USB alone is only supported by Raspberry Pi 3 and 3P"
441 exit 1
441 exit 1
442 fi
442 fi
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant