This is a list of known issues and limitations for Digi Embedded Yocto 4.0-r7:

  • Firmware update

    • The software update package must be located in the root level of the update media (subfolders are not yet supported).

    • To update from dey-3.2 version or lower to dey-4.0-r7 on a single boot layout, you must flash the recovery partition with the latest Yocto release before performing the firmware update.

  • ConnectCore Cloud Services

    • Remote file system management only supports names and paths up to 255 characters.

  • Recipes with large downloads may fail during fetch operation due to timeout.

    Bitbaking an image recipe implies downloading and building the source code of all the recipes that form part of the root file system, which takes several hours the first time. Some source code repositories, such as the Linux kernel, represent a large download that might time out and make your build process fail. If this happens, run the following command to just fetch the source code of the offending recipe separately (to dedicate all CPU resources to it):

    $ bitbake -k --runall=fetch <image-recipe>

    When this task finishes successfully (you may need several retries), you can proceed to build your image recipe. Do the same with any recipe that fails with a timeout during the fetch operation.

ConnectCore MP25 SOM

  • Wireless

    • Performance of the wireless interface is reduced when using concurrent mode, as the wireless interface is shared between several different functionalities.

    • When using wireless concurrent mode, Digi recommends you keep the different modes on the same frequency channels. For example, when configuring access point mode on channel 36 in the 5GHz band, connect to the same channel both in station mode and Wi-Fi direct so that the radio performance is optimized.

    • When working as an access point, DFS-capable channels in the 5GHz band are not supported.

    • Wi-Fi and Bluetooth are functional on the Murata LBEE5HY2GY using beta firmware. Murata, the manufacturer of the Wi-Fi chip, has not yet released an official Wi-Fi and Bluetooth firmware. Digi will release official support as soon as Murata makes the firmware available and Wi-Fi and Bluetooth have been fully validated.

  • BSP (TF-A, OP-TEE, U-Boot, Linux) is based on a beta release by STMicroelectronics (see Release notes). Performance of some interfaces may be limited.

  • USB 3.0 does not work on the beta BSP. A manual workaround can be used to make it work.

  • USB 3.0 Type-C wire orientation detection is not supported yet; only one side works by default.

  • Power management support is not yet implemented.

  • TrustFence support is not yet implemented