MainSoftwareReleaseLocationsforConnectivity
From OMAPpedia
(Difference between revisions)
(→Main Connectivity Software Release Sites) |
|||
| Line 11: | Line 11: | ||
The releases specific to Android have a L25x tag. The generic Linux versions have L23x or L24x tags. | The releases specific to Android have a L25x tag. The generic Linux versions have L23x or L24x tags. | ||
| + | |||
| + | ==Useful Links== | ||
| + | |||
| + | '''Mainline kernel:''' | ||
| + | |||
| + | :https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary | ||
| + | |||
| + | :git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | ||
| + | |||
| + | '''Luca kernel:''' | ||
| + | |||
| + | :https://git.kernel.org/?p=linux/kernel/git/luca/wl12xx.git;a=summary | ||
| + | |||
| + | :git clone git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git | ||
| + | |||
| + | '''Linux Firmware:''' | ||
| + | |||
| + | :https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary | ||
| + | |||
| + | :git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git | ||
| + | |||
| + | '''Ti-Utils:''' | ||
| + | |||
| + | :https://github.com/gxk/ti-utils | ||
| + | |||
| + | :git clone git://github.com/gxk/ti-utils.git | ||
| + | |||
| + | '''iw tool:''' | ||
| + | |||
| + | :http://git.sipsolutions.net/?p=iw.git | ||
| + | |||
| + | :git clone git://git.sipsolutions.net/iw.git | ||
| + | |||
| + | '''latest wpa_supplicant & hostap:''' | ||
| + | |||
| + | :http://hostap.epitest.fi | ||
| + | |||
| + | :git clone git://w1.fi/srv/git/hostap.git | ||
| + | |||
| + | ==Patches required to add WLAN support on the Panda Board (Linux Kernel version <= 2.6.38)== | ||
| + | *Patch series required to enable WLAN on Panda are at [http://www.mail-archive.com/linux-omap@vger.kernel.org/msg44156.html Panda: Support for WLAN on WL127x] | ||
| + | * Make sure you have the dependent patches for WLAN clock and HWMOD changes for MMC.<br /> | ||
| + | |||
| + | ::Please refer to the following links for WLAN clock patches: [https://patchwork.kernel.org/patch/546381/ Patch 1] and [https://patchwork.kernel.org/patch/546401/ Patch 2].<br /> | ||
| + | |||
| + | ::For original patches (of adoptation for HSMMC refer to): [http://www.mail-archive.com/linux-omap@vger.kernel.org/msg43464.html OMAP: HSMMC: HWMOD adaptation] | ||
[http://www.omappedia.org/wiki/OMAP_WiLink_Connectivity_Home Back to Connectivity Home Page] | [http://www.omappedia.org/wiki/OMAP_WiLink_Connectivity_Home Back to Connectivity Home Page] | ||
Latest revision as of 18:51, 19 April 2011
Contents |
[edit] Main Connectivity Software Release Sites
[edit] Latest Sources are in wl12xx Development Tree
[edit] Firmware and Init Scripts
TI Connectivity Package containing Firmware and Init Scripts are available at
The releases specific to Android have a L25x tag. The generic Linux versions have L23x or L24x tags.
[edit] Useful Links
Mainline kernel:
- git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Luca kernel:
- git clone git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
Linux Firmware:
- git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
Ti-Utils:
- git clone git://github.com/gxk/ti-utils.git
iw tool:
- git clone git://git.sipsolutions.net/iw.git
latest wpa_supplicant & hostap:
- git clone git://w1.fi/srv/git/hostap.git
[edit] Patches required to add WLAN support on the Panda Board (Linux Kernel version <= 2.6.38)
- Patch series required to enable WLAN on Panda are at Panda: Support for WLAN on WL127x
- Make sure you have the dependent patches for WLAN clock and HWMOD changes for MMC.
- For original patches (of adoptation for HSMMC refer to): OMAP: HSMMC: HWMOD adaptation