From: David Hawkins <dwh@ovro.caltech.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Newbie questions
Date: Thu, 14 Sep 2006 14:17:49 -0700 [thread overview]
Message-ID: <4509C6FD.3070107@ovro.caltech.edu> (raw)
In-Reply-To: <OF796C83C1.CDF473D4-ON882571E9.00730FDD-882571E9.0072B15B@selinc.com>
Hi Bruce
I can't answer all your questions as I too am fairly new to this,
but ...
> 1) Will u-boot support a compact flash device on the local bus of an
> MPC8347 (we would like to get u-boot from a small I2C EEPROM and
> everything else including the kernel from a large compact flash device)?
Assuming the MPC8347 is much the same as the MPC8349E/EA, I doubt
that you can use U-Boot on I2C EEPROM. The boot process of the
MPC8349E is basically; read reset configuration words source
(pin strapping), read reset configuration words (from local
bus Flash or I2C EEPROM), boot to reset vector. The reset
vector is typically an 8MB memory window on the local bus,
where Flash is usually sitting with U-Boot loaded.
So 'we would like to get u-boot from a small I2C EEPROM' doesn't
seem like a feasible requirement. Of course if you have a
development board that does it this way, I'm happy to be
corrected.
> 2) Is it possible to connect to u-boot's "console" from an enet port or
> can it only be accessed from a serial port? If it can, I presume it can
> then be used to load new versions of u-boot just like the serial port?
> (The reason for this is there may not be a serial port available in the
> final design for the customer to use for field upgrades and we're
> concerned about being able to upgrade u-boot if we need to ship a fix
> for it in the future.)
I can't answer the console over ethernet question.
However, I would always try to make the serial port available on
the final design. Eg. take a look in the BDI2000 manual if you
have one, they define a couple of pins on the COP header
for use as a logic level RS232 interface.
You can always hide that serial port inside the box.
Consumer electronics such as the Linksys NSLU2 and WRT54G do
things this way, i.e., logic level serial port and JTAG
header somewhere inside ... nice for Linux hacks later on :)
Dave
next prev parent reply other threads:[~2006-09-14 21:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-14 21:07 [U-Boot-Users] Newbie questions Bruce_Leonard at selinc.com
2006-09-14 21:17 ` David Hawkins [this message]
2006-09-15 18:01 ` Bruce_Leonard at selinc.com
2006-09-14 21:34 ` Wolfgang Denk
2006-09-14 21:36 ` Ben Warren
2006-09-14 21:47 ` Wolfgang Denk
2006-09-14 22:34 ` Matthew Millman
2006-09-14 22:47 ` Matthew Millman
2006-09-14 23:35 ` Ben Warren
2006-09-14 22:54 ` Wolfgang Denk
2006-09-14 23:02 ` Matthew Millman
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=4509C6FD.3070107@ovro.caltech.edu \
--to=dwh@ovro.caltech.edu \
--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.