[U-Boot] DM9000 on 2011.03

2011-04-07 Thread haifeng zhang
Hi, Guys

I am trying to run u-boot-2011.03 on Mini2440 (samsung S3c2440), now uboot
is running,

I have some trouble with network chip dm9000 ,
Uboot can detect the chip
"net: dm9000"

when doing ping, it keeps showing
"raise:signal # 8 caught"

if comment it out. it complains:
“could not establish link”
if comment out this in dm9000_init

#if 0
i = 0;
while (!(phy_read(1) & 0x20)) {/* autonegation complete bit */
udelay(1000);
i++;
if (i == 1) {
printf("could not establish link ");
return 0;
}
}
#endif
it just hanging there

any thought?
Thanks

Craig
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] dynenv and mtdparts

2011-04-03 Thread haifeng zhang
Hi There
I am trying to use new code( 2010.03 ) on my development board(mini2440)
found out there is no command (dynenv and mtdparts) anymore.
Are there any replacement for them?

Thanks
Craig
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot