From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Thu, 19 Apr 2012 14:53:35 +0100 Subject: [U-Boot] Missing ethernet In-Reply-To: <4F9008D5.40708@mlbassoc.com> References: <4F9008D5.40708@mlbassoc.com> Message-ID: <00a201cd1e33$d14b97d0$73e2c770$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Gary wrote... > I'm trying to update U-boot on my board from v2011.06 to v2011.12 > It's an OMAP 3530, much like the BeagleBoard, with SMSC911x networking. So not a BeagleBoard then but something different. Is the board you are using one of the boards supported in the mainline U-Boot tree or is it an out-of-tree port? If it is in mainline then have you chosen the correct configuration to use? > I've looked through the 'bootm' path and I can't see what might > have changed that would cause such behaviour. As far as I can > tell, everything else is working in Linux with the new U-Boot, > just not the SMSC device. If you try to use TFTP in U-Boot does that work? If not then I would guess there is a configuration issue with the devices that you have enabled in U-Boot rather than it being an issue with the bootm command. Regards, Andy.