• 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 » Digital Signal Processors (DSP) » OMAP™ Processors » OMAP-L13x, AM1x and C674x Processors Forum » All Tags » U-Boot
Share
OMAP™ Processors
  • Forums
  • Announcements

Browse by Tags

OMAP™ Processors

Welcome to the OMAP™ Processors 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".

Sign In to 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:
U-Boot
  • AM1808
  • boot
  • c6748
  • C674x
  • L137
  • l138
  • L-138
  • Linux
  • OMAP
  • omap l137
  • OMAP L-137
  • omap l138
  • OMAP L-138
  • OMAP_L138
  • omap3530
  • OMAPL137
  • OMAP-L137
  • OMAPl138
  • OMAP-L138
  • omapl138 boot
  • omap-l138 L138
  • OMAPL13x
  • SPI
  • uPP
  • USB
Related Posts
  • Forum Post: Re: Need help with hardware-programming

    Bernie Thompson TI Bernie Thompson TI
    Unfortunately almost all of the collateral TI provides for the OMAP3 will be based on some high level OS like Linux or Windows CE, the device is complex to the point that it is not practical to try to offer a software solution with no OS out of the box, much like if you were to buy a PC it would not...
    on Nov 28, 2008
  • Forum Post: Re: Omap-l137 cannot boot by nfs filesys

    BrandonAzbell BrandonAzbell
    YongchaoDeng U-Boot > printenv bootcmd= bootdelay=3 baudrate=115200 ethaddr=00:0e:99:02:f3:c2 nfshost=192.168.0.77 bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=32M stdin=serial stdout=serial stderr=serial ver=U-Boot 1.3.3 (Nov 14 2008...
    on Jan 3, 2009
  • Forum Post: Getting Started witht the Logic TMDXMEVM3503-L

    msj msj
    I am having some difficulties getting started with the Logic version of the OMAPEVM3 Dev board. The Logic provided pre-built elf image loads and works just fine. I then downloaded the s/w from the ti open source site (http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId...
    on May 27, 2009
  • Forum Post: Re: OMAP L-137 TI Ethernet driver

    LUKLEM LUKLEM
    I don't have a lot of choice since the board will not be equipped with an EEPROM. I'm not willing to develop my own driver since the TI EMAC driver should be sufficent for me apart from the fact that it now gets it's MAC address via i2c. What is the reason you think I should consider...
    on Jul 31, 2009
  • Forum Post: OMAP L-137 TI Ethernet driver

    LUKLEM LUKLEM
    I'm currently developing on the OMAP L-137 EVM. The product I'm developing for will have the same Ethernet physical as the EVM but no i2c configuration EEPROM. The Ethernet driver on the EVM is the davinci_emac.c developed by Ti. I've disabled i2c in the Kernel configuration and now the driver...
    on Jul 30, 2009
  • Forum Post: Start Kernel Failed

    Windy Windy
    I recently begin to learn omap3530 with a beagle board b7 on which there is a x-loader and a u-boot. I download OMAP3530 DVSDK 3.0 and SDK 1.0.2 from http://software-dl.ti.com/dsps/dsps_registered_sw/sdo_sb/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/index.html . I compile the linux kernel follow...
    on Aug 11, 2009
  • Forum Post: OMAP-L137 EVM - problem with USB Host in linux-2.6.29-rc8-davinci1

    Krzysztof Kanas11924 Krzysztof Kanas11924
    Hi, I am having problems with USB Host functionality on linux-2.6.29-rc8-davinci1 for omap-L137. I use Uboot NFS booting, I am able to download Kernel on omapl (verification is ok I presume) and after run bootm command there is dead silence. The board is not responsive to ping and ssh and on UART2 there...
    on Aug 17, 2009
  • Forum Post: No Serial Console after loading u-boot.bin w/DownloadUtility and OMAP35x-PSP-SDK-02.01.02.09

    Rocky14657 Rocky14657
    Using the omap35x evm board, I'm trying to load the stock u-boot.bin binary contained in OMAP35x-PSP-SDK-02.01.02.09. DownloadUtility.exe seems to load it into ram fine. However, when the download is complete I cannot get a u-boot prompt. Has anyone solved this problem?
    on Aug 31, 2009
  • Forum Post: New to Embedded Linux

    Thangadurai Thangadurai
    Hi, I am new to embedded linux. I have TI OMAP3530 processor Board with 128MB NAND Flash and 128MB SDRAM I need to compile my own image for x-loader,u-boot,kernal2.6.28 and filesystem. Please help me to do this. Thanks in advance... By, Thangadurai
    on Nov 10, 2009
  • Forum Post: u-boot build recipe for OMAP-L138 experimenter's board

    DaveB123 DaveB123
    Where can I find something similar to the below info for he OMAP-L138? http://wiki.davincidsp.com/index.php/Configuring/Building_U-Boot_for_OMAP-L137
    on Feb 5, 2010
  • Forum Post: Re: OMAP-L138 EVM SPI Flash read performance and boot time

    Stephen Turner Stephen Turner
    We have scoped the SPI clock and have discovered that each SPI byte read takes ~160ns (correct for 50MHz SPI clock). Then there is a ~1us delay between the next SPI read. SO the question is whats going on here?. Is the mDDR not setup correctly?. Is it the fact that (we believe) the L2 cache is not enabled...
    on Apr 23, 2010
  • Forum Post: OMAP-L138 EVM SPI Flash read performance and boot time

    Delio Brignoli Delio Brignoli
    Hello, I am looking at the reducing boot time for the OMAP-L138 SoM. The current bottleneck is the SPI Flash read speed in U-Boot of about 0.6 Mb/s. U-Boot sets the SPI clock at 50MHz, so I would expect a faster transfer rate. Is there a reason for keeping the transfer rate low or is it simply lack...
    on Apr 7, 2010
  • Forum Post: problems mounting uImage via tftp (OMAP L137 evaluation Kit)

    Rico Schulze Rico Schulze
    hello to install the Linux-based SDK i walked through the getting started guides (leaving the restoring/ flashing bootloaders, cause the Kit came with a SD-Card containing MV5-Linux and bootet it properly.) to continue the getting started guide i tried to use tftp to boot from the uImage in my...
    on Jun 22, 2010
  • Forum Post: Re: problems mounting uImage via tftp (OMAP L137 evaluation Kit)

    Rico Schulze Rico Schulze
    such a file already exists, having 2 different entry's: server_args = -u root -c -s /ftpboot user = root changing them into your given example does not result in beeing able to boot. the file is direclty in the directory /ftpboot which has been given the 777-permissions
    on Jun 23, 2010
  • Forum Post: OMAP-L138 U-boot without UBL / double copy

    Andrea Pastega53856 Andrea Pastega53856
    Hello. We are starting a development over OMAP-L138 . The hardware will boot from SPI-Flash, and will use U-Boot as bootloader and Linux as OS. Starting to experience the Logic development board, I see that the boot sequence consits of a UBL coded in AIS, called by the ARM, that provide to copy...
    on Jul 22, 2010
  • Forum Post: AISgen for OMAPL138

    Marc-Andre Hebert Marc-Andre Hebert
    Hi, I am trying to use the AISgen utility with the u-boot for the Zoom OMAPL138 development kit instead of using the UBL just like for the hawkboard. I tried to use the settings I found in the UBL source but so far I am unable to boot. Does someone have a working configuration file for the board...
    on Jul 19, 2010
  • Forum Post: Re: OMAP L-138 and RMII

    Aníbal Pinto Aníbal Pinto
    Can you put online, or send to me, the u-boot configuration that makes rmii work ? Regards, Aníbal
    on Aug 13, 2010
  • Forum Post: Directly booting from AIS signed zImage on OMAP-L138

    Alper YILDIRIM Alper YILDIRIM
    Since AIS is capable of initializing external memory and other CPU peripherals, i wonder if it is possible to boot directly from a AIS signed kernel image. (In this case, AIS code will be responsible for initializing the DDR2/mDDR memory and other peripherals like PLL'S, EMIFA, etc before copying...
    on Jul 6, 2010
  • Forum Post: Re: OMAP-L138: u-boot DRAM layout and personal customization

    Andrea Pastega53856 Andrea Pastega53856
    Hello. Thanks for the help. However my question was different, maybe I have to explain better. I developed a different bootchain, where I use simply an AIS script to setup the hardware and to load U-BOOT in memory, then to execute it. In this way I don't use any UBL. In the AIS of...
    on Aug 26, 2010
  • Forum Post: Re: OMAP-L138: u-boot DRAM layout and personal customization

    Andrea Pastega53856 Andrea Pastega53856
    Hello. I already did the AIS binary image, conatining also a double copy of U-BOOT, each one validated using CRC feature. If the first is damaged, the second copy will be loaded. For this purpose, I wrote a console application taking a script with human readable AIS commands in a clear programming...
    on Aug 26, 2010
  • Forum Post: Serial flashing OMAP L-138 Eval. board

    ALex Movasseghi ALex Movasseghi
    I followed the instructions in http://wiki.davincidsp.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L138 to flash the SPI flash on the OMAPL138 Eval board from Zoom (LogicPD). I tried erasing the flash first and then flashing the default UBL and U-Boot bin files from TI. I used the...
    on Sep 8, 2010
  • Forum Post: Kernel not getting up

    armand koudoro armand koudoro
    Hi everybody. Sometimes, when I boot my board (hawkboard) with standard u-boot and kernel, the booting process on the board stops at this point: ## Booting kernel from Legacy Image at c0700000 ... Image Name: Linux-2.6.32-rc6 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1939152...
    on Sep 29, 2010
  • Forum Post: Re: OMAP-L138: How to flash root filesystem to NAND on LogicPD OMAP-L138 EVM and boot Linux using NAND...

    legendbb legendbb
    Are there any comments on why TI doesn't support using u-boot nand write to do this? Working on this right now.
    on Oct 20, 2010
  • Forum Post: OMAPL138 USB 1.1 Host port in U-Boot?

    Henrik Abrahamsson Henrik Abrahamsson
    Hi, I have an OMAPL138 based custom board and would like to use the USB 1.1 Host port in U-Boot. Is there any support for this in the PSP-package or do I have to write my own driver? I can only find support for the USB 2.0 OTG port. I really thought it was a common thing to use the USB host port in...
    on Feb 7, 2011
  • Forum Post: Re: L138 ARM boot sequence

    Anthony Glaser Anthony Glaser
    I just wanted to get a little clarification on something. Where does the ubl actually exist on the device? Is it on the ROM or on one of the flash memory devices. Specifically I have an experimenter L138 board and to me it looks like: 1) Arm ROM boot loader loads the ubl from the spi flash. 2)...
    on Mar 21, 2011
123
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