@@ -436,7 +436,7 if [ "$ENABLE_UBOOT" = true ] ; then | |||
|
436 | 436 | fi |
|
437 | 437 | |
|
438 | 438 | if [ "$ENABLE_USBBOOT" = true ] ; then |
|
439 | if ! ["$RPI_MODEL" = 3 ] || ! ["$RPI_MODEL" = 3P ] ; then | |
|
439 | if ! [ "$RPI_MODEL" = 3 ] || ! [ "$RPI_MODEL" = 3P ] ; then | |
|
440 | 440 | echo "error: Booting from USB alone is only supported by Raspberry Pi 3 and 3P" |
|
441 | 441 | exit 1 |
|
442 | 442 | fi |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant