2402 | | |
2403 | | |
2404 | | [[CollapsibleStart(MiniPCI Information)]] |
2405 | | === MiniPCI to Mini-PCIe Multiple SIM Card Access === |
2406 | | Gateworks has several mini-PCI to PCI Express Mini Card adapters specifically designed for PCI Express Mini Card Standard GSM/GPRS/EDGE/UMTS/HSPA wireless radio modules on the Laguna platforms: |
2407 | | * [http://shop.gateworks.com/index.php?route=product/search&search=GW16049 GW16049] - USB routed, No SIM connectors (Can't be used for GSM Modules) |
2408 | | * [http://shop.gateworks.com/index.php?route=product/search&search=GW16038 GW16038] - USB routed, has SIM connectors |
2409 | | * [http://shop.gateworks.com/index.php?route=product/search&search=GW16059 GW16059] - PCIe and USB routed, No SIM connectors (Can't be used for GSM Modules) |
2410 | | * [http://shop.gateworks.com/index.php?route=product/search&search=GW16062 GW16062] - PCIe and USB routed, has SIM connectors |
2411 | | * [http://shop.gateworks.com/index.php?route=product/search&search=GW17005 GW17005] - SIM carrier for cellular cards without SIM or boards with PCIe slots (ie. GW2380, GW23882, GW2383, GW2391) |
2412 | | |
2413 | | The GW16038/GW16062 carriers have 3 SIM connector sites (labeled USIMA, USIMB, USIMC) which can be selected depending on jumper position and software controlled GPIO steering. Jumper block W1 can set SEL0/SEL1 signals low/high or GPIO controlled. The card selection is shown in a table on the PCB silkscreen. You can set the jumpers to a specific SIM connector or allow 2 GPIO signals from the baseboard to select the location (useful for example in a product that needs to select a specific SIM based on other criteria such as geographic location). |
2414 | | |
2415 | | Note that the GSMSEL0 and GSMSEL1 GPIO's differ per board which can be found in the board's User Manual but are summarized here for convenience: |
2416 | | * Laguna GW2388-x (Bottom MiniPCI socket J4): |
2417 | | * GPIO7 - GSMSEL0 |
2418 | | * GPIO8 - GSMSEL1 |
2419 | | * Laguna 2382 |
2420 | | * Turn on USB by enabling GPIO10 as noted in the troubleshooting section above [#Troubleshooting:] |
2421 | | |
2422 | | Examples: |
2423 | | * Laguna GW2388 using bottom-right miniPCI socket for GSM radio - select SIM site: |
2424 | | {{{#!bash |
2425 | | echo 1 > /sys/class/gpio/gpio7/value; echo 1 > /sys/class/gpio/gpio8/value ;# sel SELE1/SEL0 1,1 for SIMC |
2426 | | echo 1 > /sys/class/gpio/gpio7/value; echo 0 > /sys/class/gpio/gpio8/value ;# sel SELE1/SEL0 1,0 for SIMB |
2427 | | echo 0 > /sys/class/gpio/gpio7/value; echo 1 > /sys/class/gpio/gpio8/value ;# sel SELE1/SEL0 0,1 for SIMA |
2428 | | echo 0 > /sys/class/gpio/gpio7/value; echo 0 > /sys/class/gpio/gpio8/value ;# sel SELE1/SEL0 0,0 for None |
2429 | | }}} |
2430 | | |
2431 | | Images: |
2432 | | * GW16062 showing SIM card insertion |
2433 | | [[Image(16062.JPG,400px)]] |
2434 | | * GW16038 showing SIM card selection jumper block |
2435 | | [[Image(20131029_083627.jpg,400px)]] |
2436 | | [[CollapsibleEnd]] |
2437 | | |
2438 | | |
2439 | | |