Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi smcnutt,
I have built u-boot with DM9000 support and succeed download to Microtronix ukit board and boot up but it seems don¡¦t recognize the DM9000 MAC. Below is my board configuration: /*------------------------------------------------------------------------ * ETHERNET -- The header file for the DM9000 *----------------------------------------------------------------------*/ # define CONFIG_DRIVER_DM9000 1# define CONFIG_DM9000_BASE 0x00000000# define DM9000_IO CONFIG_DM9000_BASE# define DM9000_DATA (CONFIG_DM9000_BASE+4)# define CONFIG_DM9000_USE_16BIT # define CONFIG_ETHADDR 08:00:3e:26:0a:5b# define CONFIG_NETMASK 255.255.255.0# define CONFIG_IPADDR 192.168.14.123# define CONFIG_SERVERIP 192.168.14.32 u-boot: Console report U-Boot 1.1.3 (Sep 27 2005 - 16:20:50) CPU : Nios-II SYSID : a4a90077, Thu Jan 01 00:00:00 1970 BOARD : Microtronix_ukit *** Warning - bad CRC, using default environment ==> printenv baudrate=115200 ethaddr=08:00:3e:26:0a:5b ipaddr=192.168.14.123 serverip=192.168.14.32 netmask=255.255.255.0 stdin=serial stdout=serial stderr=serial Environment size: 150/65532 bytes ==> ping 192.168.14.32 dm9000 not found at 0x00000000 id: 0x01010101 MAC: 00:00:00:00:00:00 could not establish link *** ERROR: `ethaddr' not set ping failed; host 192.168.14.32 is not alive ==> md 0 00000000: 00010005 00000000 00000000 00000000 ................ 00000010: 00000000 000005f2 00000000 00000000 ................ 00000020: 00000000 00000000 00000000 00000000 ................ 00000030: 00000000 00000000 00000000 00000000 ................ 00000040: 00000001 00000000 00000000 00000000 ................ 00000050: 00000000 00000000 00000000 00000000 ................ 00000060: 00000000 00000000 00000000 00000000 ................ 00000070: 00000000 00000000 00000000 00000000 ................ 00000080: 00000000 00000000 00000000 00000000 ................ 00000090: 00000000 00000000 00000000 00000000 ................ 000000a0: 00000000 00000000 00000000 00000000 ................ 000000b0: 00000000 00000000 00000000 00000000 ................ 000000c0: 00000000 00000000 00000000 00000000 ................ 000000d0: 00000000 00000000 00000000 00000000 ................ 000000e0: 00000004 00000200 00000000 00000000 ................ 000000f0: 00000000 00000000 00000000 00000000 ................ ==> Would you please check it for me and thanks for help. Thanks Again. Regards,