• 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 » Embedded Software » Linux » Linux forum » Integrating Application code[User Space] in Kernel.
Share
Linux
  • Forum
Options
  • Subscribe via RSS

Forums

Integrating Application code[User Space] in Kernel.

This question is answered
Parag_Rao
Posted by Parag_Rao
on Apr 17 2012 05:28 AM
Prodigy160 points

Dear All,

Please Look in the below Code  : consider the Name of File Test.c

Consider this as reference file.

int main(int argc,char **argv)
{
    int fd=open("/dev/samsungled",O_RDWR);
    int arg;
    if(argc==1)
        arg=0x00;
    else if(argc==2)    
    {
        arg=atoi(argv[1]);
    }
    if(arg>15)
        arg=0;
    
    printf("%d\n",arg);    
    
    printf("=============TEST BEGIN=============\n");
    if(fd == -1)
    {
        printf("Open File Error\n");
        exit(0);
    }

    if(ioctl(fd,arg,0)==-1)
    {
        printf("Ioctl Error\n");
        exit(0);
    }
    printf("==============TEST END===============\n");

    close(fd);
}

I have  added the Device Driver Module for Blinking LED with Some IOCTL calls in the Kernel. Under driver directory.

I have to Link the Application Code i.e this file with the kernel or consider that I have already register device of UART. i have to access the UART receive and Transmit function if i write a application code somewhat in this manner.

1. In which folder should i Place the Files.

2. How the Files will be Linked with kerenel.

Please Your Guidence is needed. I am Using TAM-3517 standard board and Kernel is LInux-2.6.32.

Thanks and Regard's

Prag Rao.

Thanks and Regards, Parag Rao ESD.

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 17 2012 06:01 AM
    Verified Answer
    Verified by Parag_Rao
    Expert6655 points

    Hi Parag,

    I have seen the similar thread, can you close the other thread or this. So that we can follow-up only one thread.

    http://e2e.ti.com/support/embedded/linux/f/354/p/123792/659854.aspx#659854

    Regards

    AnilKumar

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

    PSP DM3517 Test app
    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