* a simple question about ppcboot
@ 2001-05-17 1:55 byf
2001-05-17 6:20 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: byf @ 2001-05-17 1:55 UTC (permalink / raw)
To: embeded powerpc
Hello,
I have a question about ppcboot,
How should I set ethaddr for using tftpboot to load kernel image?
Thank you?
byf
byfmail@yeah.net
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: a simple question about ppcboot
2001-05-17 1:55 a simple question about ppcboot byf
@ 2001-05-17 6:20 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2001-05-17 6:20 UTC (permalink / raw)
To: byf; +Cc: embeded powerpc
In message <20010517015601.437D91C9E8999@smtp2.yeah.net> you wrote:
>
> I have a question about ppcboot,
> How should I set ethaddr for using tftpboot to load kernel image?
You better ask such questions on the PPCBoot mailing list.
Use the "setenv" command to set environment variables, and the
"saveenv" command to save the current settings in persistent storage
(Flash or EEPROM, depending on your hardware). So you type:
=> setenv ethaddr xx:yy:zz:aa:bb:cc
=> saveenv
Be careful to chose a VALID (unique, assigned to your board) address!
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
All men should freely use those seven words which have the power to
make any marriage run smoothly: You know dear, you may be right.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-05-17 6:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-17 1:55 a simple question about ppcboot byf
2001-05-17 6:20 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).