• 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 forum » All Tags » Linux Drivers
Share
Embedded Software
  • Announcements
  • Android Android
  • BIOS BIOS
  • Linux Linux
  • Multimedia Software Codecs Multimedia Software Codecs
  • StarterWare StarterWare
  • WinCE WinCE

Browse by Tags

Embedded Software

Welcome to the Embedded Software Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
Linux Drivers
  • am1808
  • am18x
  • am3517
  • arago
  • ARM
  • audio
  • boot
  • codec engine
  • Da Vinci
  • DaVinci
  • daVinci dm365
  • DM355
  • DM365
  • DM-365
  • DM365 + DVSDK
  • DM368
  • DM3730
  • dm6467
  • DM6467T
  • dm8148
  • dm8168
  • driver
  • dsplink
  • DVSDK
  • EZSDK
Related Posts
  • Forum Post: how to use kgdb under Montavista linux of DM365

    tony li48039 tony li48039
    I want to use KGDB to debug the linux kernel. The version of kernel of linux is 2.6.18.I download the patch of KGDB from http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=tags which is v2.6.18 After I finished the patch, I ran the command make menuconfig.I cannot find the item...
    on Apr 26, 2010
  • Forum Post: LEDs on OMAPL137/C6747 EVM

    Bogdan15639 Bogdan15639
    Dear All, I would like to control the user LEDs and DIP switches from my application running in Linux on the ARM926 (OMAPL137). Which header files should I include in my application? Is there any example available? Many thanks, Bogdan
    on Apr 30, 2010
  • Forum Post: TLV320ADC3101 Linux Driver

    John Tobias48097 John Tobias48097
    Hi, Is there any existing driver for TLV320ADC3101 for montavista linux 2.6.18 kernel? Thanks, John
    on May 10, 2010
  • Forum Post: the key scan code of DM365 under linux and CCS

    tony li48039 tony li48039
    Where can I find the key scan code of DM365 under linux and CCS? Thanks a lot!
    on May 21, 2010
  • Forum Post: can not mount 4gb card of transend

    tony li48039 tony li48039
    dear all : I have one question. I have one sd card which is 4gb card of transend .when I want to mount this card to linux , mount -t vfat /dev/mmcblk0p1 /mnt/sddisk/ FAT: bogus number of reserved sectors VFS: Can't find a valid FAT filesystem on dev mmcblk0p1. mount: wrong fs type, bad option...
    on May 31, 2010
  • Forum Post: Re: Linux Interrupt jitter, latency

    P.Mutasingwa P.Mutasingwa
    De-bouncing for the GPIO lines was turned off. I turned off various peripherals in the system and was able to narrow down the cause to the gp-timer interrupt. If I mask this interrupt, the jitter disappears. This is the GPTIMER12 on the OMAP. When this interrupt runs it shows up as IRQ-95 in...
    on Jul 9, 2010
  • Forum Post: Problems with ethernet on OMAP3EVM Mistral

    Wolfgang Hauser Wolfgang Hauser
    Hello, I've build an Image from scratch, using openembedded. The image is running well, but it don't bring up the ethernet interface in a proper way. I don't get a working eth0. The kernel announces the smsc911x driver (find >>>>> below) and nothing else. The demo...
    on Jul 26, 2010
  • Forum Post: Re: Setting up usb in linux kernel for omap3525 and TUSB2551A transceiver

    Ryan Foster Ryan Foster
    thanks for the quick reply. ive updated my u-boot files and now im assuming those settings are correct. ive done some research and it appears in the linux kernel i want to use the ohci usb driver in 4 pin mode since i am useing MMC connections on the omap. when i do this however i get a long...
    on Aug 10, 2010
  • Forum Post: How to enable framebuffer on OMAP-L138

    Maciej Kordas Maciej Kordas
    Hi, I have a problem with frame buffer access. After Linux boot without any frame buffer device loaded /dev/fb0 is present but it is not correct Frame Buffer device (doesn't respond to FB specific IOCTL calls, also "cat /proc/fb" shows no FB devices). Loading vfb.ko returns success...
    on Aug 25, 2010
  • Forum Post: Trying to use UBI with OMAPL138

    Marc-Andre Hebert Marc-Andre Hebert
    Hello, I am trying to use UBI on top the NAND on the OMAPL138. But I am having problems. I am currently using TFTP and NFS to boot from the network. I enabled UBI and UBIFS in the kernel and cross compiled the ubi user tools. I then try to follow the steps from the ubifs FAQ. Here are the mtd devices...
    on Apr 21, 2010
  • Forum Post: SNMP protocol driver support in AM1808

    Yashpal Patel49892 Yashpal Patel49892
    Hi, I want to use AM1808 in network through Ethernet MAC.. Can I make SNMP agent in AM1808 EMAC??? Pls let me know the SNMP driver support in AM1808. Yashpal
    on Sep 11, 2010
  • Forum Post: v4l2-int Vs. module sub-dev status

    Erik Antelman Erik Antelman
    I am trying to understand how the 3.00.01.06 PSP comes about. I can see that for example that omap34xxcam appears only on some branches of the gitorious repository and appears in the devel at least to have been migrated away from v4l2-int.In the PSP of course it's there and using the v4l-int style...
    on Oct 1, 2010
  • Forum Post: Re: Linux Drivers For OMAPL137

    BenjaminRTC BenjaminRTC
    Frank, I have been working with Montavista support but I get the impression that they did not write the drivers. The best we can figure out is that it is necessary to recompile/build the drivers for uclibc so I'm trying to locate the source to figure out how to rebuild and possibly make some needed...
    on Nov 29, 2010
  • Forum Post: Linux Drivers For OMAPL137

    BenjaminRTC BenjaminRTC
    I'm working with the OMAPL137 and have installed the uclibc variant of Montavista Linux Pro. 5. I'm at the point where I'm trying to understand the Linux drivers so that I can use them with my project. I notice that the PSP seems to provide the driver binaries (without source code) for libc...
    on Nov 24, 2010
  • Forum Post: Linux watchdog timer and DSP/BIOS issue

    Szymon Kuklinski Szymon Kuklinski
    Hi I'm experiencing a problem when using both watchdog timer and TSK_Sleep function on the DSP on OMAP-L138. Here is a similar problem for OMAP-L137: http://e2e.ti.com/support/embedded/f/355/t/69643.aspx . My problem is a little bit different though. From what I established, DSP/BIOS uses...
    on Nov 17, 2010
  • Forum Post: OMAP-L138 NAND_ECC_HW and U-Boot

    Szymon Kuklinski Szymon Kuklinski
    Hi I'm a little bit confused about how OMAP-L138 hardware supports 4-bit ECC for NAND devices. NAND device in question is: SAMSUNG K9F2G08UXA - Page Program : (2K + 64)Byte - Block Erase : (128K + 4K)Byte By default, DaVinci-PSP-SDK-03.20.00.06 is configured in terms of NAND ECC as follows...
    on Dec 17, 2010
  • Forum Post: DaVinci PSP SDK 03.20.00.06 I2C driver problem

    Army Tsao Army Tsao
    hi, i has a omapl138 evm board,it's from logic pd, now i am testing its i2c driver in linux, it issue following error: i can find inode /dev/i2c-1 when my os is setup,so i shelled cat i2c-1 command, it display: cat :read error: Remote I/O error. what 's problem about this? thanks...
    on Jan 21, 2011
  • Forum Post: how to modify capture driver of dm6467t and DVSDK3.1 encode demos

    Terry nan Terry nan
    Dear! i am a student,now i use Ti's dm6467t device to develope ,but in ours production,we didnot use tvp7002 and tvp5147,ths7303 device,The HD video source input and output controlled by our's HDL program of FPGA ,so ,i want to known how to modify the file under git\drivers\video\davinci\vpif_capure...
    on Feb 12, 2011
  • Forum Post: How to use m25p80 driver in Linux user space

    Jitendra Jagasia Jitendra Jagasia
    Hi, Can anyone give me information on how to use m25p80 SPI flash drivers in user space application. Is there any example application regarding this ? Regards Jitendra
    on Feb 17, 2011
  • Forum Post: AM1705 PRU UART LINUX Driver

    Jitendra Jagasia Jitendra Jagasia
    Hi, Can anyone provide me information regarding PRU UART LINUX Driver for AM1705. Have anyone used PRU LINUX Driver, if you know how to build the Linux driver for PRU can you provide the information regarding it. Regards Jitendra
    on Feb 17, 2011
  • Forum Post: Loading USB Gadget Kernel Modules

    Norman Wong Norman Wong
    I am testing out the USB Device port on my EVMOMAP-L137 dev board. My thought is that I could install relevant kernel modules without reflashing the entire kernel. I'm following steps in the OMAP-L137 EVM PSP User's Guide - Install the toolchain - Install kernel source - Config kernel...
    on Mar 4, 2011
  • Forum Post: DM644x Linux PCM driver fails intermittently when interrupted

    Todd Fischer Todd Fischer
    Using the Linux 2.6.18 kernel from the latest DVSDK (V2.00) for the DM644x it is easy to show there is a problem with the audio sub-system. To demonstrate this problem you need to have two scripts running at the same time. The first script continuously runs the ALSA application speaker-test while...
    on Jan 7, 2011
  • Forum Post: OMAP_L137 linux boot from nand yaffs fail issue?

    steven yang65027 steven yang65027
    I tried to boot the OMAP-L137 linux by yaffs from Micron nand flash, but not work out, the booting list as below. At the same time, I can boot linux by ramdisk using the same uImage file. linux version is MontaVista 2.6.18,busybox tool version is 1.16.0. Do you have any suggestion about this issue? Thank...
    on Apr 6, 2011
  • Forum Post: Re: Accessing SPI0 from user space using SPIDEV driver in Linux (LogicPD AM1808 Dev Kit)

    Dipen Patel Dipen Patel
    Dear Sudhakar, we are using L138 EVM and custom daughter card which has LCD interface. We use SPI1 to configure LCD driver. We use SPI1_SCS[2] for chip select. I have made following changes in kernel source. Currently on EVM SPI flash is on SPI1 interface with SPI_SCS[0]. I am using dvsdk_omapl138...
    on Apr 20, 2011
  • Forum Post: GLCD interface on L138 evm

    Dipen Patel Dipen Patel
    Dear All, I am using custom LCD (ili9325) to interface with L138 evm board. It uses same RGB (Raster) interface as on evm. The only difference is it uses SPI interface for LCD configuration. I would like to know which files I need to modify in order to make my LCD work. I understand that evm...
    on Apr 21, 2011
12345»
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