From: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
To: Simon Andrieu <sandrieu@greenflex.com>
Cc: yocto@yoctoproject.org
Subject: Re: Poky/Yocto drivers for cellular modem
Date: Sat, 20 Sep 2014 15:36:17 +0200 [thread overview]
Message-ID: <7941014.zzsrkBRl7b@comp-006-thk> (raw)
In-Reply-To: <d412ce5cffb0466c897447c7b8674054@SRV-MAIL.greenflex.group>
On Thursday 18 of September 2014 16:39:33 Simon Andrieu wrote:
> Hi,
>
> I work for a company that develops telemetry boxes, and that uses a
> Poky/Yocto distribution running on the main board. It is planned to
> integrate a cellular module connected via USB or serial link to the main
> board.
>
> Using some Linux distribution, it exists drivers that help recognizing a
> cellular modem USB stick and to raise a corresponding network interface.
> Would you know please if such a generic cellular modem driver exists in
> Poky/Yocto distribution please? More further, It could be helpful to have
> some tutorial notes to integrate it please.
I'm working a similar applications. Most USB devices seem to implement CDC ACM
that works quite well with kernel drivers. Basically you end up with one of
/dev/ttyACM devices that pppd can talk to.
In past, due to image size constraints, we had custom code that looked at
these devices (used libudev to correlated /dev entries with usb devices) and
started pppd, thus skipping ofono/connman and their deps. The current setups
are mostly systemd/systemd-networkd + pppd glue. Without much trouble it's
possible to get ~20MB ext3 rootfs image with all the stuff you need.
There were also some dongles that came up as CDC Ether, but I've only seen
this for some WiMAX modules that I'm not sure are even available on the market
anymore.
For transport, you can find rabbitmq-c in meta-oe. I'll also be sending some
patches for Paho MQTT libraries and mosquitto next week or so.
--
Maciej Borzęcki
Senior Software Engineer Open-RnD Sp. z o.o.
www.open-rnd.pl, Facebook, Twitter
mobile: +48 telefon, fax: +48 42 657 9079
Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem lub
poufne informacje i została wysłana wyłącznie do wiadomości i użytku osób, do
których została zaadresowana. Jeśli wiadomość została otrzymana przypadkowo
zabrania się jej kopiowania lub rozsyłania do osób trzecich. W takim przypadku
uprasza się o natychmiastowe zniszczenie wiadomości oraz poinformowanie
nadawcy o zaistniałej sytuacji za pomocą wiadomości zwrotnej. Dziękujemy.
This message, including any attachments hereto, may contain privileged or
confidential information and is sent solely for the attention and use of the
intended addressee(s). If you are not an intended addressee, you may neither
use this message nor copy or deliver it to anyone. In such case, you should
immediately destroy this message and kindly notify the sender by reply email.
Thank you.
prev parent reply other threads:[~2014-09-20 13:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 16:39 Poky/Yocto drivers for cellular modem Simon Andrieu
2014-09-19 21:33 ` Burton, Ross
2014-09-20 8:52 ` Diego Sueiro
2014-09-20 13:00 ` Maciej Borzecki
2014-09-22 11:00 ` Burton, Ross
2014-09-20 13:36 ` Maciej Borzecki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7941014.zzsrkBRl7b@comp-006-thk \
--to=maciej.borzecki@open-rnd.pl \
--cc=sandrieu@greenflex.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.