• 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) » All Tags » U-Boot
Share
Digital Signal Processors (DSP)
  • Announcements
  • C5000 Ultra Low Power DSP C5000 Ultra Low Power DSP
  • C6000 Multicore DSP C6000 Multicore DSP
  • C6000 Single Core DSP C6000 Single Core DSP
  • DaVinci™ Video Processors DaVinci™ Video Processors
  • OMAP™ Processors OMAP™ Processors

Browse by Tags

Digital Signal Processors (DSP)

Welcome to the Digital Signal Processors (DSP) 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:
U-Boot
  • 3530
  • 6446
  • 8148
  • 814x
  • 8168 evm
  • 8168 EZSDK
  • 816x
  • aisgen
  • AM1808
  • AM389x
  • ARM Cortex-A8
  • beagle board
  • beagle board xm
  • beagleboard
  • beagleboard omap3530
  • boot
  • bootloader
  • c6748
  • C674x
  • C6A8168
  • C6A816X
  • C6A816x AM389x
  • C6Run
  • Da Vinci 6446
  • davinci
Related Posts
  • Forum Post: Loading U-Boot

    SJackson SJackson
    I am using Code Composer Studio and a Blackhawk JTAG pod to burn U-Boot to Flash memory on my DaVinci-based board. I'm using the flash writer CCS application supplied by TI for programming the EVM, modified to recognize the Flash chip/manufacturer that I'm using. Furthermore, I have modified...
    on Jul 8, 2008
  • Forum Post: Re: A question when Booting via TFTP

    Bernie Thompson TI Bernie Thompson TI
    This is a strange one, but is not out of the question, a DHCP server has the ability to define a file, and it is likely that your particular router defines this with that square character, thus breaking the TFTP boot sequence. I am curious if your board ever was able to boot from TFTP? If it was able...
    on Aug 13, 2008
  • Forum Post: Re: about MLC nand support

    Juan Gonzales Juan Gonzales
    Please note that if you are using a NAND part different than what is used on our EVM, it may require you add NAND support for your particular NAND device; u-boot is open source software and the number of NAND parts it supports has increased over time, but it does not guarantee support for all MLC NAND...
    on Aug 15, 2008
  • Forum Post: Re: Reloading u-boot on DM355 EVM (via RS232 UART)

    Bernie Thompson TI Bernie Thompson TI
    The DM355 serial loader is available now, the Wiki page here shows instructions, and you can download it from sourceforge here .
    on Aug 21, 2008
  • Forum Post: How can I reflash u-boot to NAND flash on DM355 without CCS/JTAG?

    Juan Gonzales Juan Gonzales
    You can either 1) use u-boot itself to program NAND flash (see Getting Started Guide for details), or 2) Use a serial port utility available at the following link http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility
    on Sep 5, 2008
  • Forum Post: Re: nfs: server xxx.xxx.xxx.xxx not responding, still trying

    Juan Gonzales Juan Gonzales
    This is a very good point. I believe there is a u-boot patch that will allow u-boot to work with GBit Ethernet.
    on Sep 11, 2008
  • Forum Post: Re: uboot cann't boot from nfs, i am getting crazy. who can help me ? thanks advance

    Bernie Thompson TI Bernie Thompson TI
    To look into this further could you post your U-Boot arguments? I am also curious if this is on a custom board or on the DM355 EVM? It seems quite strange that it attempts to load uImage and than goes into the UBL and back into U-Boot, it is as if the attempt to load the uImage is causing the device...
    on Oct 28, 2008
  • Forum Post: Re: Reloading u-boot on DM355 EVM (via RS232 UART)

    Bernie Thompson TI Bernie Thompson TI
    It looks like the DM355 serial loader does not include the U-Boot binary, this being the case you just have to get the U-Boot binary from your DVSDK installation, in particular you should be able to find a U-Boot binary within dvsdk_1_30_00_40\PSP_01_20_00_014\bin\dm355 or similar.
    on Oct 30, 2008
  • Forum Post: Re: DM6446 background problem?

    TimothyAr TimothyAr
    hi juan, is there a nice guide on how to upgrade the target 6446? my u-boot version is "U-Boot 1.1.3 (Dec 4 2006 - 12:05:38)" and i was thinking it would be great if i can upgrade the whole package. the main reason is because i was going to use gstreamer for a class project and gstreamer...
    on Nov 20, 2008
  • Forum Post: Proper bootargs Settings for DM6446 EVM?

    HyperGalaxy HyperGalaxy
    Hello! While working off site with another engineer for one of my clients, we got a (DSP side) codec server and associated client (ARM side) application up and running fine. However, we failed to save the various uboot environment variables, and when we got back, some modifications were made to the...
    on Nov 20, 2008
  • Forum Post: Re: Proper bootargs Settings for DM6446 EVM?

    HyperGalaxy HyperGalaxy
    Huh?
    on Nov 21, 2008
  • Forum Post: Re: Bad Magic Number

    Bernie Thompson TI Bernie Thompson TI
    Bad magic number means that when U-Boot tried to boot the UImage kernel image it found that the kernel image was not valid, i.e. the magic number it expected at the beginning of the image was not there or otherwise corrupted. This normally means that your UImage is missing or your UImage is corrupted...
    on Nov 26, 2008
  • Forum Post: Re: Bad Magic Number

    Bernie Thompson TI Bernie Thompson TI
    Could you post your U-Boot arguments from 'printenv' as well as a log of the output from your failed boot? I would guess that something is wrong in there such that you are not TFTPing the proper file or that the TFTP is failing, either way we should be able to give you some further insight if...
    on Nov 26, 2008
  • Forum Post: Re: Bad Magic Number

    Bernie Thompson TI Bernie Thompson TI
    Try running 'boot' instead of bootm, bootm will try to execute an image in DDR that may not exist yet, particularly if you did not run 'dhcp' yet. This is why your bootcmd is set to dhcp;bootm, so when your board boots it runs dhcp to load the uImage and than executes it with bootm. ...
    on Nov 26, 2008
  • 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: Proper bootargs Settings for DM6446 EVM?

    HyperGalaxy HyperGalaxy
    Juan and Bernie, FYI, it was not damaged hardware. There was a bug in one of our OSD drawing routines that only appeared after we changed the bootargs to the NTSC dimensions. Anyway, we still do not understand those kernel errors, but at least we are running, again (for now)... Thanks, much,...
    on Dec 3, 2008
  • Forum Post: Re: JTAG Code Updating on DM355

    Bernie Thompson TI Bernie Thompson TI
    I would suggest using the serial flash loader, typically you would only use the serial flash loader to get the initial boot loader (UBL and U-Boot) on to the board, and than you would burn your uImage and filesystem utilizing U-Boot. Once you have U-Boot on the board using the serial flash loader there...
    on Dec 5, 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: Run u-boot from DRAM on OMAP35X EVM

    shauly shauly
    hello, Question: how to program and run u-boot from DDRAM on OMAPEVM35X? I have donload the u-boot using DownloadUtility.exe to DDRAM (the original u-boot is run from flash) and try to run it with: go 0x80e80000 ## Starting application at 0x80E80000 ... U-Boot 1.1.4 (Jan 18 2009 - 10...
    on Jan 20, 2009
  • Forum Post: Re: UBL or U-Boot

    Bernie Thompson TI Bernie Thompson TI
    Naveed Alam Do I need U-Boot as well to start a Linux kernel? Yes, U-Boot is the actual kernel loader, the UBL is just a loader for U-Boot. UBL is necessary because U-Boot itself is typically too large to fit in the internal memory that would be available when the board first boots, so UBL which will...
    on Apr 9, 2009
  • Forum Post: Re: CCS NANDWRITER

    jalexander jalexander
    Juan, Neal sent us the flash_utils and recommended using nandwriter. Our board has two DM6446's but uart and network access is only available via jtag to the second one right now(serial/network access to the first host only) Another question. What is the speed of the jtag download to NAND...
    on May 13, 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: Bad Data CRC

    smilexj smilexj
    Hi all, I worked with a DM355 system and I tried to flash a uImage kernel file using U-Boot commands. Using below commands: nand erase 0x380000 0x200000 nand write 0x80700000 0x380000 0x200000 Sometimes works, sometimes fails, failure times over than work times. It's not stable. Booting...
    on Jun 3, 2009
  • Forum Post: UART boot mode: fail to load u-boot to DDR

    gxk gxk
    I need ideas how to debug the situation. i have tms320dm6467 evm which fails to load u-boot by UART boot mode to DDR with serial load utility. The UART boot mode is configured. The options that i have is to debug RBL procedure. Need help how to start? My loading procedure works well on another...
    on Sep 4, 2012
  • Forum Post: linux boot problem on omap3530 custom board

    kiran nayak kiran nayak
    hello all we have omap3530 custom board which we have booted linux-omap-3.1 successfully using sd card but we are getting some problem while booting through the nand flash.. the error log is as below [ 3.981079] ThumbEE CPU extension supported. [ 3.990814] sr_init: No PMIC hook to init smartreflex...
    on Sep 10, 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