TI的产品线太多了,所以当你要选定一部分资源的时候,往往会陷入浩瀚的海洋的感觉,一个链接接着一个链接:
内容如下
本图的链接具体如下:
打开链接:
这里有两个软件下载的通道,一个R8.3 Service Pack,一个是BT RELEASE.
安装TI的说法这应该是WLAN IP 的软件包,所以平台AM335x EVM只是参考。
General Information
Release Notes Document:
Product Components
Component | Version |
---|---|
Reference Host Platform | TI AM335x EVM Rev 1.2 |
Linux Kernel | 3.8.13+ |
SDK Release | N/A (not released as part of an SDK) |
WL18xx MAC firmware version | 8.8.0.0.13 |
WL18xx PHY firmware version | 8.2.0.0.195 |
WL18xx Driver version | ol_r8.a8.10 |
2.2 Release Package Content
• Release notes document (this document) 这个有
• 'wlconf' guide document -> http://processors.wiki.ti.com/images/5/5b/WiLink8_wlconf_maunal.pdf 有,见如下:
• Testing Results documents:
o Pre-certification test results document.
o Performance test results document.
o Functionality test results document.
• SW Manifest document
• WLAN Source Code references in GitHub (see 2.3.2) 这个有
• Additional Kernel Patches (see Appendix I - Kernel and Kernel-Patches) --> http://processors.wiki.ti.com/index.php/WiLink8_Release_Notes/R8.3SP1_kernel_3.8
有 Kernel Patch 和 Device-Tree
打开链接:
可以看到,这部分代码是要注册才能拿到的。
WiLink™ 8 Linux Add-On for Sitara™ Software Development Kits (SDK) provides Sitara AM335x developers with an easy set-up and quick out-of-box experience that is specific to andhighlights the features of TI's WL1835MOD and WL1835MODCOM8A Kit. Launching demos and developing Wi-Fi® & Bluetooth® applications is easy. For more information,
pleasevisit the WiLink 8 First Time Getting Started Guide and the Platform Integration Guide (Technical Documents).
如下链接:
这里是一篇介绍快速在AM3353搭建的例子:
Prerequisites
The hardware and software prerequisites needed to run the getting started demo are listed below.
Software
Running the Demos 最关键的是这些DEMO的应用可以作为参考:
Boot the Board
To boot the board, simply apply power to the EVM by turning the electric switch to ON. If the serial port is configured correctly, you should see the output on your serial terminal. You will see the board reach u-boot, and then automatically boot into the Linux kernel.
When prompted for a login, use root.
Demo Guide
The demos for both BT & WLAN is available at: WL18xx WLAN and Bluetooth Demos
WL18xx WLAN and Bluetooth Demos
Contents
WLAN Demos
Basic Demos & Use Cases
Advanced Demos & Use Cases
Bluetooth Demos
All Bluetooth Demos are located on the Bluetooth Demo Page.
ref: 这个应该是一个比较好的软件移植参考,移植必须要用到
现在我们回到这几个软件包的介绍:
This package contains the Arago based IPK package and install scripts, and sources of the WiLink 8 Wi-Fi compatible-wireless package. It is intended to easily upgrade the default LINUX EZSDK Binary on an AM335x EVM. For additional information such as Release Notes including Feature descriptions and standards supported as well as pre-built binaries for WiLink 8 Wi-Fi Evaluation on AM335x EVM and BeagleBone, please visit WiLink 8 Linux Software Download Wiki (Technical Documents).
This package contains the install package, pre-compiled object and source of the Stonestreet One Bluetopia® Bluetooth Protocol Stack and Platform Manager to easily upgrade the default LINUX EZSDK Binary on a AM335x EVM or BeagleBone. This software is proprietary intellectual property of Stonestreet One, LLC and is only intended for kits and products based on TI WL1835MOD and WL1831MOD modules. For Licensing Information, Release Notes and Profiles supported, please download the package. For additional information on Stonestreet One Bluetooth Stack and Platform Manager, please visitBluetooth User’s Guide (Technical Documents).
IMPORTANT: This software package is for 3rd Party Modules based on WL183x Silicon. (Please use LINUXEZSDK-WILINK8-BT and LINUXEZSDK-WILINK8-BT-BB for TI WL183xMOD.)
This package contains the install package, pre-compiled object and source of the Stonestreet One Bluetopia Bluetooth Protocol Stack and Platform Manager to easily upgrade the default LINUX EZSDK Binary on a AM335x EVM. This software is proprietary intellectual property of Stonestreet One, LLC and is only intended for kits and 3rd Party modules based on TI WL183x devices combined with an AM335x processor.
WARNING: This software should not be used for production purposes. It contains measures which restrict the functionality and performance of the software. For Licensing Information, Release Notes and Profiles supported, please download the package. For additional information on Stonestreet One Bluetooth Stack & Platform Manager, please visit Bluetooth User’s Guide (Technical Documents).
Wikis
Visit the TI WikiTopics | Last modified |
WL18xx First time getting started with AM335x EVM
|
18 Nov 2013 12:11 PM |
WL18xx First time getting started with Beaglebone
|
18 Nov 2013 12:11 PM |
WiLink 8 Linux Software Download Wiki
|
18 Nov 2013 12:11 PM |
WL18xx Platform Integration Guide
|
18 Nov 2013 12:11 PM |
WL18xx Linux Architecture
|
18 Nov 2013 12:11 PM |
Path:
http://processors.wiki.ti.com/index.php/WL8_release_download_page ---> http://processors.wiki.ti.com/index.php/WiLink8_Release_Notes/R8.3SP1-->
The WLAN codebase can be found in github, according to the following specification:
(***) Note: The WLAN Firmware Binary file-name is required to be "wl18xx-fw-2.bin".
To build the driver with kernel 3.2 please use tag : ol_r8.a8.10_32
On these repositories :
Release Date | Release name | Chipset | Release Notes | Host Platform | SW Packages | Sanity Result | Comments |
---|---|---|---|---|---|---|---|
June 29, 2013 | R8.1.1 GitHub Tag: ol_R8.A6.02 Firmware ver: 8.6.0.0.5 |
WL8 PG2.0/2.1 | WLAN, BT, BLE release | AM335x EVM | wl8_am335xevm | Test Result | The image is based on Bluedroid |
根据目前的系统,可以选择最好改动的版本应该是:
To build the driver with kernel 3.2 please use tag : ol_r8.a8.10_32
On these repositories :