• 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 » Digital Signal Processors (DSP) » OMAP™ Processors » OMAP-L13x, AM1x and C674x Processors Forum » Problem adding driver to kernel
Share
OMAP™ Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Resources
  • OMAP-L1x DSP+ARM9™-based Processors Product Folder
  • OMAP3525/30 DSP+ARM Cortex™-A8-based SOCs Product Folder

  • Top OMAPL Wiki Links
  • OMAPL3x Schematic Review Checklist
  • OMAPL13x Boot resources

  • OMAPL Document Resources
  • OMAPL137 Technical reference manual
  • OMAPL138 Technical reference manual
  • OMAPL Boot loader App Notes
  • Problem adding driver to kernel

    Problem adding driver to kernel

    This question is answered
    Marcel Stumpel
    Posted by Marcel Stumpel
    on Apr 19 2012 05:53 AM
    Prodigy190 points

    For our design we need additional Irda uarts. Therefor we added a SC16is752 to I2c.

    For adding the driver I added in the drivers/serial.kconfig

    config SERIAL_SC16IS752
           tristate "SC16IS752 chips"
           depends on I2C && GPIOLIB
           select SERIAL_CORE
           help
             gpio driver for SC16IS752 I2C UARTs.

    in drivers/serial/makefile

    obj-$(CONFIG_SERIAL_SC16IS752) += sx16is752.o

    in drivers/serial/serial_core.h

    #define PORT_SC16IS7X2	20	/* SC16IS7x2 SPI UART */
    #define PORT_MAX_8250 20 /* max port ID */

    and the SC16is752.c file in the drivers/serial folder.

    Then in the config of the evm am3517_evm_defconfig added 'CONFIG_SERIAL_SC16IS752=y'

    If I now build the kernel I get following message:

      CC      drivers/serial/8250.o
      CC      drivers/serial/8250_early.o
    make[3]: *** No rule to make target `drivers/serial/sx16is752.o', needed by `drivers/serial/built-in.o'.  Stop.
    make[2]: *** [drivers/serial] Error 2
    make[1]: *** [drivers] Error 2
    make[1]: Leaving directory `/usr/local/ti-sdk-am3517-evm/board-support/linux-2.6.37-psp04.02.00.07.sdk'
    make: *** [linux] Error 2

    Question now is are there more configurations to be updated to add this driver?

    Regards
    Marcel Stumpel





    PSP AM3517 EVM
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Anil
      Posted by Anil
      on Apr 19 2012 06:46 AM
      Verified Answer
      Verified by Marcel Stumpel
      Expert6655 points

      Hi Marcel,

      Marcel Stumpel

      ....

      obj-$(CONFIG_SERIAL_SC16IS752) += sx16is752.o

      ....

      and the SC16is752.c file in the drivers/serial folder.

      Then in the config of the evm am3517_evm_defconfig added 'CONFIG_SERIAL_SC16IS752=y'

      If I now build the kernel I get following message:

        CC      drivers/serial/8250.o
        CC      drivers/serial/8250_early.o
      make[3]: *** No rule to make target `drivers/serial/sx16is752.o', needed by `drivers/serial/built-in.o'.  Stop.
      make[2]: *** [drivers/serial] Error 2
      make[1]: *** [drivers] Error 2
      make[1]: Leaving directory `/usr/local/ti-sdk-am3517-evm/board-support/linux-2.6.37-psp04.02.00.07.sdk'
      make: *** [linux] Error 2

      Your file name should be match with object name, use either SC16is752.c & SC16is752.o or sx16is752.c & sx16is752.o

      Regards

      AnilKumar

      Please mark this Forum post as answered via the Verify Answer button below if it helps answer your question.  Thanks!

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • francis kumar
      Posted by francis kumar
      on Feb 04 2013 01:55 AM
      Expert1020 points


      Hi,

      I am using the chip SC16IS752 with my OMAP-L138 Processor. Please share the 'SC16IS752' driver source code and explain how to integrate this driver with main

      kernel. Please let us know the brief steps.

      Thanks.,

      Francis

      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