• 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 » OMAPl138
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:
OMAPl138
  • am1808
  • am3517
  • arago
  • ARM
  • boot
  • codec engine
  • Da Vinci
  • DaVinci
  • daVinci dm365
  • DM355
  • DM365
  • DM365 + DVSDK
  • DM368
  • DM3730
  • dm6467
  • driver
  • dsplink
  • DVSDK
  • GPIO
  • GStreamer
  • Kernel
  • Linux
  • Linux driver
  • Linux Drivers
  • Linux Kernel
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: DSPLINK signals blocks the core-dump file generation

    peng jiang38224 peng jiang38224
    Hi all, when we build the app with DSPLink, the Linux signal cannot work. For example core-dump file cannot be generated again. I mask the signal handle in DSPLink, so DSPLink will not handle the signals, but lots of tasks cannot be killed, as a result, the core-dump file cannot be generated. The...
    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: Re: Proper way of sharing IO resources between ARM and DSP in OMAP-L138 Linux PSP

    mes mes
    Hi Sekhar, I don't want to change the topic from Francis' question, however I would like to continue the other part of the original question regarding DMA sharing. After reviewing the link you posted, I'm still a bit confused on what the reservation of channels and slots means for...
    on Jul 2, 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: 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 and TI's speech codecs and CE problem

    Szymon Kuklinski Szymon Kuklinski
    Hi! While searching for optimized speech codecs for OMAP-L138 i came across this site: http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Speech/index_FDS.html. Since OMAPS C6748 is compatible with C64+ code i belive I can the codecs and run them remotely through my Linux application using...
    on Aug 30, 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: Re: OMAP-L138 and TI's speech codecs and CE problem

    Szymon Kuklinski Szymon Kuklinski
    Hello I succesfully integrated both codecs in my application for OMAP-L138, but now I came across a different problem. TI's G.726 encoder can be used to encode linear, a-law and u-law samples, similarily the decorer can decode g.726 to linear, a-law and u-law. Up to this point I was using only...
    on Oct 29, 2010
  • Forum Post: Re: McASP transmit on a specific AXR pin hangs Linux

    Szymon Kuklinski Szymon Kuklinski
    Hello @ Sekhar Nori: Unfortunately I cannot connect my board to JTAG. I did some more research on my problem however and have some interesting information. The first thing I did was to execute only the most relevant code to take other components of my system from the equation. I did something like...
    on Oct 29, 2010
  • Forum Post: Please WHERE ARE TI _DSPLINK_init, MSGQ_alloc, MEM_free,_MEM_valloc ... libraries

    Peter Bankole Peter Bankole
    Please Where are the libraries for _FXN_F_nop , _GBL_procId _LOG_printf , _MEM_free , _MEM_valloc, _MSGQ_ATTRS, _MSGQ_alloc, _MSGQ_close _MSGQ_config, _POOL_config , _SYS_sprintf, located. I keep getting "unresolved symbol _DSPLINK_init" type errors in code composer 4.0 when I compile, the...
    on Nov 5, 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: _ZCPYDATA_SWI_OBJ unresolved symbols ERROR in linux

    Peter Bankole Peter Bankole
    When I compile the OMAP-L138_arm_1_00_00_11 folder using make in swi mode (--DspTskMode =0) i get the error below. Im I doing something wrong? Compiling mp_listcfg.s62... [MPCSXFER ] ------- DIRS ------------------ DEBUG -------------- [MPCSXFER ] ------- OBJECT ---------------- DEBUG --------...
    on Nov 24, 2010
  • Forum Post: OMAP-L138 NFS Boot Issue (U-boot env variable "ipaddr" not set)

    smh123 smh123
    OMAPL-138 experimenter kit I have followed the directions in the GSG ( http://processors.wiki.ti.com/index.php/GSG:_Setting_up_OMAP-L1/AM1x_Target_File_System#Writing_a_Simple_Program_and_Running_it_on_the_EVM ) and am having some trouble doing an NFS boot. It seems that it has something to do...
    on Nov 24, 2010
  • Forum Post: Getting started with OMAPL138 McBSP

    Peter Bankole Peter Bankole
    Is there a getting started with OMAPL138 McBSP ti document on line. Currently I am using the Omapl138 eXperimenter kit
    on Dec 1, 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: OMAP-L137 EVM UART 2 BOOT MODE tQUERY

    Jitendra Jagasia Jitendra Jagasia
    Hi, I have a query regarding OMAP-L137 EVM UART 2 boot mode. I want to use UART 2 serial interface on OMAP-L137 EVM board to flash " UBL" binary file & "UBOOT" binary image in the SPIO Flash. To perform the above given operation, I have set the board in the UART 2 BOOT...
    on Mar 14, 2011
  • Forum Post: OMAP-L137 EVM UART 2 boot mode query

    Jitendra Jagasia Jitendra Jagasia
    Hi, I have a query regarding OMAP-L137 EVM UART 2 boot mode. I want to use UART 2 serial interface on OMAP-L137 EVM board to flash " UBL" binary file & "UBOOT" binary image in the SPIO Flash. To perform the above given operation, I have set the board in the UART 2 BOOT...
    on Mar 14, 2011
  • Forum Post: Total Ram size is less than total Ram allocated to EVM OMAPL137

    Jitendra Jagasia Jitendra Jagasia
    Hi, I have a query regarding the total amount of ram available to EVM OMAPL137 during runtime of Linux but according to the Uboot command " bootargs mem=32M " I have allocated 32MB of ram to the EVM OMAPL137 but during runtime when I run " free " command on Linux it displays...
    on Apr 6, 2011
  • Forum Post: OMAP L138 [musb/gadgetfs] control out transfers get lost

    Michael Harant Michael Harant
    I would like to implement a usb device using gadgetfs and a usermode driver. The processor is a OMAP L138 on an logicpd experimenter kit. Kernel 2.6.37 (from DaVinci-PSP-SDK-03.21.00.04) is configured to supply the gadgetfs module. A simple userspace application (derived from usb.c - http://www...
    on May 11, 2011
1234
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