• 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 » All Tags » OMAP-L138
Share
Linux
  • Forum

Browse by Tags

Linux

Welcome to the Linux 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:
OMAP-L138
  • am1808
  • am18x
  • am3517
  • arago
  • ARM
  • audio
  • boot
  • codec engine
  • Da Vinci
  • DaVinci
  • daVinci dm365
  • DM355
  • DM365
  • DM-365
  • DM365 + DVSDK
  • DM365 DVEVM
  • DM368
  • dm36x
  • DM3730
  • dm6467
  • DM6467T
  • driver
  • dsplink
  • DVSDK
  • file system
Related Posts
  • Forum Post: OMAP-L138 - Linux - SD card always detected as read-only

    Szymon Kuklinski Szymon Kuklinski
    Hi I'm experiencing a problem with using SD cards in Linux on Logic's OMAP-L138 eXperimenter Kit. When I compile the kernel to support SD cards (http://tiexpressdsp.com/index.php/GSG:_Building_Software_Components_for_OMAP-L138#Driver_configuration_in_the_Linux_kernel) system detects them, but...
    on Nov 19, 2009
  • Forum Post: [OMAP-L138]Is there any example for VPIF displaying a saved image?

    Seyoung Park Seyoung Park
    Hello I want that 'OMAP-L138EVM' will be enable to display the graphical data which is not captured. Could you introduce to me some example(working on either linux or DSP/BIOS)for that? And, I hope to know that using frame buffer with VPIF on OMAP-L138 is possible. Thank you. Regards...
    on Mar 30, 2010
  • Forum Post: ALSA Driver for TLV320AIC3254

    james whitsett james whitsett
    We are building a product from the OMAP-L138 with an audio codec. For the protos we want to use the TLV320AIC3254 instead of the AIC3106 on the L138 development board. However time is critical and thus we are looking for the ALSA Codec for the TLV320AIC3254 . In the beginning we only need the same capability...
    on Apr 22, 2010
  • Forum Post: OMAP-L138 Linuxutils questions

    Martin Ambrose Martin Ambrose
    Hello. For reference here is the release notes page: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/linuxutils/2_25_02_08/exports/linuxutils_2_25_02_08/linuxutils_2_25_02_08_ReleaseNotes.html First question: For OMAP-L138, the notes mention the package was verified on ARM9...
    on May 1, 2010
  • Forum Post: Re: OMAP-L138 Linuxutils questions

    Martin Ambrose Martin Ambrose
    bumping since the thread was moved (to the same forum?) and resulted in a drop from the recent list. -Martin
    on May 3, 2010
  • Forum Post: Re: OMAP-L138 Linuxutils questions

    Martin Ambrose Martin Ambrose
    Hi Rob, Thanks for the feedback. <blockquote> As for the Linux Utils EDMA package, it is intended for non-DSP devices only. DSP-based devices use the EDMA LLD (Low Level Driver) with DSP/BIOS to manage their EDMA resources. </blockquote> What is then the recommended Linux user-space interface...
    on May 3, 2010
  • Forum Post: Re: OMAP-L138 Linuxutils questions

    Martin Ambrose Martin Ambrose
    Rob, Robert Tivy I don't know of any user-space interface to QDMA (or any EDMA) channels. QDMA usage would be encapsulated in a Linux device driver, and its usage by the device driver is generally hidden from the user. That is my understanding as well. But if I end up needing such a user...
    on May 3, 2010
  • Forum Post: Re: OMAP-L138 Linuxutils questions

    Martin Ambrose Martin Ambrose
    Rob, Robert Tivy I don't see anything that would prevent edmak.ko from being built for OMAP-L138, but I've never tried it. I agree the structure is suitable just a question of the details (base address, config, etc.) Robert Tivy When you say "extend the current...
    on May 3, 2010
  • Forum Post: [OMAP-L138] DSPlink memory map

    Cristina Murillo Cristina Murillo
    Hi, I've been trying to modify the dsplink memory map. Initially, I had this configured: Linux: 34MB CMEM: 16MB DSP: 14MB DDRALGHEAP: 10MB DSPLINKMEM: 1MB DDR: 3MB I would like to change from 64MB to 128MB, to eventually increase DDR size. For the moment, I'm leaving the...
    on May 4, 2010
  • Forum Post: OMAPL138 starting kernel

    nuoman-lin nuoman-lin
    Hi,all I user the dim138 board. Is is well by the kernel 2.6.31-rc7. But i want to upgrade the kernel. When i use the uImage form 2.6.32-rc6,It is have the error: U-Boot 2009.01 (May 27 2010 - 13:03:23) I2C: ready DRAM: 64 MB NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND...
    on May 28, 2010
  • Forum Post: L138 Experimenter not booting the kernel

    Ian Guest49803 Ian Guest49803
    Hi I had a working system till this morning. Now the kernel stops at "..,booting kernel". If I use the kernel on the SPI FLASH - it works. I have also built a clean image based on da850_omapl138_defconfig and it still does not boot. I load my rootfs and uImage via tftp. This is the log:...
    on Jun 1, 2010
  • Forum Post: Where is OMAP-L138 RAM Disk image in DaVinci-PSP-SDK-03.20.00.11

    rperezti rperezti
    This wiki article describes a prebuilt RAM disk filesystem located at "/home/<user>/OMAP_L138_arm_1_00_00_04/DaVinci-PSP-SDK-03.20.00.05/images/fs/ramdisk-base.gz", however we don't see that image in the latest SDK (03.20.00.11). Where is the example RAM disk filesystem that we...
    on Jun 2, 2010
  • Forum Post: DSPLink code in kernel module

    Szymon Kuklinski Szymon Kuklinski
    Hi Is it possible to use DSPLink functions inside a kernel module or are they only to be used in user-space? Regards Szymon
    on Jun 8, 2010
  • Forum Post: VPIF driver

    James McGloin James McGloin
    Hi Guys, I am currently using the the Linux VPIF capture driver that formats the BT656 PAL data into V4L2_PIX_FMT_NV16 format which is a semi planar format, I would like to recieve the format in interleaved format. After examinining the documentation is it possble to set the Y/C Mux bit in the control...
    on Jun 10, 2010
  • Forum Post: Using my own Codec Engine make system

    Szymon Kuklinski Szymon Kuklinski
    Hello I want to integrate Codec Engine into my existing application. Your make system is impressive but I don't think I could use it for my purpose. Do you have any hints on how I could reach a simple header+library version for my OMAP-L138 processor that would run codec code on the DSP? Some...
    on Jul 13, 2010
  • Forum Post: Codec Engine SPHENC1_process failure

    Szymon Kuklinski Szymon Kuklinski
    Hello Currently I'm developing an application that uses codec engine. Right now I'm doing something like this: - main() calls CERuntime_init - main creates a pthread and goes to sleep - in pthread i do: - call Engine_open (succeeds) - call SPHENC1_create (succeeds) - call something like...
    on Jul 25, 2010
  • Forum Post: Re: Codec Engine SPHENC1_process failure

    Szymon Kuklinski Szymon Kuklinski
    Hi I recompiled DSPLink with --trace=1, compiled and linked my application with the new dsplink.lib loaded new dsplinkk.ko and here's the output: Before select! //MY select() printf Reading bytes!//MY select() printf Read 320 bytes!//MY select() printf @23,822,962us: [+0 T:0x41160490 S:0x4115fbe4...
    on Jul 27, 2010
  • Forum Post: Re: Codec Engine SPHENC1_process failure

    Szymon Kuklinski Szymon Kuklinski
    Hello Doubting that my problem is a serious bug in CE I started looking at my code and found an interesting fact. When my CE application was running alone in the system all went well. Right after I ran a second (much bigger) program CE started to behave in a random way. I concluded that this must...
    on Jul 28, 2010
  • Forum Post: Re: How to use UART0 as debug console in Linux on OMAP L138

    William Young William Young
    Hi, Sorry for my careless! I did the kernel configuration you mentioned and I got this: ------------------------------------------------------------------------------------- ## Booting kernel from Legacy Image at c0700000 ... Image Name: Linux-2.6.33-rc4 Image Type: ARM Linux Kernel Image...
    on Aug 11, 2010
  • Forum Post: How to do the TTFF for the GPS in the NL5500 chip.

    River Hwang River Hwang
    To support the TTFF(time to first fix), What are the data need be store and inject into NL5500?
    on Aug 25, 2010
  • Forum Post: OMAP-L138 Experimenter kit doesn't recognize SD/MMC

    cerilet.com cerilet.com
    Hello everyone, I am trying to start the root file system from a SD card on my OMAP-L138 Experimenter Kit. I followed the instructions of http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1/AM1x. I rebuilded the u-boot, configured the kernel with SD/MMC support...
    on Aug 25, 2010
  • Forum Post: Virtual to physical addres translation in kernel space

    Szymon Kuklinski Szymon Kuklinski
    Hi I would like to know how to translate virtual addresses returned by LDRV_POOL_alloc to physical ones. Using virt_to_phys does not do anything on OMAP-L138 really as the macro hidden behind it is: #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) Where both PAGE_OFFSET and PHYS_OFFSET...
    on Sep 13, 2010
  • Forum Post: Davinci frame buffer problem on OMAPL138

    Henrik Abrahamsson Henrik Abrahamsson
    Hi, I have an OMAPL138 based custom board to which I would like to connect a monochrome LCD display. I am running the linux kernel 2.6.33-rc4 from the DaVinci-PSP-SDK-03.20.00.11. I am trying to test the framebuffer device but my problem is that I do not get any data on the LCD data lines ( LCD_D...
    on Sep 24, 2010
  • Forum Post: DVSDK 4.00 Generally Available (GA) release available for download

    Niclas Niclas
    The Generally Available (GA) release of DVSDK 4.00 is now available for download at: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_4_00/latest/index_FDS.html This release supports OMAPL138, TMS320DM3730, OMAP3530 and TMS320DM365 EVMs, and adds the following features...
    on Oct 15, 2010
  • Forum Post: Problem booting Linux from MMC/SD0 OMAP-L138

    Mohammad Ali Koteich Mohammad Ali Koteich
    Hi, I've been working for 2 days non-stop trying to boot linux from SD0 on a custom OMAP-L138 board.. I've recompiled u-boot to match my settings but nothing seems to be working. I would really appreciate some pointers... I followed the instructions on this wiki page as far as I could: http...
    on Jun 21, 2012
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