• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Low Power RF & Wireless Connectivity » WLAN Applications Forum » WL1271 in TI8148
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS

Forums

WL1271 in TI8148

This question is not answered
Hui Yang
Posted by Hui Yang
on Jul 19 2012 21:44 PM
Prodigy210 points

The Technical Reference Manual of  TI8148  platform depict that there are three MMC Card  Interface,  but I download the  PSP package , the code of mmc.h  file in ..arm/plat-omap/include/plat/mmc.h, it only mentions ti8148 only support two MMC/SD,  Whether there is some question about the third MMC interface, in out project, we use the third MMC/SD interface to link WL1271, now ,WL1271 can't work ;

 

#define TI81XX_HSMMC_SIZE 0x10000
#define TI816X_MMC1_BASE 0x48060100 /* TI816X MMC/SD config base */
#define TI816X_MMC1_HL_BASE 0x48060000 /* TI816X HL configuration*/
#if defined(CONFIG_TI8148EVM_WL12XX) || defined(CONFIG_MACH_DRA6XX)
#define TI814X_NR_MMC  2

 


#define TI814X_MMC1_BASE 0x48060100 /* TI814X MMC1/SD1 config base */
#define TI814X_MMC1_HL_BASE 0x48060000 /* TI814X HL configuration*/
#define TI814X_MMC2_BASE 0x481D8100 /* TI814X MMC2/SD2 config base */
#define TI814X_MMC2_HL_BASE 0x481D8000 /* TI814X HL configuration*/

#ifdef CONFIG_ARCH_TI814X
#define TI81XX_NR_MMC  TI814X_NR_MMC
#else /* TI816X */
#define TI81XX_NR_MMC  TI816X_NR_MMC
#endif

 

 

we add the third MMC/SD interface as following:

static struct omap2_hsmmc_info mmc[] = {
 {
  .mmc  = 1,  /* Hardware SD/MMC0 */
  .caps  = MMC_CAP_8_BIT_DATA,
  .gpio_cd = -EINVAL, /* Dedicated pins for CD and WP */
  .gpio_wp = -EINVAL,
  .ocr_mask = MMC_VDD_33_34,
  .nonremovable = true,
 },
 {
  .mmc  = 2,  /* Hardware SD/MMC1 */
  .caps  = MMC_CAP_4_BIT_DATA,
  .gpio_cd = -EINVAL,  /* Dedicated pins for CD and WP */
  .gpio_wp = -EINVAL,
  .ocr_mask = MMC_VDD_33_34,

 },
 {

/* WLAN_EN is 0*/  // G4 A2 WLAN_EN is not support
#define GPIO_WLAN_EN ((0 * 32) + 0)
/* WLAN_IRQ is GP1[7] */
#define GPIO_WLAN_IRQ ((1 * 32) + 7)
  .name           ="wl1271",
                .mmc  = 3,
  .caps  = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
  .gpio_cd = -EINVAL,
  .gpio_wp = -EINVAL,
  //.ocr_mask = MMC_VDD_165_195,
  .ocr_mask = MMC_VDD_33_34,
  .nonremovable = true,
 },

 {} /* Terminator */
};

 

but when I init WL1271 , it can't init success;

the system print "wl12xx mmc device initialization failed"

dev = mmc[2].dev;
 if (!dev) {
  pr_err("wl12xx mmc device initialization failed\n");
  return;
 }

 

I  want to know whether the third MMC/SD interface can't work in TI8148.

 

WL1271 can't work in TI8148
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Eyal a
    Posted by Eyal a
    on Jul 23 2012 17:49 PM
    Genius9240 points

    Hi,

    we have released WL127x WLAN chip support on TI814x EVM please download images and PSP (that isncludes the connection to the SDIO, IRQ and WLAN enable signals) from http://processors.wiki.ti.com/index.php/DM814x_release_download_page

    Regards,

    Eyal

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Hui Yang
    Posted by Hui Yang
    on Jul 24 2012 03:03 AM
    Prodigy210 points

    thanks.

     

    The code of last emai is the code in EZSDK5.04.00.11, our project have used EZSDK5.04.00.11, but in  EZSDK5.04.00.11,the WL127x is connect MMC0, our project use MMC2,EZSDK5.04.00.11 is seem don't support MMC2;

    I can't find the firmware of wifi in EZSDK5.04.00.11; could you support us?thanks!

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eyal a
    Posted by Eyal a
    on Jul 29 2012 16:02 PM
    Genius9240 points

    Hi,

    the firmware is a bin file that located in the file system (SD card image), please find it in /lib/firmware/ti-connectivity

    Regards,

    Eyal

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • David Dailey
    Posted by David Dailey
    on Oct 24 2012 17:32 PM
    Prodigy30 points

    Hi Eyal,

    I pulled the latest EZSDK ezsdk_dm814x-evm_5_05_01_04_setuplinux posed 10/10, but I do not see any platform support for wl1271 there in the mach-omap2 files.  And I do not see anything in the patches (only one patch is in the patch dir).  Am I missing something?

    Thanks,

    Dave

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eyal a
    Posted by Eyal a
    on Oct 31 2012 08:08 AM
    Genius9240 points

    Hi Dave,

    I forward the e2e question to the guy who handles the EZSDK.

    Regards,

    Eyal

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • David Heigl
    Posted by David Heigl
    on Nov 01 2012 10:07 AM
    Prodigy50 points

    Hey, 

    I'm experiencing this exact same issue. I'm using the DM8148 and the WL1271, with the WL1271 attached to MMC3. I've made the changes to the kernel described at http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_Hardware_Porting_for_IPNC_DM8148x_Platform and I've ended up with the same result as the original poster, namely "[    0.300000] wl12xx mmc device initialization failed". 

    I'm posting here so that I can get email replies if a solution is found.

    Thanks,

    David

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use