Difference between revisions of "IoTGateway/Features/Linux/Module"
From ESS-WIKI
(→Supported Module List) |
(→Sierra AirPrime MC8090) |
||
Line 3: | Line 3: | ||
===EWM-C106FT01E=== | ===EWM-C106FT01E=== | ||
===Sierra AirPrime MC8090=== | ===Sierra AirPrime MC8090=== | ||
+ | The following operations are performed with UBC-221 using U221LBV1050. | ||
+ | * linux kernel config | ||
+ | :set the following lines to <tt>meta-advantech/recipes-kernel/linux/linux-yocto-clanton/advantech.cfg</tt> | ||
+ | <div style="margin-left: 2em;"><source lang="text"> | ||
+ | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
+ | CONFIG_USB_SERIAL_SIERRAWIRELESS=m | ||
+ | </source></div> | ||
+ | :add the following line to <tt>meta-advantech/recipes-kernel/advantech-init/files/advantech.conf</tt> | ||
+ | <div style="margin-left: 2em;"><source lang="text"> | ||
+ | sierra | ||
+ | </source></div> | ||
+ | :execute the following command | ||
+ | <div style="margin-left: 2em;"><source lang="text"> | ||
+ | bitbake advantech-init | ||
+ | </source></div> | ||
+ | |||
+ | * rebuild the kernel | ||
+ | <div style="margin-left: 2em;"><source lang="bash"> | ||
+ | bitbake linux-yocto-clanton | ||
+ | </source></div> | ||
+ | * rebuild the full image | ||
+ | <div style="margin-left: 2em;"><source lang="bash"> | ||
+ | bitbake image-full | ||
+ | </source></div> | ||
+ | |||
===Telit HE910-D=== | ===Telit HE910-D=== | ||
==Bluetooth== | ==Bluetooth== |
Revision as of 09:47, 25 August 2016
Contents
3G
EWM-C106FT01E
Sierra AirPrime MC8090
The following operations are performed with UBC-221 using U221LBV1050.
- linux kernel config
- set the following lines to meta-advantech/recipes-kernel/linux/linux-yocto-clanton/advantech.cfg
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
- add the following line to meta-advantech/recipes-kernel/advantech-init/files/advantech.conf
sierra
- execute the following command
bitbake advantech-init
- rebuild the kernel
bitbake linux-yocto-clanton
- rebuild the full image
bitbake image-full