RE: [U-Boot-Users] A&M Rattler8248 ethernet config

Hi guys,
I've managed to get to the bottom of my problem. It would seem that when I compile the sources out of CVS the resulting u-boot.bin file is 197320 bytes big, (192K + 712bytes). This is greater than the 192K reserved for the monitor in include/configs/Rattler.h
When I saveenv the environment vars after initial boot this starts writing at CFG_MONITOR_BASE + CFG_MONITOR_LEN, scribbling over the last 712 bytes of the monitor. Once I up the monitor length to 256 bytes it all just works.
Many thanks for your speedy feedback.
--
-----Original Message----- From: Yuli Barcohen [mailto:yuli@arabellasw.com] Sent: 03 May 2005 20:08 To: Tony Ford Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] A&M Rattler8248 ethernet config
Tony Ford writes:
Tony> Hi, I've got a basic u-boot port going on this card
and am now Tony> looking at getting ethernet working.
What's wrong with the U-Boot port for to this board which already is in CVS?
--
========== Yuli Barcohen | Phone +972-9-765-1788 | Software Project Leader yuli@arabellasw.com | Fax +972-9-765-7494 | Arabella Software, Israel ============================================================== ==========

In message 30062B7EA51A9045B9F605FAAC1B4F62511C23@exch01.quadrics.com you wrote:
I've managed to get to the bottom of my problem. It would seem=20 that when I compile the sources out of CVS the resulting u-boot.bin file is 197320 bytes big, (192K + 712bytes). This is greater than the 192K reserved for the monitor in include/configs/Rattler.h
Thanks for pointing out; fixed in CVS.
Best regards,
Wolfgang Denk
participants (2)
-
tony.ford@quadrics.com
-
Wolfgang Denk