• 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) » DaVinci™ Video Processors » All Tags » u-boot
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

DaVinci™ Video Processors

Welcome to the DaVinci™ Video 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".

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
  • 6446
  • 8148
  • 814x
  • 8168 evm
  • 8168 EZSDK
  • 816x
  • AM389x
  • C6A8168
  • C6A816X
  • Da Vinci 6446
  • davinci
  • daVinci dm365
  • DaVinci DM368
  • dm355
  • DM365
  • DM-365
  • DM368
  • dm36x
  • DM3730
  • DM6446
  • DM6467
  • dm8148
  • DM814x
  • DM814x EVM
  • dm8168
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: 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: 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: 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: Re: DM6446 - Proper bootargs for video

    Glen Fine Glen Fine
    Bernie, thank you for your reply, but this is not the area that I am concerned with. Under MVL v4 the bootargs for setting up the framebuffer worked without a problem. They were setenv bootargs 'video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K davinci_enc_mngr...
    on Jun 10, 2009
  • Forum Post: DM365 Alternate Booting Methods

    MRI MRI
    I set the env variables to do a tftp boot with a nand filesystem. When I booted I got a bunch of 'Too many NAND ECC errors' messages. I'm reluctant to try the boot from FLASH method since I clobbered the board and we had to restore the FLASH using a JTAG/Code composer setup. Can someone confirm...
    on Aug 3, 2009
  • Forum Post: MV5 video frame buffer bootarg parameters do not work

    Tiger Team4268 Tiger Team4268
    We are having problems getting the video buffer kernel bootargs to work on the new MV5 / DVSDK 2.00.00.22 LSP2.0 kernel release. Bootarg parameters that worked fine on the MV4 release no longer work. We seem to have the same exact problem that was brought up on a previous post two months ago which...
    on Aug 17, 2009
  • Forum Post: Re: DM365 DVEVM Software Setup Problems (Getting started Guide)

    Keith13636 Keith13636
    Thanks. It is working now . I had to install an older version of the stdc++ lib than came with ubuntu 9.04. I have gone though all the demos and they are working. I have another question. I can't find the source for u-boot. I have build Linux but not u-boot. I see that it is version "U...
    on Aug 17, 2009
  • Forum Post: load uboot w/ jtag

    gxk gxk
    Hi All, i have dm365 connected to jtag of blackhawk how to load uboot from jtag? thanks for help
    on Sep 21, 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
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