From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Brown Date: Mon, 4 Dec 2006 15:57:29 -0800 Subject: [U-Boot-Users] bus fault in calling eth_init() In-Reply-To: <200612041540.30249.brown@esteem.com> References: <200612041540.30249.brown@esteem.com> Message-ID: <200612041557.29296.brown@esteem.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 04 December 2006 15:40, Tom Brown wrote: > Hi, > > I've compiled up 1.1.6 and loaded it onto our board. I can't load linux > because I can't do a tftp. I get a bus fault every time I use the tftp > command or the ping command. I put some printf's into u-boot to try to > diagnose the problem. What I've come up with is the call to eth_init() is > the problem. Not the code in eth_init(), but the actuall call. Any ideas on > what the problem may be or what I need to be looking at? Ummm... nevermind. I was looking at the wrong eth_init(). So, this amounted to a problem in the cockpit. Thanks, Tom