@@ -154,7 +154,6 Set the IP address for the second NTP server. | |||||
154 | #### Basic system features: |
|
154 | #### Basic system features: | |
155 | ##### `ENABLE_CONSOLE`=true |
|
155 | ##### `ENABLE_CONSOLE`=true | |
156 | Enable serial console interface. Recommended if no monitor or keyboard is connected to the RPi2/3. In case of problems fe. if the network (auto) configuration failed - the serial console can be used to access the system. |
|
156 | Enable serial console interface. Recommended if no monitor or keyboard is connected to the RPi2/3. In case of problems fe. if the network (auto) configuration failed - the serial console can be used to access the system. | |
157 | On `RPI_MODEL= 0,3,3P` - Bluetooth gets auto enabled if `ENABLE_CONSOLE` and `ENABLE_UBOOT` are set to `false` |
|
|||
158 |
|
157 | |||
159 | ##### `ENABLE_I2C`=false |
|
158 | ##### `ENABLE_I2C`=false | |
160 | Enable I2C interface on the RPi2/3. Please check the [RPi2/3 pinout diagrams](https://elinux.org/RPi_Low-level_peripherals) to connect the right GPIO pins. |
|
159 | Enable I2C interface on the RPi2/3. Please check the [RPi2/3 pinout diagrams](https://elinux.org/RPi_Low-level_peripherals) to connect the right GPIO pins. |
@@ -396,6 +396,14 if [ "$ENABLE_BLUETOOTH" = true ] ; then | |||||
396 | fi |
|
396 | fi | |
397 | fi |
|
397 | fi | |
398 |
|
398 | |||
|
399 | if [ "$ENABLE_BLUETOOTH" = true ] ; then | |||
|
400 | if [ "$RPI_MODEL" = 0 ] || [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then | |||
|
401 | if [ "$ENABLE_CONSOLE" = false ] ; then | |||
|
402 | APT_INCLUDES="${APT_INCLUDES},bluetooth,bluez" | |||
|
403 | fi | |||
|
404 | fi | |||
|
405 | fi | |||
|
406 | ||||
399 | # Check if root SSH (v2) public key file exists |
|
407 | # Check if root SSH (v2) public key file exists | |
400 | if [ -n "$SSH_ROOT_PUB_KEY" ] ; then |
|
408 | if [ -n "$SSH_ROOT_PUB_KEY" ] ; then | |
401 | if [ ! -f "$SSH_ROOT_PUB_KEY" ] ; then |
|
409 | if [ ! -f "$SSH_ROOT_PUB_KEY" ] ; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant