Dear Peter, in message <006101c5f402$613ac2c0$dbe5fed4 at scsad.scs.ch> you wrote: > > the yosemite (revision 1.1) i got has a 512 MBit Flash chip on it (S29GL512). > u-boot 1.1.3 that came with it was configured to use only 32 Mbytes ???
Seems they installed an old version of U-Boot. > when i try to use the u-boot.bin (newest from the denx homepage: > ftp://ftp.denx.de/pub/u-boot/images/amcc/yosemite/) then i get: > (reprogrammed using the yosemite.cfg that was mailed to this list some days > ago) > U-Boot 1.1.4 (Oct 24 2005 - 09:23:33) ... > FLASH: 64 MB > *** Warning - bad CRC, using default environment This means you did not set up your environment and used "saveenv" to store it. This also means that your MAC address is undefined. ... > Net: No ethernet found. ... > it sees the 64MB flash but somehow can't find the ethernet anymore.. > does anybody know what the problem is there ? You forgot to set the MAC address... Please set the "ethaddr" environment variable to define a valid MAC address, then use "saveenv" to save it to flash, and then reset the board... BTW: this is off topic here. You should have posted on the U-Boot-Users mailing list instead. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Never put off until tomorrow what you can put off indefinitely.