Linux Loader Menu ==================== (a) Download vmlinuz to flash ... (b) Download vmlinuz to sdram (for debug) ... (c) Exit Please enter your key : c jump to linux code!! Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 4.99.17 (ADM5120-EDIMAX) #9: Wed Apr 18 18:49:28 UTC 2007 root@:/root/src/sys/arch/evbmips/compile/ADM5120-EDIMAX Infineon ADM5120 total memory = 16384 KB avail memory = 11664 KB mainbus0 (root) gpio0 at mainbus0: 8 pins cpu0 at mainbus0: 175.00MHz (hz cycles = 170898, delay divisor = 87) cpu0: MIPS 4Kc (0x1800b) Rev. 11 with software emulated floating point cpu0: 8KB/16B 2-way set-associative L1 Instruction cache, 16 TLB entries cpu0: 8KB/16B 2-way set-associative write-back L1 Data cache obio0 at mainbus0 uart0 at obio0 addr 0x12600000 console uart1 at obio0 addr 0x12800000 admsw0 at obio0 addr 0x12000000: ADM5120 Switch Engine, 6 ports admsw0: base Ethernet address 02:aa:bb:cc:dd:ee admsw_reset: reg[ADM5120_WDOG1] = 0x7fff4e49 ahci0 at obio0 addr 0x11200000 usb0 at ahci0: USB revision 1.1 usbd_get_string: getting lang failed, using 0 uhub0 at usb0 uhub0: ADMTek ADM5120 root hub, class 9/0, rev 1.01/0.00, addr 1 uhub0: 2 ports with 2 removable, self powered admflash at obio0 addr 0x1fc00000 not configured extio0 at mainbus0 extio0: WAIT# active; may be stuck wdc at extio0 cfio addr 0x10c00000 gpio_mask 0x10 not configured admpci at mainbus0 not configured md0: internal 2560 KB image area root on md0a dumps on md0b root file system type: ffs WARNING: no TOD clock present WARNING: using filesystem time WARNING: CHECK AND RESET THE DATE! Starting shell, setlocale... Done with setuplocale... sh: Can't open /etc/rc Apr 18 18:50:03 init: /etc/pwd.db: No such file or directory Enter pathname of shell or RETURN for /bin/sh: # mount -ua # ifconfig admsw0 0.0.0.0 admsw_reset: reg[ADM5120_WDOG1] = 0x7fff0c2b # dhclient admsw0 Internet Systems Consortium DHCP Client V3.0.3 Copyright 2004-2005 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP execve (/sbin/dhclient-script, ...): No such file or directory Listening on BPF/admsw0/02:aa:bb:cc:dd:ee Sending on BPF/admsw0/02:aa:bb:cc:dd:ee Sending on Socket/fallback DHCPDISCOVER on admsw0 to 255.255.255.255 port 67 interval 5 admsw_intr: pending=40002 DHCPOFFER from 10.0.0.2 DHCPREQUEST on admsw0 to 255.255.255.255 port 67 DHCPNAK from 10.0.0.2 DHCPREQUEST on admsw0 to 255.255.255.255 port 67 DHCPNAK from 10.0.0.2 DHCPDISCOVER on admsw0 to 255.255.255.255 port 67 interval 5 DHCPOFFER from 10.0.0.2 DHCPREQUEST on admsw0 to 255.255.255.255 port 67 DHCPACK from 10.0.0.2 execve (/sbin/dhclient-script, ...): No such file or directory bound to 10.0.0.10 -- renewal in 39137 seconds. # ifconfig admsw0 10.0.0.10 # ping 10.0.0.2 PING 10.0.0.2 (10.0.0.2): 56 data bytes 64 bytes from 10.0.0.2: icmp_seq=0 ttl=64 time=3.630 ms 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=1.567 ms ^C ----10.0.0.2 PING Statistics---- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 1.567/2.599/3.630/1.459 ms #