Wireless extension board: Difference between revisions

From ArmadeusWiki
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
* Linux will have to be configured in order to tell it that an APW is connected to your APF27Dev:
* Linux will have to be configured in order to tell it that an APW is connected to your APF27Dev:
<pre class="host">
<pre class="host">
$ make linux26-menuconfig
$ make linux-menuconfig
</pre>
</pre>
<pre class="config">
<pre class="config">
Line 21: Line 21:
       [ ] GPS module (NEW)
       [ ] GPS module (NEW)
</pre>
</pre>
Select the options installed on your APW board.
Select the options installed on your APW board (WiFi can only be selected if SPI3 port is '''not''' selected for general purpose (SDHC1 & SPI3 are muxed)).


<pre class="host">
<pre class="host">
$ make linux26
$ make linux
</pre>
</pre>
* reflash you Linux kernel
* reflash you Linux kernel
Line 35: Line 35:


==Resources==
==Resources==
* [[Datasheet | Datasheet and schema]]
* [http://www.armadeus.com/english/products-peripherals-apf27_wireless.html Product page on Armadeus Systems website]
* [http://www.armadeus.com/english/products-peripherals-apf27_wireless.html Product page on Armadeus Systems website]
* [http://www.armadeus.com/_downloads/apw/documentation/DataSheet_APW_v1.1.pdf Datasheet]
* [http://www.armadeus.com/_downloads/apw/hardware/apf27_wireless_V0C.pdf Schematics]


[[Category:Wireless]]
[[Category:Wireless]]
[[Category:Extension boards]]

Latest revision as of 18:07, 4 September 2013

This extension board (APW) from Armadeus Systems, designed to be pluggable on an APF27Dev, will give your system the following wireless capabilities (depending on the options you selected):

Figure 1: APW with all options populated (no antenna)

Linux configuration

  • Linux will have to be configured in order to tell it that an APW is connected to your APF27Dev:
$ make linux-menuconfig
System Type  --->
    Freescale MXC Implementations  --->
            ...
            Extension board (Wireless (APW))  --->
       [ ] GSM/GPRS Modem (NEW)
       [ ] Bluetooth & WiFi module (NEW)
       [ ] CSI (Camera) pass-through (NEW)
       [ ] GPS module (NEW)

Select the options installed on your APW board (WiFi can only be selected if SPI3 port is not selected for general purpose (SDHC1 & SPI3 are muxed)).

$ make linux
  • reflash you Linux kernel

Features

Resources