Difference between revisions of "IoTGateway/Features/Linux/Module"
From ESS-WIKI
(→EWM-W155H01E) |
(→Sierra AirPrime MC8090) |
||
Line 16: | Line 16: | ||
:execute the following command | :execute the following command | ||
<div style="margin-left: 2em;"><source lang="text"> | <div style="margin-left: 2em;"><source lang="text"> | ||
− | bitbake advantech-init | + | $ bitbake advantech-init |
</source></div> | </source></div> | ||
* rebuild the kernel | * rebuild the kernel | ||
<div style="margin-left: 2em;"><source lang="bash"> | <div style="margin-left: 2em;"><source lang="bash"> | ||
− | bitbake linux-yocto-clanton | + | $ bitbake linux-yocto-clanton |
</source></div> | </source></div> | ||
* rebuild the full image | * rebuild the full image | ||
<div style="margin-left: 2em;"><source lang="bash"> | <div style="margin-left: 2em;"><source lang="bash"> | ||
− | bitbake image-full | + | $ bitbake image-full |
</source></div> | </source></div> | ||
+ | * practical test on target board | ||
+ | <div style="margin-left: 2em;"> | ||
+ | <source lang="text"> | ||
+ | # pppd connect 'chat -v -s -t 10 "" "AT" "" "ATDT*99#" "CONNECT" ""' \ | ||
+ | user username password password /dev/ttyUSB3 460800 nodetach crtscts debug usepeerdns defaultroute & | ||
+ | </source> | ||
+ | [[File:Sierra_AirPrime_MC8090_connecting.png|850px]] | ||
+ | <source lang="text"> | ||
+ | # ifconfig | ||
+ | </source> | ||
+ | [[File:Sierra_AirPrime_MC8090_ifconfig.png|600px]] | ||
+ | <source lang="text"> | ||
+ | # pinc -c5 8.8.8.8 | ||
+ | </source> | ||
+ | [[File:Sierra_AirPrime_MC8090_ping.png|500px]] | ||
+ | </div> | ||
===Telit HE910-D=== | ===Telit HE910-D=== |
Revision as of 08:38, 30 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
- practical test on target board
# pppd connect 'chat -v -s -t 10 "" "AT" "" "ATDT*99#" "CONNECT" ""' \
user username password password /dev/ttyUSB3 460800 nodetach crtscts debug usepeerdns defaultroute &
# ifconfig
# pinc -c5 8.8.8.8
Telit HE910-D
Bluetooth
EWM-W155H01E
Please refer to Bluetooth Testing Guide for Quark Platform for all operations performed using UBC-222 with U222LBV2011.