• 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 » Linux Kernel
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:
Linux Kernel
  • am1808
  • am18x
  • am3517
  • arago
  • ARM
  • audio
  • boot
  • codec engine
  • Da Vinci
  • davinci
  • daVinci dm365
  • DM355
  • DM365
  • DM-365
  • DM365 + DVSDK
  • DM368
  • dm36x
  • DM3730
  • DM6446
  • dm6467
  • DM6467T
  • dm8168
  • driver
  • dsplink
  • DVSDK
Related Posts
  • Forum Post: question about building the linux kernel

    Wenhao Xu Wenhao Xu
    hi, I am a freashman of the Davinci DSP, when I using <the TMS320DM6467 DVEVM v1.4 Getting Started Guide> to building my linux kernel, before building i have installed the tools and the PATH PATH="/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin: /opt/mv_pro_5.0/montavista/pro/bin...
    on Mar 26, 2010
  • Forum Post: linker input file unused because linking not done

    ouazza wazo ouazza wazo
    hi all, I had compiling a httpserver for coldfire without error and I want to compile it for TMS320C6474 There is no error in the programs but i had a following problem of linking: gcc: ./file.o: linker input file unused because linking not done file is a program file that's repeated...
    on Apr 20, 2010
  • 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: Bootig the DVEVM Using NFS + TFTP

    joe ghanem joe ghanem
    Hi all, I'm using DVEVM that does not contain preloaded demo, and without DVSDK DVDS. I downloaded all the stuff from the web. I started following a step by step the GSG using Redhat 4 as a host on VMWare workstation. I installed all the software as GSG states and did every thing from...
    on Apr 27, 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: Where can I download the 03.00.01.06 PSP for the AM3517EVM from?

    sgf sgf
    Hi Sorry if this is a stupid question, but where can I download v03.00.01.06 of the PSP for the AM35xEVM? It's not available here as you might expect: http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/OMAP_03_00/ Only build 5 is currently available. But release notes and performance...
    on May 26, 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: Setting up usb in linux kernel for omap3525 and TUSB2551A transceiver

    Ryan Foster Ryan Foster
    Hi. We have a custom board which uses an omap3525 and a TUSB2551A transceiver. We have the following set up on the hardware: omap ------------ transceiver gpio 100 ------------speed gpio 101 ------------softcon gpio 102 -------------suspend MM1_RXRCV-------RCV MM1_TXDAT--------VP MM1_TXSE0...
    on Jul 30, 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: Re: question regarding dm365 memory consumption

    Michael T Michael T
    That amount of memory usage is not unusual and depends on how your system is configured. The following post discusses the amount of memory used by the Linux kernel and has some tips about reducing memory usage: http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/7946/141479...
    on Aug 23, 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: 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: initramfs issue,: Kernel panic - not syncing: No init found

    babs76 babs76
    Hello, I'm currently trying to create a RAM filesystem on our custom board with a DaVinci DM6467 running linux on the ARM. I've built the kernel using initramfs and the Arago filesystem as my target_fs (removed some of the bloat). Basically the kernel is booting but then complains that...
    on Oct 25, 2010
  • Forum Post: DM6446/Linux cannot mount NFS which is correctly configured!

    Defang Yuan Defang Yuan
    Dear all, Recently I am working on DM6446 platform. I met a problem. I have installed the following Linux software version which is downloaded by the official website, mvl_5_0_0_demo_lsp_setuplinux_02_00_00_140 mvl_5_0_0801921_demo_sys_setuplinux on my Linux(Fedora Core 9) platform. I compiled the...
    on Oct 26, 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: 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-L137 montavista Kernal panic - not syncing error

    Brian Flinn Brian Flinn
    Hello I'm using OMAP-L137 Spectrum digital EVM and all the install code from http://processors.wiki.ti.com/index.php/Installing_the_Software_for_OMAP-L137 and http://processors.wiki.ti.com/index.php/Setting_up_OMAP-L137_Target_File_System under Ubuntu and VMwhare player. Seems things...
    on Dec 1, 2010
  • Forum Post: How to Configure Kernel - DVSDK 4 and OMAP-L138?

    smh123 smh123
    How do I configure the kernel within the DVSDK 4 environment? I an able to build the kernel but not configure. The beta DVSDK method to configure the kernel is shown as: host$ make da850_omapl138_defconfig ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- but I can't find instructions for DVDSDK...
    on Dec 7, 2010
  • Forum Post: Linux Ethernet Stack Limiting Performance

    jeff fisher jeff fisher
    We are using the DM6446 DaVinci processor and we are finding out that our data processing throughput is limited by the Linux driver for the Ethernet stack. It appears that the ARM9s communication with the EMAC consumes an excessive amount of time. Has anyone in the community taking a looking at the Linux...
    on Dec 10, 2010
  • Forum Post: How to Configure / Build Linux using DVSDK 4

    smh123 smh123
    I'm sure this is a simple question for those in the know but I'm new to configuring / building linux kernels. I have the OMAPL-138 experimenter kit and DVSDK 4. I am able to build linux from the $DVSDK directory by entering "make linux". This builds a default configuration of linux...
    on Dec 11, 2010
  • Forum Post: How to Run menuconfig While Preserving Existing .config Options

    smh123 smh123
    Context: OMAPL-138 experimenter's kit, SDVK 4 How can I run menuconfig and change an option in the .config file while preserving all other options? I run $DVSDK> make linux This builds a good .config file for the ARM system. Next, I want to adjust just one option (I changed the LOGO option...
    on Dec 25, 2010
  • Forum Post: OMAP-L137 Performance

    Martin Pavier Martin Pavier
    I'm running Linux 2.6.37-rc2 on an OMAP-L137 EVM board (Spectrum Digital). When reproducing the lmbench test results published by Penguintronix ( http://www.pengutronix.de/development/kernel/arm-benchmarks-20100729_en.html ) our performance figures are quite poor when compared against the i.MX27...
    on Feb 10, 2011
  • Forum Post: AM 1808: Kernel panic - not syncing: VFS: Unable to mount root fs

    Beja Nissim Beja Nissim
    Dear all, I'm working on the AM1808 eXperimenter Kit. During booting the kernel, it seems that mounting file system via NFS failed. i got the following message: "Kernel panic - not syncing: VFS: Unable to mount root". I'm using " DaVinci -PSP-SDK-03.20.00.14"...
    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
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