From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 16 Feb 2009 09:24:43 +0100 Subject: [U-Boot] tftp not working In-Reply-To: <174230991E95D743B0C91DF471EF44E8434329C609@MTW02MSG02.mindtree.com> References: <174230991E95D743B0C91DF471EF44E8434329C609@MTW02MSG02.mindtree.com> Message-ID: <200902160924.43474.sr@denx.de> 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 16 February 2009, Afzal Nadirshah wrote: > I have compiled u-boot-nand.bin for the canyonlands board.I > flashed this image onto the nand flash and did a boot from NAND.I > interrupted the u-boot and tried to do a tftp. But i get this error : No > ethernet found. Could someone tell me where to enable ethernet in the > u-boot source code? You don't need to enable it in the source. You just have to set one (or more) MAC address(es). Without MAC addresses the 4xx-ethernet driver just doesn't initialize the interfaces. So just set "ethaddr" to a sane value and do a "saveenv" and reboot. This should be all thats needed. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================