Hi all,
I'm trying to compile a new u-boot for my TMS320DM644x chip. I'm using u-boot 1.4 (v2009.11-2). I have a really old u-boot.bin file compiled from uboot 1.1.4 which works fine with my board, however, with this new one, it has the error messages saying:
U-Boot 2009.11-2 (Apr 09 2013 - 09:55:02)
Cores: ARM 297 MHz, DSP 594 MHz
DDR: 162 MHz
I2C: ready
DRAM: 256 MB
Flash: 32 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: No ETH PHY detected!!!
When I try to run my bootcmd, it kept saying this and doesn't go through. I'm wondering why does it not recognize my ethernet address and is there any way to fix it. Any answers will be appreciated. Thank you so much!