Timed out waiting for device LE10.0.2 PI2

  • Hi

    Getting few crashes and restarts while trying LE10.0.2 on PI2..

    Does anyone one knows what this error means:

    Code
    timed out waiting for device /dev/serial1
    dependency failed for broadcom sdio firmware update for bcm43430a1
  • These are harmless, it's the bluetooth firmware loader service failing because RPi2 doesn't have BT. IIRC RPiOS shows the same warnings.

    You can safely ignore these.

    so long,

    Hias

  • No need to, it's not even loaded.

    The message is from the systemd service waiting for the serial device node of the bluetooth device, but this isn't created at all on RPi2.

    The systemd service file could probably be improved to avoid this warning but we just picked that service file from RPiOS and it didn't bother me enough yet to create a local fix for it.

    so long,

    Hias