linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Problems with EP862 and ELDK
@ 2003-09-08 14:59 Jeff Stevens Stevens
  2003-09-08 15:31 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Stevens Stevens @ 2003-09-08 14:59 UTC (permalink / raw)
  To: linuxppc-embedded


Does anyone have PPCBoot and ELDK up an running on an
EP862 board?

I have PPCBoot working with SDRAM and Flash, but when
I compile it to read the environment variables from
the EEPROM, it won't boot.  Does anyone have this
working?

I can however get it to boot if I compile it to get
its environment variables from flash (it just
complains and then loads some defaults).  However,
when I TFTP ELDK over to the EP862 and "GO 00400000",
it complains.

Here is the screen dump:

U-Boot 0.4.0 (Sep  5 2003 - 11:59:56)

CPU:   XPC855xxZPnnD4 at 48 MHz: 4 kB I-Cache 4 kB
D-Cache FEC present
Board: SBC 855 M EP862-1.1
I2C:   ready
DRAM:  16 MB
FLASH:  8 MB
env_relocate[205] offset = 0x4fe0000
env_relocate[223] malloced ENV at 00fb8008
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   FEC ETHERNET
=> tftp 00400000 zImage.eldk
TFTP from server 198.30.206.97; our IP address is
198.30.206.218
Filename 'zImage.eldk'.
Load address: 0x400000
Loading: #####
done
Bytes transferred = 25384 (6328 hex)
=> go 400000
## Starting application at 0x00400000 ...
loaded at:     00400000 0040C57C
board data at: 004001B8 004001D4
relocated to:  00200100 0020011C
zimage at:     00407000 004974CB
avail ram:     00498000 01000000

Linux/PPC load:
Uncompressing Linux...bad gzipped data
exit


What is the proper way to create the zImage for
PPCBoot (U-Boot)?


Thanks in advance,
 Jeff Stevens
 Software Engineer
 Systran Corporation


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems with EP862 and ELDK
  2003-09-08 14:59 Problems with EP862 and ELDK Jeff Stevens Stevens
@ 2003-09-08 15:31 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-09-08 15:31 UTC (permalink / raw)
  To: Jeff Stevens Stevens; +Cc: linuxppc-embedded


In message <20030908145948.75210.qmail@web41410.mail.yahoo.com> you wrote:
>
> Does anyone have PPCBoot and ELDK up an running on an
> EP862 board?
>
> I have PPCBoot working with SDRAM and Flash, but when

Please note that PPCBoot is a dead  project.  You  are  wasting  your
time. Please use the successor project U-Boot instead.

> I compile it to read the environment variables from
> the EEPROM, it won't boot.  Does anyone have this
> working?

Works fine on many boards.

> I can however get it to boot if I compile it to get
> its environment variables from flash (it just
> complains and then loads some defaults).  However,
> when I TFTP ELDK over to the EP862 and "GO 00400000",
> it complains.

As it should. "go" is not the command used to  boot  a  Linux  kernel
image.

> What is the proper way to create the zImage for
> PPCBoot (U-Boot)?

It's a two-step procedure.

The first step is reading the documentation,  i.  e.  especially  the
README and then the DULG - see
http://www.denx.de/twiki/bin/view/DULG/Manual

The second step is using "make uImage" in you kernel tree  (or  "make
pImage" if the new alias is still not there).


Finally, please note that this is off topic here.  Please  send  such
requests to the u-boot-users mailing list instead.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
I am a computer. I am dumber than any human and smarter than any  ad-
ministrator.

** 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:[~2003-09-08 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 14:59 Problems with EP862 and ELDK Jeff Stevens Stevens
2003-09-08 15:31 ` 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).