Difference between revisions of "IDP/Advantech/Standard BSP"
(Created page with "=Baytrail= *Standard Base: MI3.1 RCPL 7.0.0.14 *Configuration: config.log *BSP Version: 7.0.0.14 *Doc Version: 1.0.1 *Date: 2016/06/01 1. Prepare Enviroment Ubuntu 14.04 x64...") |
Eric.liang (talk | contribs) (→Porting SOP) |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | =MI3.1 7.0.0.14 V1.0.1= |
− | + | ==<span style="color:#0070c0;">Specification</span>== | |
− | + | #Pro version configuration by Advantech : 1.wr-wks-oneagent-oma-dm-ia, 2.wr-wks-oneagent-tr069, 3.wr-mcafee => These features belong Pro version only. | |
− | + | ##[[Media:Adv_Standard_MI3.1_Image_V1.0.1_for_Baytrail_config.log.txt|Baytrail]] | |
− | + | ##[[Media:Adv_Standard_MI3.1_Image_V1.0.1_for_Haswell_config.log.txt|Hasell]] | |
− | + | #Have verified 5 Wireless Modules as below | |
− | + | ##Silex SX-PCEAN2 ( WiFi - Athero AR9580 ) | |
− | + | ##EWM-W15801F ( WiFi - Atheros AR9592-AR1B ) | |
− | + | ##Intel AC7260 ( WiFi + BT Intel AC7260 ) | |
− | + | ##EWM-CC118HD01E ( 3G u-blox SARA-U270 with SIM Holder ) | |
− | + | ##Sierra MC7354 ( 3G Sierra MC7354 without SIM Holder ) | |
− | + | ##Telite HE910 ( 3G Telit HE910 with SIM Holder ) | |
− | + | #SUSI4.0 / SUSIIoT Porting | |
− | + | #Doesn't support Secure Boot with this version( need modify BIOS ) | |
− | |||
+ | ==<span style="color:#0070c0;">Modified Items by ECG</span>== | ||
+ | [[Media:AdvModify_MI3.1_V1.0.1.zip |Download: Add scripts & files]] | ||
+ | 1. add modem_cell_default to /etc/. : Support we tested Modem Module can show on Luci web UI ( EWM-C118HD01E / Sierra MC7354 / EWM-C109F601E / EWM-C117FL04E )<br /> | ||
+ | 2. add the usb-modem.sh to /lib/network/. : Support USB interface 3G module (ex: Sierra MC7354 )<br /> | ||
+ | 3. add ar3k.zip to /lib/firmware/ & unzip ark3k.zip : Support Atheros bluetooth module<br /> | ||
+ | 4. SUSI4.0 -> ~/Advantech/SUSI4.0 : SUSI4.0 Linux Driver for Advantech Platform<br /> | ||
+ | 5. SUSIIoT -> ~/Advantech/SUSIIoT : SUSIIoT SUSI Driver with JSON format <br /> | ||
+ | 6. ReadMe.txt -> ~/Advantech/ReadMe.txt : OS Information<br /> | ||
+ | 7. config.log -> ~/Advantech/config.log : Configuration of the MI3.1 7.0.0.14 Pro image<br /> | ||
− | 1. | + | ==[[MI3.1_Standard_Image_V1.0.1_Porting_SOP|<span style="color:#0070c0;">Porting SOP</span>]]== |
− | + | ===[[MI3.1 7.0.0.14 Porting SOP for Baytrail| MI3.1 7.0.0.14 Porting SOP for Baytrail]]=== | |
+ | ===[[MI3.1 7.0.0.14 Porting SOP for Haswell| MI3.1 7.0.0.14 Porting SOP for Haswell]]=== | ||
− | + | ==<span style="color:#0070c0;">RD Functional Test</span>== | |
− | + | [[IDP/ARK-2151S_Functional_Test|ARK-2151S_Functional_Test]] | |
− | |||
− | + | ==Advantech Standard BSP by ECG== | |
− | + | *[[MI3.1 7.0.0.14 V1.0.1 for Baytrail|<big>For Baytrail (7.0.0.14)</big>]] | |
− | + | *[[MI3.1 7.0.0.14 V1.0.1 for Haswell|<big>For Haswell (7.0.0.14)</big>]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:25, 7 September 2016
Contents
MI3.1 7.0.0.14 V1.0.1
Specification
- Pro version configuration by Advantech : 1.wr-wks-oneagent-oma-dm-ia, 2.wr-wks-oneagent-tr069, 3.wr-mcafee => These features belong Pro version only.
- Have verified 5 Wireless Modules as below
- Silex SX-PCEAN2 ( WiFi - Athero AR9580 )
- EWM-W15801F ( WiFi - Atheros AR9592-AR1B )
- Intel AC7260 ( WiFi + BT Intel AC7260 )
- EWM-CC118HD01E ( 3G u-blox SARA-U270 with SIM Holder )
- Sierra MC7354 ( 3G Sierra MC7354 without SIM Holder )
- Telite HE910 ( 3G Telit HE910 with SIM Holder )
- SUSI4.0 / SUSIIoT Porting
- Doesn't support Secure Boot with this version( need modify BIOS )
Modified Items by ECG
1. add modem_cell_default to /etc/. : Support we tested Modem Module can show on Luci web UI ( EWM-C118HD01E / Sierra MC7354 / EWM-C109F601E / EWM-C117FL04E )
2. add the usb-modem.sh to /lib/network/. : Support USB interface 3G module (ex: Sierra MC7354 )
3. add ar3k.zip to /lib/firmware/ & unzip ark3k.zip : Support Atheros bluetooth module
4. SUSI4.0 -> ~/Advantech/SUSI4.0 : SUSI4.0 Linux Driver for Advantech Platform
5. SUSIIoT -> ~/Advantech/SUSIIoT : SUSIIoT SUSI Driver with JSON format
6. ReadMe.txt -> ~/Advantech/ReadMe.txt : OS Information
7. config.log -> ~/Advantech/config.log : Configuration of the MI3.1 7.0.0.14 Pro image