How to include sierra wireless drivers into a yocto build for EM9191 and EM9291 devices

I assume there must be some documentation somewhere that I am missing. Can I get instructions for including drivers into a Yocto Build please? I have both EM9191 and EM9291 devices on boards. What dependencies are needed and anything else. Detailed steps would be appreciated. Was having issues manually trying to include them from terminal. Thank you in advance

Our MBPL USB driver actually just modifies the qcserial.c

https://source.sierrawireless.com/resources/airprime/software/mbpl/mbpl-software-latest/#sthash.ZXRwiiKx.dpbs

You can use the toolchain of your platform and cross-compile the qcserial driver.
After that you can use inmod command to add the driver to your yocto platform

Furthermore, you also need to include MBIM driver for your yocto build

1 Like

Has anyone created a Yocto recipe for MBPL. I am learning Yocto and I would like to find a recipe that is already working for my EM7455. I went to the link above and I am confused on which tarball to use for Yocto.

Have you used the toolchain of your platform and cross-compile the qcserial driver?

Benjamin Patri,

Can you provide me your recipe for the EM9191? I am using the EM7455 but they should be close. I am still learning Yocto and I am hoping to get the recipe that works. Thanks!