From: Robert P. J. Day <rpjday@crashcourse.ca>
To: u-boot@lists.denx.de
Subject: [U-Boot] building u-boot using ELDK on 64-bit fedora 11
Date: Wed, 19 Aug 2009 11:23:44 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.2.00.0908191113170.21775@localhost> (raw)
i spent a few minutes earlier this morning building the latest
u-boot for my beagleboard using the ELDK 4.2 arm toolchain on my
64-bit fedora 11 system and since google showed me there was some
discussion as to how to do that on 64-bit debian, i figured i'd just
verify that what i did seemed sane.
i downloaded the ELDK 4.2 arm iso and installed, at which point i
got numerous errors about a missing zlib library. since i already had
glibc.i586 installed for other reasons, i just did:
# yum install zlib.i586
at which point another attempt at installing ELDK worked fine.
at that point, i just did the following for the latest "git pull" of
u-boot (the "master" branch"):
$ make omap3_beagle_config
$ make
and the build worked without a single diagnostic. haven't had a
chance to flash and try it yet, but the end results:
-rwxrwxr-x. 1 rpjday rpjday 702862 2009-08-19 10:45 u-boot
-rwxrwxr-x. 1 rpjday rpjday 182500 2009-08-19 10:45 u-boot.bin
-rw-rw-r--. 1 rpjday rpjday 174549 2009-08-19 10:45 u-boot.map
-rwxrwxr-x. 1 rpjday rpjday 547628 2009-08-19 10:45 u-boot.srec
$ file u-boot
u-boot: ELF 32-bit LSB executable, ARM, version 1 (SYSV),
statically linked, not stripped
$
look reasonable. all in all, pretty simple unless someone wants to
point out anything i did wrong. if i screwed up, it's just going on
an SD card so there's little chance of me breaking anything.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
next reply other threads:[~2009-08-19 15:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-19 15:23 Robert P. J. Day [this message]
2009-08-20 13:00 ` [U-Boot] building u-boot using ELDK on 64-bit fedora 11 Detlev Zundel
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=alpine.LFD.2.00.0908191113170.21775@localhost \
--to=rpjday@crashcourse.ca \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.