From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] imx51 u-boot
Date: Fri, 22 Jan 2010 22:49:34 +0100 [thread overview]
Message-ID: <4B5A1D6E.7030800@denx.de> (raw)
In-Reply-To: <E1NYQ1O-0003AU-BE@amazonia.comcast.net>
Rick Bronson wrote:
> Hi Sbabic,
Hi Rick,
>
> I have the u-boot from the freescale ltib tar ball but it doesn't
> seem to run too well. I comes up but when I press any keys nothing
> happens. Anyway, I was wondering if you have anything newer that I
> could try.
Please send your questions to u-boot ML. It is the right place where we
can exchange experience on u-boot.
> BTW, I just blasted u-boot into the 1st part of the SD
> card and prayed:
>
> sudo dd if=u-boot/u-boot.bin of=$(SD_CARD) bs=512 seek=0
If this is the u-boot you find in the ltib, the command could be
correct. It depends how u-boot is built.
The MX51 processor reads automatically the SD card starting from address
0x400. At this address, the processor must find the DCD table.
In the patches I sent, I follow another approach: u-boot is build
independently from the device where you will store the bootloader. You
have to generate u-boot.imx (with "make u-boot.imx"), that adds the DCD
table and then you must store it at the correct offset. On a SD card,
this means with:
dd if=u-boot.imx of=$(SD_CARD) bs=512 seek=2
Do you try the patches I sent to the ML ? And which is the version of
your processor (TO1, TO2 or TO3) and of the board ?
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next parent reply other threads:[~2010-01-22 21:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1NYQ1O-0003AU-BE@amazonia.comcast.net>
2010-01-22 21:49 ` Stefano Babic [this message]
2010-01-26 19:10 ` [U-Boot] imx51 u-boot Rick Bronson
2010-01-26 21:59 ` Eric Bénard
2010-01-27 9:04 ` Stefano Babic
2010-01-27 14:25 ` Rick Bronson
2010-01-27 16:26 ` Stefano Babic
2010-01-27 17:21 ` Rick Bronson
2010-01-27 17:39 ` Stefano Babic
2010-01-27 17:43 ` Rick Bronson
2010-01-27 17:58 ` Stefano Babic
2010-01-27 18:03 ` Rick Bronson
2010-01-27 18:33 ` Rick Bronson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B5A1D6E.7030800@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox